[milter-regex] Update to 2.0

Paul Howarth pghmcfc at fedoraproject.org
Mon Nov 25 12:20:02 UTC 2013


commit 542bd1838401cd8a95350c015937ee908c532813
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Nov 25 12:18:56 2013 +0000

    Update to 2.0
    
    - New upstream release 2.0
      - Add -l option to specify maximum log level
    - Drop upstreamed cleanup and starttls patches

 milter-regex-1.9-cleanup.patch  |   89 ---------------------------------------
 milter-regex-1.9-starttls.patch |   18 --------
 milter-regex.spec               |   21 ++++-----
 sources                         |    2 +-
 4 files changed, 10 insertions(+), 120 deletions(-)
---
diff --git a/milter-regex.spec b/milter-regex.spec
index aac893e..957e63a 100644
--- a/milter-regex.spec
+++ b/milter-regex.spec
@@ -1,6 +1,6 @@
 Name:		milter-regex
-Version:	1.9
-Release:	7%{?dist}
+Version:	2.0
+Release:	1%{?dist}
 Summary:	Milter plug-in for regular expression filtering
 Group:		System Environment/Daemons
 License:	BSD
@@ -9,8 +9,6 @@ Source0:	http://www.benzedrine.cx/milter-regex-%{version}.tar.gz
 Source1:	milter-regex.service
 Source2:	milter-regex-options
 Source3:	milter-regex.conf
-Patch0:		milter-regex-1.9-cleanup.patch
-Patch1:		milter-regex-1.9-starttls.patch
 Buildrequires:	sendmail-devel >= 8.13, byacc, groff
 BuildRequires:	systemd-units
 
@@ -26,12 +24,6 @@ emails using regular expressions.
 %prep
 %setup -q
 
-# Get rid of compiler warnings where possible
-%patch0 -p1 -b .cleanup
-
-# Add support for STARTTLS macro checking (#840665)
-%patch1 -p1 -b .starttls
-
 # Customize config file location and dæmon user
 sed -i -e	's|/etc/milter-regex\.conf|%{_sysconfdir}/mail/milter-regex.conf|;
 		 s|_milter-regex|mregex|' milter-regex.[8c]
@@ -85,11 +77,16 @@ exit 0
 %{_mandir}/man8/milter-regex.8*
 
 %changelog
+* Mon Nov 25 2013 Paul Howarth <paul at city-fan.org> - 2.0-1
+- update to 2.0
+  - add -l option to specify maximum log level
+- drop upstreamed cleanup and starttls patches
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+- rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+- rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
 * Fri Sep  7 2012 Paul Howarth <paul at city-fan.org> - 1.9-5
 - drop SysV-to-systemd migration support from F-18 onwards
diff --git a/sources b/sources
index 4b7cbb0..c632654 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-65471e363669b237e280d53dc914ac2a  milter-regex-1.9.tar.gz
+4b7bb91560fa8d9a77d8f3d2c145ce24  milter-regex-2.0.tar.gz


More information about the scm-commits mailing list