Update to version 1.1.1.
This commit is contained in:
parent
84abe95285
commit
257571a950
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user