[python-fmn-lib] 0.4.4

Ralph Bean ralph at fedoraproject.org
Fri Jan 16 18:08:21 UTC 2015


commit b82711192f72c91dbed9fb83ba5c05ad8b5bfef5
Author: Ralph Bean <rbean at redhat.com>
Date:   Fri Jan 16 13:08:22 2015 -0500

    0.4.4

 .gitignore                  |    1 +
 python-fmn-lib-mutual.patch |   45 -------------------------------------------
 python-fmn-lib.spec         |   12 ++++------
 sources                     |    2 +-
 4 files changed, 7 insertions(+), 53 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cce0bd7..a891822 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /fmn.lib-0.4.1.tar.gz
 /fmn.lib-0.4.2.tar.gz
 /fmn.lib-0.4.3.tar.gz
+/fmn.lib-0.4.4.tar.gz
diff --git a/python-fmn-lib.spec b/python-fmn-lib.spec
index ffdc7fe..2ab664a 100644
--- a/python-fmn-lib.spec
+++ b/python-fmn-lib.spec
@@ -7,8 +7,8 @@
 %endif
 
 Name:               python-fmn-lib
-Version:            0.4.3
-Release:            2%{?dist}
+Version:            0.4.4
+Release:            1%{?dist}
 Summary:            Internal API components and model for Fedora Notifications
 
 Group:              Development/Libraries
@@ -16,9 +16,6 @@ License:            LGPLv2+
 URL:                http://pypi.python.org/pypi/fmn.lib
 Source0:            http://pypi.python.org/packages/source/f/%{modname}/%{modname}-%{version}.tar.gz
 
-# https://github.com/fedora-infra/fmn.lib/pull/31
-Patch0:             python-fmn-lib-mutual.patch
-
 BuildArch:          noarch
 
 BuildRequires:      python2-devel
@@ -64,8 +61,6 @@ Notifications
 %prep
 %setup -q -n %{modname}-%{version}
 
-%patch0 -p1
-
 # Remove bundled egg-info in case it exists
 rm -rf %{modname}.egg-info
 
@@ -93,6 +88,9 @@ install createdb.py %{buildroot}%{_bindir}/fmn-createdb
 %{_bindir}/fmn-createdb
 
 %changelog
+* Fri Jan 16 2015 Ralph Bean <rbean at redhat.com> - 0.4.4-1
+- new version
+
 * Thu Jan 15 2015 Ralph Bean <rbean at redhat.com> - 0.4.3-2
 - Patch summershum defaults.
 
diff --git a/sources b/sources
index 3b72706..abcf4f4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7ec53e04764e2a5206874a06abdbb7c1  fmn.lib-0.4.3.tar.gz
+87a895e047a3b2b95e58426a666925ef  fmn.lib-0.4.4.tar.gz


More information about the scm-commits mailing list