[fedmsg] Latest upstream; remove patches.

Ralph Bean ralph at fedoraproject.org
Fri Aug 8 14:57:25 UTC 2014


commit 59a026ed8a8abe688257bf762b68be158822e5a9
Author: Ralph Bean <rbean at redhat.com>
Date:   Fri Aug 8 16:57:12 2014 +0200

    Latest upstream; remove patches.

 .gitignore            |    1 +
 fedmsg-encoding.patch |   44 ---------------------------------------
 fedmsg-lock.patch     |   55 -------------------------------------------------
 fedmsg.spec           |   11 ++++-----
 sources               |    2 +-
 5 files changed, 7 insertions(+), 106 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1d75f04..9d76a32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,4 @@
 /fedmsg-0.8.0.tar.gz
 /fedmsg-0.9.0.tar.gz
 /fedmsg-0.9.1.tar.gz
+/fedmsg-0.9.2.tar.gz
diff --git a/fedmsg.spec b/fedmsg.spec
index 1fdeae0..b00faf0 100644
--- a/fedmsg.spec
+++ b/fedmsg.spec
@@ -4,15 +4,13 @@
 %global modname fedmsg
 
 Name:           fedmsg
-Version:        0.9.1
-Release:        3%{?dist}
+Version:        0.9.2
+Release:        1%{?dist}
 Summary:        Tools for Fedora Infrastructure real-time messaging
 Group:          Applications/Internet
 License:        LGPLv2+
 URL:            http://github.com/ralphbean/fedmsg
 Source0:        http://pypi.python.org/packages/source/f/%{modname}/%{modname}-%{version}.tar.gz
-Patch0:         fedmsg-lock.patch
-Patch1:         fedmsg-encoding.patch
 
 BuildArch:      noarch
 
@@ -124,8 +122,6 @@ socket.  Useful for repeating messages outside a firewall.
 
 %prep
 %setup -q -n %{modname}-%{version}
-%patch0 -p1
-%patch1 -p1
 
 # This only got shipped with fedmsg-0.6.3
 rm -f fedmsg.d/_tweet-real.py
@@ -297,6 +293,9 @@ fi
 %config(noreplace) %{_sysconfdir}/fedmsg.d/gateway.py*
 
 %changelog
+* Fri Aug 08 2014 Ralph Bean <rbean at redhat.com> - 0.9.2-1
+- Remove patches.
+
 * Thu Jul 24 2014 Ralph Bean <rbean at redhat.com> - 0.9.1-3
 - Update patch.
 
diff --git a/sources b/sources
index 383cfdc..b17cde1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0064278f7fb372028f5438711b022b2d  fedmsg-0.9.1.tar.gz
+3ec5cb2079cc6c73f88551941f017790  fedmsg-0.9.2.tar.gz


More information about the scm-commits mailing list