Update to version 1.0.3.

This commit is contained in:
Andreas Schneider 2014-09-11 17:56:25 +02:00
parent e204905545
commit 789703ab6d
3 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <asn@redhat.com> - 1.0.3-1
- Update to version 1.0.3.
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
85c4358b9b640c4ccd900e620f67dc75 nss_wrapper-1.0.2.tar.gz
5488434069267ff86bc479423d218bb7 nss_wrapper-1.0.3.tar.gz