diff --git a/.gitignore b/.gitignore index d24e950..0f21751 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /libgta-1.0.2.tar.xz +/libgta-1.0.3.tar.xz +/libgta-1.0.4.tar.xz diff --git a/libgta.spec b/libgta.spec index 662636e..ccd0a0a 100644 --- a/libgta.spec +++ b/libgta.spec @@ -1,6 +1,6 @@ Name: libgta -Version: 1.0.2 -Release: 3%{?dist} +Version: 1.0.4 +Release: 1%{?dist} Summary: Library that implements the Generic Tagged Arrays file format Group: System Environment/Libraries License: LGPLv2+ @@ -48,7 +48,7 @@ sed -i 's/-m 644/-pm 644/' configure %build %configure --disable-static -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install make install DESTDIR=%{buildroot} @@ -57,8 +57,8 @@ make install DESTDIR=%{buildroot} rm -rf %{buildroot}%{_docdir} -# Don't build and run the checks -# Checks must be interrupted +%check +make check V=1 %post -p /sbin/ldconfig @@ -81,6 +81,13 @@ rm -rf %{buildroot}%{_docdir} %changelog +* Sun Feb 3 2013 Volker Fröhlich 1.0.4-1 +- New upstream release + +* Sun Sep 2 2012 Volker Fröhlich 1.0.3-1 +- New upstream release +- Run checks + * Thu Jul 19 2012 Fedora Release Engineering - 1.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 1bc0a02..bf2de8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -921566669683385f295bb6f21d5dedee libgta-1.0.2.tar.xz +8208e29dc8d932053bb451356f73ef75 libgta-1.0.4.tar.xz