From 789703ab6d167f2397f8c4710700ff5a77344523 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 11 Sep 2014 17:56:25 +0200 Subject: [PATCH] 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 1b09820..fface99 100644 --- a/nss_wrapper.spec +++ b/nss_wrapper.spec @@ -1,6 +1,6 @@ Name: nss_wrapper -Version: 1.0.2 -Release: 3%{?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: cmake 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 @@ -78,6 +74,9 @@ popd %{_libdir}/pkgconfig/nss_wrapper.pc %changelog +* Thu Sep 11 2014 - Andreas Schneider - 1.0.3-1 +- Update to version 1.0.3. + * Sun Aug 17 2014 Fedora Release Engineering - 1.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 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