Update to version 1.1.1.

This commit is contained in:
Andreas Schneider 2014-09-09 15:48:51 +02:00
parent 84abe95285
commit 257571a950
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/socket_wrapper-1.0.1.tar.gz
/socket_wrapper-1.0.2.tar.gz
/socket_wrapper-1.1.0.tar.gz
/socket_wrapper-1.1.1.tar.gz

View File

@ -1,6 +1,6 @@
Name: socket_wrapper
Version: 1.1.0
Release: 3%{?dist}
Version: 1.1.1
Release: 1%{?dist}
License: BSD
Summary: A library passing all socket communications trough Unix sockets
@ -30,12 +30,12 @@ development/testing.
%build
if test ! -e "obj"; then
mkdir obj
mkdir obj
fi
pushd obj
%cmake \
-DUNIT_TESTING=ON \
%{_builddir}/%{name}-%{version}
-DUNIT_TESTING=ON \
%{_builddir}/%{name}-%{version}
make %{?_smp_mflags} VERBOSE=1
popd
@ -65,6 +65,9 @@ popd
%{_libdir}/pkgconfig/socket_wrapper.pc
%changelog
* Tue Sep 09 2014 - Andreas Schneider <asn@redhat.com> - 1.1.1-1
- Update to version 1.1.1.
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
5f71ac78ef8fe568bf653ccce9da7975 socket_wrapper-1.1.0.tar.gz
7bf691a5973785579f262f956065efc3 socket_wrapper-1.1.1.tar.gz