summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstevejenkins <steve@stevejenkins.com>2013-12-18 08:24:05 -0800
committerstevejenkins <steve@stevejenkins.com>2013-12-18 08:24:05 -0800
commitf885847d9a3040937f810a7d994a56331771a581 (patch)
tree036dfc7f61863145a0b83c3a284db22db10885f6
parentd08bc750f681db953a711dac00e18a5b29f305ac (diff)
downloadopendkim_EL6-f885847d9a3040937f810a7d994a56331771a581.tar.gz
Update to 2.9.0-1
-rw-r--r--.gitignore1
-rw-r--r--opendkim.spec17
-rw-r--r--sources2
3 files changed, 12 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index e9100fa..0ba1966 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
/opendkim-2.8.2.tar.gz
/opendkim-2.8.3.tar.gz
/opendkim-2.8.4.tar.gz
+/opendkim-2.9.0.tar.gz
diff --git a/opendkim.spec b/opendkim.spec
index fe43215..f4c6735 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.8.4
-Release: 4%{?dist}
+Version: 2.9.0
+Release: 1%{?dist}
License: BSD and Sendmail
URL: http://opendkim.org/
Group: System Environment/Daemons
@@ -27,6 +27,7 @@ BuildRequires: libmemcached-devel
#BuildRequires: db4-devel
BuildRequires: libbsd
+BuildRequires: libbsd-devel
BuildRequires: pkgconfig
BuildRequires: openssl-devel
BuildRequires: sendmail-devel
@@ -354,9 +355,6 @@ rm -rf %{buildroot}
%defattr(-,root,root)
%doc LICENSE LICENSE.Sendmail README
%{_libdir}/libopendkim.so.*
-%{_libdir}/libstrl.so.*
-%{_includedir}/strl/strl.h
-
%files -n libopendkim-devel
%defattr(-,root,root)
@@ -367,10 +365,15 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/*.pc
%changelog
-* Sun Nov 3 2013 Steve Jenkins <steve stevejenkins com> - 2.8.4-4
+* Wed Dec 18 2013 Steve Jenkins <steve stevejenkins com> - 2.9.0-1
+- Update to use newer upstream 2.9.0 source code
+- Added libbsd-devel to BuildRequires
+- Removed listrl references from libopendkim files section (handled by libbsd-devel)
+
+* Sun Nov 3 2013 Steve Jenkins <steve stevejenkins com> - 2.8.4-4
- Rebuild of all release packages to sync version numbers
-* Sun Nov 3 2013 Ville Skytta ville.skytta@iki.fi> - 2.8.4-3
+* Sun Nov 3 2013 Ville Skytta ville.skytta@iki.fi> - 2.8.4-3
- Fix path to docs in sample config when doc dir is unversioned (#993997).
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 2.8.4-2
diff --git a/sources b/sources
index 102d702..d204511 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-17f667d022c167c7874a993e928d4a6d opendkim-2.8.4.tar.gz
+af682e58877bf9153b6af4400aad6d4d opendkim-2.9.0.tar.gz