]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- r3755, custom fields work again
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 20 Oct 2008 20:18:52 +0000 (20:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum.spec -> 1.292

eventum.spec

index 154ca537d895e8c3d4cdd0f954fa0745545e7667..debb7430144e0d0929df654bc6f073593cee2c14 100644 (file)
@@ -11,8 +11,8 @@
 %bcond_with    order   # with experimental order patch
 
 #define        snap    20060921
-%define        svn             r3749
-%define        rel             0.43
+%define        svn             r3755
+%define        rel             0.45
 #define        _rc             RC3
 
 %include       /usr/lib/rpm/macros.php
@@ -27,7 +27,7 @@ Group:                Applications/WWW
 #Source0:      http://eventum.mysql.org/downloads/eventum-2.0.RC3.tar.gz
 #Source0:      http://mysql.tonnikala.org/Downloads/eventum/%{name}-%{version}.tar.gz
 Source0:       %{name}-%{svn}.tar.bz2
-# Source0-md5: 3570d7a9f407fd9f3452f0d75778576d
+# Source0-md5: 521d2b4624dbbe2b96392ba4d9ead7e3
 Source1:       %{name}-apache.conf
 Source2:       %{name}-mail-queue.cron
 Source3:       %{name}-mail-download.cron
@@ -43,9 +43,8 @@ Source13:     %{name}-router-postfix.sh
 Source14:      %{name}.logrotate
 Source15:      %{name}-lighttpd.conf
 Patch0:                %{name}-lf.patch
-Patch1:                %{name}-jquery.patch
-Patch2:                %{name}-datepicker-dow.patch
-Patch3:                %{name}-order.patch
+Patch1:                %{name}-datepicker-dow.patch
+Patch2:                %{name}-order.patch
 # packaging patches that probably never go upstream
 Patch100:      %{name}-paths.patch
 Patch101:      %{name}-cvs-config.patch
@@ -473,12 +472,8 @@ rm rpc/xmlrpc_client.php
 
 # bug fixes / features
 %patch0 -p1
-%patch1 -p0
-%patch2 -p1
-%{?with_order:%patch3 -p1}
-
-rm css/dynCalendar.css
-mv css/ui.datepicker.css js/jquery/ui.datepicker.css
+%patch1 -p1
+%{?with_order:%patch2 -p1}
 
 #%patch200 -p1
 
This page took 0.082561 seconds and 4 git commands to generate.