diff --git a/.gitignore b/.gitignore index 4f7364b..ec8908e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /tdb-1.3.3.tar.gz /tdb-1.3.4.tar.gz /tdb-1.3.5.tar.gz +/tdb-1.3.6.tar.gz diff --git a/libtdb.spec b/libtdb.spec index 3a3973f..6e872b1 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -5,7 +5,7 @@ %{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print(get_python_version())")} Name: libtdb -Version: 1.3.5 +Version: 1.3.6 Release: 1%{?dist} Group: System Environment/Daemons Summary: The tdb library @@ -109,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT %postun -n python-tdb -p /sbin/ldconfig %changelog +* Sun Jun 14 2015 Jakub Hrozek - 1.3.6-1 +- New upstream release 1.3.6 + * Wed Apr 29 2015 Jakub Hrozek - 1.3.5-1 - New upstream release 1.3.5 diff --git a/sources b/sources index 9026d34..d93de2f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f8566d2a995ff1f01df556aa279f68f tdb-1.3.5.tar.gz +d4df2bcebbcd18463408b5a1ccb5b71b tdb-1.3.6.tar.gz