[urlwatch] * Wed Feb 20 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.15-3 - Updated convert script and fi

Fabian Affolter fab at fedoraproject.org
Wed Feb 20 16:22:02 UTC 2013


commit 8cb31c949ea582bdecb891f4dbd2e27fd1343b21
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Wed Feb 20 17:21:49 2013 +0100

    * Wed Feb 20 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.15-3
    - Updated convert script and fix BR

 urlwatch.spec |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/urlwatch.spec b/urlwatch.spec
index c4bcf4f..474a957 100644
--- a/urlwatch.spec
+++ b/urlwatch.spec
@@ -4,7 +4,7 @@
 
 Name:           urlwatch
 Version:        1.15
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A tool for monitoring webpages for updates
 
 Group:          Applications/Internet
@@ -17,11 +17,10 @@ BuildArch:      noarch
 
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
-BuildRequires:  python3-tools
+BuildRequires:  python-tools
 
 Requires:       python-xmpp
 
-
 %description
 This script is intended to help you watch URLs and get notified (via
 email or in your terminal) of any changes. The change notification
@@ -40,7 +39,6 @@ Basic features
 * Supports removing noise (always-changing website parts)
 * Example hooks to filter content in Python
 
-
 %prep
 %setup -q
 %patch0 -p0 -b .xmmp
@@ -50,7 +48,6 @@ Basic features
 %build
 %{__python} setup.py build
 
-
 %install
 rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root=%{buildroot}
@@ -58,11 +55,9 @@ rm -rf %{buildroot}
 chmod 0755 %{buildroot}%{python_sitelib}/%{name}/*txt.py
 chmod a+x %{buildroot}%{python_sitelib}/%{name}/handler.py
 
-
 %clean
 rm -rf %{buildroot}
 
-
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING README
@@ -72,8 +67,10 @@ rm -rf %{buildroot}
 %{python_sitelib}/%{name}/
 %{python_sitelib}/%{name}*.egg-info
 
-
 %changelog
+* Wed Feb 20 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.15-3
+- Updated convert script
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.15-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list