Selaa lähdekoodia

upgrading package: elm 2.4.123b -> 2.4.123c

Ralf S. Engelschall 19 vuotta sitten
vanhempi
commit
5dae8caa65
1 muutettua tiedostoa jossa 6 lisäystä ja 5 poistoa
  1. 6 5
      elm/elm.spec

+ 6 - 5
elm/elm.spec

@@ -25,7 +25,7 @@
 #   package version
 %define       V_base 2.4
 %define       V_me   123
-%define       V_pl   b
+%define       V_pl   c
 
 #   package information
 Name:         elm
@@ -38,13 +38,14 @@ Class:        BASE
 Group:        Mail
 License:      ELM License
 Version:      %{V_base}.%{V_me}%{V_pl}
-Release:      20060811
+Release:      20060829
 
 #   list of sources
 Source0:      http://www.elmme-mailer.org/elm-%{V_base}ME+%{V_me}.tar.gz
 Patch0:       http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}a.patch.gz
 Patch1:       http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}b.patch.gz
-Patch2:       elm.patch
+Patch2:       http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}c.patch.gz
+Patch3:       elm.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -75,8 +76,8 @@ AutoReqProv:  no
 
 %prep
     %setup -q -n elm%{V_base}.ME+.%{V_me}
-    %patch -p1 -P 0 1
-    %patch -p0 -P 2
+    %patch -p1 -P 0 1 2
+    %patch -p0 -P 3
     rm -f *.orig
 
 %build