diff --git a/.cvsignore b/.cvsignore index 6c8fb85..678e49c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ -libnotify-0.3.2.tar.gz +libnotify-0.0.2.tar.gz +libnotify-0.3.0.tar.gz diff --git a/libnotify.spec b/libnotify.spec index 31b7289..a4d13e6 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -2,8 +2,8 @@ Summary: libnotify notification library Name: libnotify -Version: 0.3.2 -Release: 1 +Version: 0.3.0 +Release: 5 URL: http://www.galago-project.org/specs/notification/ Source0: %{name}-%{version}.tar.gz License: LGPL @@ -24,6 +24,7 @@ Summary: Files for development using %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: glib2-devel >= %{glib2_version} +Patch0: libnotify-0.3.0-remove-config-h.patch %description devel @@ -32,6 +33,7 @@ development of programs using %{name}. %prep %setup -q +%patch0 -p1 -b .remove-config-h %build @@ -69,8 +71,8 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Mon Feb 27 2006 Ray Strode - 0.3.2-1 -- update to 0.3.2-1 +* Thu Mar 2 2006 Ray Strode - 0.3.0-5 +- patch out config.h include from public header * Fri Feb 10 2006 Jesse Keating - 0.3.0-4.2 - bump again for double-long bug on ppc(64) diff --git a/sources b/sources index 6776de3..1a10a97 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -12bcb4949e4be783a2db388e9155afac libnotify-0.3.2.tar.gz +98f723508b318f0c32578f5bca6c91d7 libnotify-0.3.0.tar.gz