Selaa lähdekoodia

upgrading package: elm 2.4.122g -> 2.4.122h

Ralf S. Engelschall 19 vuotta sitten
vanhempi
commit
fbe14cf0d9
1 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. 4 3
      elm/elm.spec

+ 4 - 3
elm/elm.spec

@@ -25,7 +25,7 @@
 #   package version
 %define       V_base 2.4
 %define       V_me   122
-%define       V_pl   g
+%define       V_pl   h
 
 #   package information
 Name:         elm
@@ -38,7 +38,7 @@ Class:        BASE
 Group:        Mail
 License:      ELM License
 Version:      %{V_base}.%{V_me}%{V_pl}
-Release:      20060221
+Release:      20060509
 
 #   list of sources
 Source0:      http://www.elmme-mailer.org/elm-%{V_base}ME+%{V_me}.tar.gz
@@ -49,6 +49,7 @@ Patch3:       http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}d.patch.gz
 Patch4:       http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}e.patch.gz
 Patch5:       http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}f.patch.gz
 Patch6:       http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}g.patch.gz
+Patch7:       http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}h.patch.gz
 
 #   build information
 Prefix:       %{l_prefix}
@@ -79,7 +80,7 @@ AutoReqProv:  no
 
 %prep
     %setup -q -n elm%{V_base}.ME+.%{V_me}
-    %patch -p1 -P 0 1 2 3 4 5 6
+    %patch -p1 -P 0 1 2 3 4 5 6 7
     rm -f *.orig
 
 %build