[fedmsg-notify] Update to 0.3.0 and require fedmsg > 0.5.5

Luke Macken lmacken at fedoraproject.org
Mon Oct 29 23:06:13 UTC 2012


commit c2bd71e3acb082ec97c07e4139c4c9f0b508f785
Author: Luke Macken <lmacken at redhat.com>
Date:   Mon Oct 29 19:06:00 2012 -0400

    Update to 0.3.0 and require fedmsg > 0.5.5

 .gitignore         |    1 +
 fedmsg-notify.spec |   12 +++++++++---
 sources            |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fee1d82..8f7903e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /fedmsg-notify-0.2.0.tar.gz
 /fedmsg-notify-0.2.1.tar.gz
+/fedmsg-notify-0.3.0.tar.gz
diff --git a/fedmsg-notify.spec b/fedmsg-notify.spec
index 5c698ca..648a14b 100644
--- a/fedmsg-notify.spec
+++ b/fedmsg-notify.spec
@@ -5,7 +5,7 @@
 %global busname org.fedoraproject.fedmsg.notify
 
 Name:           fedmsg-notify
-Version:        0.2.1
+Version:        0.3.0
 Release:        1%{?dist}
 Summary:        Fedmsg Desktop Notifications
 
@@ -20,7 +20,7 @@ BuildRequires:  python-setuptools-devel
 BuildRequires:  pygobject3
 BuildRequires:  desktop-file-utils
 
-Requires:       fedmsg >= 0.5.3
+Requires:       fedmsg > 0.5.5
 Requires:       pygobject3
 
 %description
@@ -69,7 +69,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 
 %files
-%doc README.rst LICENSE
+%doc README.md LICENSE
 %{_bindir}/%{name}-daemon
 %{_bindir}/%{name}-config
 %{python_sitelib}/%{modname}/
@@ -78,9 +78,15 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/applications/%{name}-config.desktop
 %{_sysconfdir}/dbus-1/system.d/%{busname}.conf
 %{_datadir}/glib-2.0/schemas/%{busname}.gschema.xml
+%defattr(0775, root, root,0775)
+%dir /var/cache/%{name}
 
 
 %changelog
+* Wed Oct 24 2012 Luke Macken <lmacken at redhat.com> - 0.3.0-1
+- 0.3.0
+- Require fedmsg > 0.5.5 for fedmsg.text.make_processors
+
 * Thu Oct 06 2012 Luke Macken <lmacken at redhat.com> - 0.2.1-1
 - 0.2.1 release
 - Add the GSettings schema
diff --git a/sources b/sources
index ea16f7b..38ca0e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c2c0cc122a3096ea261cfc32673c4723  fedmsg-notify-0.2.1.tar.gz
+fe84f6b5b3bba077748510f119f0231c  fedmsg-notify-0.3.0.tar.gz


More information about the scm-commits mailing list