diff --git a/.gitignore b/.gitignore index cdc1446..99a3be8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /girara-0.1.7.tar.gz /girara-0.1.9.tar.gz /girara-0.2.0.tar.gz +/girara-0.2.2.tar.gz diff --git a/girara.spec b/girara.spec index a5a6631..44da589 100644 --- a/girara.spec +++ b/girara.spec @@ -1,12 +1,12 @@ Name: girara -Version: 0.2.0 -Release: 3%{?dist} +Version: 0.2.2 +Release: 1%{?dist} Summary: Simple user interface library Group: Development/Libraries License: zlib URL: http://pwmt.org/projects/%{name}/ Source0: http://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.gz -BuildRequires: gtk3-devel gettext +BuildRequires: gtk3-devel gettext libnotify-devel %description Girara is a library that implements a user interface that focuses on simplicity @@ -41,7 +41,7 @@ rm -f %{buildroot}/%{_libdir}/libgirara-gtk?.a %files devel %{_includedir}/%{name}/*.h -%{_libdir}/pkgconfig/girara-gtk3.pc +%{_libdir}/pkgconfig/girara-gtk?.pc %{_libdir}/libgirara-gtk?.so %post -p /sbin/ldconfig @@ -49,6 +49,10 @@ rm -f %{buildroot}/%{_libdir}/libgirara-gtk?.a %postun -p /sbin/ldconfig %changelog +* Thu Jun 26 2014 Petr Ĺ abata - 0.2.2-1 +- 0.2.2 bump +- Introduce libnotify support + * Sat Jun 07 2014 Fedora Release Engineering - 0.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 9ae5b43..c97e237 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cb965af58bc435f356296e62629716f5 girara-0.2.0.tar.gz +678b0fb6f22d88ba4c29297c67685c50 girara-0.2.2.tar.gz