diff --git a/.gitignore b/.gitignore index 9190ea4..58c6cc2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /tdb-1.2.10.tar.gz /tdb-1.2.11.tar.gz /tdb-1.2.12.tar.gz +/tdb-1.2.13.tar.gz diff --git a/libtdb.spec b/libtdb.spec index 2ad0f04..680380d 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -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.2.12 -Release: 2%{?dist} +Version: 1.2.13 +Release: 1%{?dist} Group: System Environment/Daemons Summary: The tdb library License: LGPLv3+ @@ -109,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT %postun -n python-tdb -p /sbin/ldconfig %changelog +* Thu Mar 20 2014 Jakub Hrozek - 1.2.13-1 +- New upstream release 1.2.13 + * Sat Aug 03 2013 Fedora Release Engineering - 1.2.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index b19dfe2..bb48b7e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -53e6168a7c2c93735a1c024fd2c3a7b4 tdb-1.2.12.tar.gz +2dc44a8538c4c8fcc9f9ba00fb041ce4 tdb-1.2.13.tar.gz