diff --git a/.gitignore b/.gitignore index b2292d8..9b96bb7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /sratom-0.2.0.tar.bz2 /sratom-0.4.2.tar.bz2 +/sratom-0.4.4.tar.bz2 diff --git a/sources b/sources index a535fa6..cad9b2f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5bb7e4bc4198e19f388ac51239007f25 sratom-0.4.2.tar.bz2 +07449e40511f5911298ee4c79ad0530a sratom-0.4.4.tar.bz2 diff --git a/sratom.spec b/sratom.spec index 458ac47..683d85d 100644 --- a/sratom.spec +++ b/sratom.spec @@ -2,8 +2,8 @@ %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} Name: sratom -Version: 0.4.2 -Release: 6%{?dist} +Version: 0.4.4 +Release: 1%{?dist} Summary: A C library for serializing LV2 plugins Group: System Environment/Libraries @@ -84,6 +84,9 @@ install -pm 644 COPYING NEWS README %{buildroot}%{_pkgdocdir} %{_mandir}/man3/* %changelog +* Fri Jan 10 2014 Brendan Jones 0.4.4-1 +- New upstream release + * Sun Dec 15 2013 Ville Skyttä - 0.4.2-6 - Install docs to %%{_pkgdocdir} where available (#994105).