[opendkim] Update to 2.6.7

stevej stevej at fedoraproject.org
Tue Aug 28 20:16:50 UTC 2012


commit b6da0db068bd3404a2860eb1b8b6437b2b3e8c61
Author: stevejenkins <steve at stevejenkins.com>
Date:   Tue Aug 28 13:16:48 2012 -0700

    Update to 2.6.7

 .gitignore                         |    1 +
 opendkim-2.4.2-initscript.patch    |   94 --------------
 opendkim-2.4.2-installreadme.patch |  245 ------------------------------------
 opendkim.spec                      |   15 ++-
 sources                            |    2 +-
 5 files changed, 10 insertions(+), 347 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fcce707..bc4d5a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /opendkim-2.4.2.tar.gz
+/opendkim-2.6.7.tar.gz
diff --git a/opendkim.spec b/opendkim.spec
index dc82faf..cdeaa10 100644
--- a/opendkim.spec
+++ b/opendkim.spec
@@ -4,8 +4,8 @@
 
 Summary: A DomainKeys Identified Mail (DKIM) milter to sign and/or verify mail
 Name: opendkim
-Version: 2.4.2
-Release: 7%{?dist}
+Version: 2.6.7
+Release: 1%{?dist}
 License: BSD and Sendmail
 URL: http://opendkim.org/
 Group: System Environment/Daemons
@@ -16,8 +16,6 @@ Requires (preun): chkconfig, initscripts
 Requires (postun): initscripts
 BuildRequires: sendmail-devel, openssl-devel, pkgconfig
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0: %{name}-%{version}-initscript.patch
-Patch1: %{name}-%{version}-installreadme.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -45,8 +43,6 @@ required for developing applications against libopendkim.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure --enable-stats
@@ -198,7 +194,7 @@ mkdir -p %{buildroot}%{_localstatedir}/run/%{name}
 mkdir -p %{buildroot}%{_sysconfdir}/%{name}
 mkdir %{buildroot}%{_sysconfdir}/%{name}/keys
 
-install -m 0755 contrib/stats/%{name}-reportstats %{buildroot}%{_prefix}/bin/%{name}-reportstats
+install -m 0755 stats/%{name}-reportstats %{buildroot}%{_prefix}/bin/%{name}-reportstats
 sed -i 's|^OPENDKIMSTATSDIR="/var/db/opendkim"|OPENDKIMSTATSDIR="%{_localstatedir}/spool/%{name}"|g' %{buildroot}%{_prefix}/bin/%{name}-reportstats
 sed -i 's|^OPENDKIMDATOWNER="mailnull:mailnull"|OPENDKIMDATOWNER="%{name}:%{name}"|g' %{buildroot}%{_prefix}/bin/%{name}-reportstats
 
@@ -271,6 +267,11 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Wed Aug 22 2012 Steve Jenkins <steve stevejenkins com> 2.6.7-1
+- Updated to use newer upstream 2.6.7 source code
+- Removed patches from 2.4.2 which were incorporated upstream
+- Updated install directory of opendkim-reportstats
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.2-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 1e14860..69772a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-755b0d693819b6d6a272a57aba21c92a  opendkim-2.4.2.tar.gz
+8dd327c1c3f3ffdbc436ef7df877940e  opendkim-2.6.7.tar.gz


More information about the scm-commits mailing list