Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0b118edd0 | ||
|
|
7d2d38a616 |
3 changed files with 11 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -29,3 +29,5 @@ ucommon-3.3.4.tar.gz
|
|||
/ucommon-5.5.0.tar.gz
|
||||
/ucommon-6.0.0.tar.gz
|
||||
/ucommon-6.0.2.tar.gz
|
||||
/ucommon-6.0.4.tar.gz
|
||||
/ucommon-6.0.7.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
2a9722f0f5e94bdd569629281459a002 ucommon-6.0.2.tar.gz
|
||||
0774a0315beac7b26ec75d44d925f208 ucommon-6.0.7.tar.gz
|
||||
|
|
|
|||
10
ucommon.spec
10
ucommon.spec
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
Name: ucommon
|
||||
Summary: Portable C++ framework for threads and sockets
|
||||
Version: 6.0.2
|
||||
Release: 2%{?dist}
|
||||
Version: 6.0.7
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv3+
|
||||
URL: http://www.gnu.org/software/commoncpp
|
||||
Source0: http://www.gnutelephony.org/dist/tarballs/ucommon-%{version}.tar.gz
|
||||
|
|
@ -123,6 +123,12 @@ html browsable.
|
|||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Sun Jul 28 2013 David Sugar <dyfet@gnutelephony.org> - 6.0.7-1
|
||||
- Fix for fsys error state reset on file open
|
||||
|
||||
* Sun May 05 2013 David Sugar <dyfet@gnutelephony.org> - 6.0.4-1
|
||||
- Fix for commoncpp address list comparisons
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue