[nss_wrapper/el6] Update to version 1.0.3.

asn asn at fedoraproject.org
Thu Sep 11 17:06:44 UTC 2014


commit 084125df24d1d3001a3f83ee6fd731b8a6b87f4d
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Thu Sep 11 17:56:25 2014 +0200

    Update to version 1.0.3.

 .gitignore       |    1 +
 nss_wrapper.spec |   11 +++++------
 sources          |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 348e10d..4813559 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /nss_wrapper-1.0.1.tar.gz
 /nss_wrapper-1.0.2.tar.gz
+/nss_wrapper-1.0.3.tar.gz
diff --git a/nss_wrapper.spec b/nss_wrapper.spec
index a0684fb..f7483ea 100644
--- a/nss_wrapper.spec
+++ b/nss_wrapper.spec
@@ -1,6 +1,6 @@
 Name:           nss_wrapper
-Version:        1.0.2
-Release:        2%{?dist}
+Version:        1.0.3
+Release:        1%{?dist}
 
 License:        BSD
 Summary:        A wrapper for the user, group and hosts NSS API
@@ -8,8 +8,6 @@ Url:            http://cwrap.org/
 
 Source0:        https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
 
-Patch0:         nss_wrapper-1.0.2-fix_cmake_policy.patch
-
 BuildRequires:  cmake28
 BuildRequires:  libcmocka-devel
 
@@ -39,8 +37,6 @@ development/testing.
 %prep
 %setup -q
 
-%patch0 -p1 -b .nss_wrapper-1.0.2-fix_cmake_policy.patch
-
 %build
 if test ! -e "obj"; then
     mkdir obj
@@ -79,6 +75,9 @@ popd
 %{_libdir}/pkgconfig/nss_wrapper.pc
 
 %changelog
+* Thu Sep 11 2014 - Andreas Schneider <asn at redhat.com> - 1.0.3-1
+- Update to version 1.0.3.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 - Fix building on rhel6 with bad %cmake macro.
diff --git a/sources b/sources
index ac2154a..a6f1c14 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-85c4358b9b640c4ccd900e620f67dc75  nss_wrapper-1.0.2.tar.gz
+5488434069267ff86bc479423d218bb7  nss_wrapper-1.0.3.tar.gz


More information about the scm-commits mailing list