New upstream release 1.3.1
This commit is contained in:
parent
34e3a4494f
commit
6088abd45f
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/tdb-1.2.12.tar.gz
|
||||
/tdb-1.2.13.tar.gz
|
||||
/tdb-1.3.0.tar.gz
|
||||
/tdb-1.3.1.tar.gz
|
||||
|
||||
@ -5,8 +5,8 @@
|
||||
%{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print(get_python_version())")}
|
||||
|
||||
Name: libtdb
|
||||
Version: 1.3.0
|
||||
Release: 4%{?dist}
|
||||
Version: 1.3.1
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Daemons
|
||||
Summary: The tdb library
|
||||
License: LGPLv3+
|
||||
@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%postun -n python-tdb -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Thu Sep 18 2014 Jakub Hrozek <jhrozek@redhat.com> - 1.3.1-1
|
||||
- New upstream release 1.3.1
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user