summaryrefslogtreecommitdiffstats
path: root/opendkim.spec
diff options
context:
space:
mode:
authorstevejenkins <steve@stevejenkins.com>2016-12-20 19:21:55 -0800
committerstevejenkins <steve@stevejenkins.com>2016-12-20 19:21:55 -0800
commit0599b112037e3fc8dd873e5cf7092906b745911b (patch)
tree64217c241d363afb5d7cf3a0e429dfdd2cdf2d2f /opendkim.spec
parentf9d6a6a87cc0e7f047d0bb4d4dea62f16fe665fb (diff)
downloadopendkim_EL6-0599b112037e3fc8dd873e5cf7092906b745911b.tar.gz
Update to 2.11.0-0.1
Diffstat (limited to 'opendkim.spec')
-rw-r--r--opendkim.spec28
1 files changed, 13 insertions, 15 deletions
diff --git a/opendkim.spec b/opendkim.spec
index b77dc4e..e8a40c1 100644
--- a/opendkim.spec
+++ b/opendkim.spec
@@ -4,15 +4,17 @@
Summary: A DomainKeys Identified Mail (DKIM) milter to sign and/or verify mail
Name: opendkim
-Version: 2.10.3
-Release: 9%{?dist}
+Version: 2.11.0
+Release: 0.1%{?dist}
Group: System Environment/Daemons
License: BSD and Sendmail
URL: http://%{name}.org/
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.Alpha0.tar.gz
-# https://sourceforge.net/p/opendkim/bugs/226/
-Patch0: %{name}.ticket226.patch
+# https://sourceforge.net/p/opendkim/patches/35/
+# https://sourceforge.net/p/opendkim/patches/37/
+# Patches rediffed and combined (both modify configure)
+Patch0: %{name}.ticket35+37.patch
# Required for all versions
Requires: lib%{name}%{?_isa} = %{version}-%{release}
@@ -72,16 +74,7 @@ This package contains the static libraries, headers, and other support files
required for developing applications against libopendkim.
%prep
-%setup -q
-# Apply Global patches
-%patch0 -p1
-%if %systemd
-# Apply systemd patches
-#%patch0 -p1
-%else
-# Apply SysV patches
-#%patch0 -p1
-%endif
+%autosetup -p1
%build
# Always use system libtool instead of pacakge-provided one to
@@ -535,6 +528,11 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/*.pc
%changelog
+* Tue Dec 20 2016 Steve Jenkins <steve@stevejenkins.com> - 2.11.0-0.1
+- Updated to 2.11.0.Alpha0 upstream source
+- Rediffed, combined, and applied patch for SF #35 + #37
+- Modernized spec slightly (thanks to EPEL 5 getting a bit more modern)
+
* Mon Aug 01 2016 Steve Jenkins <steve@stevejenkins.com> - 2.10.3-9
- Changed sendmail-milter-devel BuildRequires to > F25