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.1.tar.gz
|
||||||
/socket_wrapper-1.0.2.tar.gz
|
/socket_wrapper-1.0.2.tar.gz
|
||||||
/socket_wrapper-1.1.0.tar.gz
|
/socket_wrapper-1.1.0.tar.gz
|
||||||
|
/socket_wrapper-1.1.1.tar.gz
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Name: socket_wrapper
|
Name: socket_wrapper
|
||||||
Version: 1.1.0
|
Version: 1.1.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
Summary: A library passing all socket communications trough Unix sockets
|
Summary: A library passing all socket communications trough Unix sockets
|
||||||
@ -30,12 +30,12 @@ development/testing.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
if test ! -e "obj"; then
|
if test ! -e "obj"; then
|
||||||
mkdir obj
|
mkdir obj
|
||||||
fi
|
fi
|
||||||
pushd obj
|
pushd obj
|
||||||
%cmake \
|
%cmake \
|
||||||
-DUNIT_TESTING=ON \
|
-DUNIT_TESTING=ON \
|
||||||
%{_builddir}/%{name}-%{version}
|
%{_builddir}/%{name}-%{version}
|
||||||
|
|
||||||
make %{?_smp_mflags} VERBOSE=1
|
make %{?_smp_mflags} VERBOSE=1
|
||||||
popd
|
popd
|
||||||
@ -65,6 +65,9 @@ popd
|
|||||||
%{_libdir}/pkgconfig/socket_wrapper.pc
|
%{_libdir}/pkgconfig/socket_wrapper.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user