[python-fmn-web] 0.4.1

Ralph Bean ralph at fedoraproject.org
Mon Jan 12 14:45:32 UTC 2015


commit e052604c740232bfdd0cea4b387bafa485a5828c
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Jan 12 09:45:46 2015 -0500

    0.4.1

 .gitignore                                         |    1 +
 0001-Add-accidentally-omitted-attrs.patch          |   25 --------------------
 ...is-conditional.-It-was-not-working-at-all.patch |   25 --------------------
 python-fmn-web.spec                                |   11 ++++----
 sources                                            |    2 +-
 5 files changed, 7 insertions(+), 57 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6059757..07bb302 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /fmn.web-0.2.5.tar.gz
 /fmn.web-0.2.6.tar.gz
 /fmn.web-0.3.0.tar.gz
+/fmn.web-0.4.1.tar.gz
diff --git a/python-fmn-web.spec b/python-fmn-web.spec
index 98fb1d2..5252d00 100644
--- a/python-fmn-web.spec
+++ b/python-fmn-web.spec
@@ -7,16 +7,14 @@
 %endif
 
 Name:               python-fmn-web
-Version:            0.3.0
-Release:            2%{?dist}
+Version:            0.4.1
+Release:            1%{?dist}
 Summary:            Frontend Web Application for Fedora Notifications
 
 Group:              Development/Libraries
 License:            LGPLv2+
 URL:                http://pypi.python.org/pypi/fmn.web
 Source0:            http://pypi.python.org/packages/source/f/%{modname}/%{modname}-%{version}.tar.gz
-Patch0:            0001-Add-accidentally-omitted-attrs.patch
-Patch1:            0002-Fix-this-conditional.-It-was-not-working-at-all.patch
 
 BuildArch:          noarch
 
@@ -83,8 +81,6 @@ This module contains the frontend web application for Fedora Notifications.
 
 %prep
 %setup -q -n %{modname}-%{version}
-%patch0 -p1
-%patch1 -p1
 
 # Remove bundled egg-info in case it exists
 rm -rf %{modname}.egg-info
@@ -111,6 +107,9 @@ cp -r fmn/web/static/ %{buildroot}%{_datadir}/%{modname}/static
 %{_datadir}/%{modname}
 
 %changelog
+* Mon Jan 12 2015 Ralph Bean <rbean at redhat.com> - 0.4.1-1
+- Latest upstream.
+
 * Tue Sep 16 2014 Ralph Bean <rbean at redhat.com> - 0.3.0-2
 - Patch two bugs caught in staging.
 
diff --git a/sources b/sources
index 2dcbfda..d779c39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bc25ee44096dba06acf17db8f55fdf28  fmn.web-0.3.0.tar.gz
+0530775e12cccd6c8a5241b50aed9b2f  fmn.web-0.4.1.tar.gz


More information about the scm-commits mailing list