Update to version 1.1.0.
This commit is contained in:
parent
e1ce0390b3
commit
c662e308f1
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user