diff --git a/.gitignore b/.gitignore index 5373838..5980773 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ liblockfile_1.08.orig.tar.gz +/liblockfile_1.09.orig.tar.gz diff --git a/liblockfile.spec b/liblockfile.spec index c0fd12a..ccc8e92 100644 --- a/liblockfile.spec +++ b/liblockfile.spec @@ -1,13 +1,13 @@ Name: liblockfile -Version: 1.08 -Release: 18%{?dist} +Version: 1.09 +Release: 1%{?dist} Summary: This implements a number of functions found in -lmail on SysV systems Group: Applications/System # regarding license please see file COPYRIGHT License: GPLv2+ and LGPLv2+ URL: http://packages.qa.debian.org/libl/liblockfile.html -Source0: http://ftp.de.debian.org/debian/pool/main/libl/liblockfile/liblockfile_1.08.orig.tar.gz +Source0: http://ftp.de.debian.org/debian/pool/main/libl/liblockfile/liblockfile_%{version}.orig.tar.gz %description This library implements a number of functions found in -lmail on SysV @@ -22,7 +22,7 @@ Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} -%description devel +%description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. @@ -36,7 +36,7 @@ sed -i "s/install -g root -m 755 dotlockfile \$(ROOT)\$(bindir);/install -m 755 %build %configure --enable-shared -make %{?_smp_mflags} +make %{?_smp_mflags} %install @@ -73,6 +73,10 @@ ldconfig -N -n %{buildroot}/%{_libdir} %changelog +* Thu Jan 15 2015 Matthias Runge - 1.09-1 +- update to 1.09 +- resolve timeout issue (rhbz#1159377) + * Sun Aug 17 2014 Fedora Release Engineering - 1.08-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index bd77115..ca2c161 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c24e2dfb4a2aab0263fe5ac1564d305e liblockfile_1.08.orig.tar.gz +2aa269e4405ee8235ff17d1b357c6ae8 liblockfile_1.09.orig.tar.gz