Update to version 1.1.0.

This commit is contained in:
Andreas Schneider 2014-06-02 16:48:46 +02:00
parent e1ce0390b3
commit c662e308f1
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -1,5 +1,5 @@
Name: socket_wrapper
Version: 1.0.2
Version: 1.1.0
Release: 1%{?dist}
License: BSD
@ -9,7 +9,7 @@ Url: http://cwrap.org/
Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: libcmocka-devel
BuildRequires: libcmocka-devel >= 0.4.1
%description
socket_wrapper aims to help client/server software development teams willing to
@ -65,6 +65,9 @@ popd
%{_libdir}/pkgconfig/socket_wrapper.pc
%changelog
* Mon Jun 02 2014 - Andreas Schneider <asn@redhat.com> - 1.1.0-1
- Update to version 1.1.0.
* Tue May 06 2014 - Andreas Schneider <asn@redhat.com> - 1.0.2-1
- Update to version 1.0.2.

View File

@ -1 +1 @@
70e49650406c4747e0524b8e7dd0117e socket_wrapper-1.0.2.tar.gz
5f71ac78ef8fe568bf653ccce9da7975 socket_wrapper-1.1.0.tar.gz