New upstream release 1.3.5
This commit is contained in:
parent
a4f590e570
commit
618d4c611b
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/tdb-1.3.1.tar.gz
|
/tdb-1.3.1.tar.gz
|
||||||
/tdb-1.3.3.tar.gz
|
/tdb-1.3.3.tar.gz
|
||||||
/tdb-1.3.4.tar.gz
|
/tdb-1.3.4.tar.gz
|
||||||
|
/tdb-1.3.5.tar.gz
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print(get_python_version())")}
|
%{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print(get_python_version())")}
|
||||||
|
|
||||||
Name: libtdb
|
Name: libtdb
|
||||||
Version: 1.3.4
|
Version: 1.3.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Summary: The tdb library
|
Summary: The tdb library
|
||||||
@ -109,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun -n python-tdb -p /sbin/ldconfig
|
%postun -n python-tdb -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 29 2015 Jakub Hrozek <jhrozek@redhat.com> - 1.3.5-1
|
||||||
|
- New upstream release 1.3.5
|
||||||
|
|
||||||
* Mon Jan 5 2015 Jakub Hrozek <jhrozek@redhat.com> - 1.3.4-1
|
* Mon Jan 5 2015 Jakub Hrozek <jhrozek@redhat.com> - 1.3.4-1
|
||||||
- New upstream release 1.3.4
|
- New upstream release 1.3.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user