[irclog2html] * Tue Jan 21 2014 Fabian Affolter <mail at fabian-affolter.ch> - 2.13.0-1 - Update to new upstream vers

Fabian Affolter fab at fedoraproject.org
Tue Jan 21 16:42:11 UTC 2014


commit c1ec11ab5eb63318e946beb9e25989f885048bb1
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Tue Jan 21 17:42:25 2014 +0100

    * Tue Jan 21 2014 Fabian Affolter <mail at fabian-affolter.ch> - 2.13.0-1
    - Update to new upstream version 2.13.0

 .gitignore       |    1 +
 irclog2html.spec |   29 ++++++++++++++++-------------
 sources          |    2 +-
 3 files changed, 18 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91080a5..864c2f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ irclog2html-2.8.tar.bz2
 /irclog2html-2.10.0.tar.gz
 /irclog2html-2.11.0.tar.gz
 /irclog2html-2.12.1.zip
+/irclog2html-2.13.0.tar.gz
diff --git a/irclog2html.spec b/irclog2html.spec
index 3fc6677..5032e79 100644
--- a/irclog2html.spec
+++ b/irclog2html.spec
@@ -1,11 +1,11 @@
 Name:           irclog2html
-Version:        2.12.1
-Release:        3%{?dist}
+Version:        2.13.0
+Release:        1%{?dist}
 Summary:        Script to convert IRC logs to HTML and other formats
 
 License:        GPLv2+
 URL:            http://mg.pov.lt/irclog2html/
-Source0:        http://pypi.python.org/packages/source/i/%{name}/%{name}-%{version}.zip
+Source0:        http://pypi.python.org/packages/source/i/%{name}/%{name}-%{version}.tar.gz
 BuildArch:      noarch
 
 BuildRequires:  python2-devel
@@ -25,10 +25,10 @@ echo "You may need the irclog.css file. It is available at
 " > README.fedora
 
 %build
-%{__python} setup.py build
+%{__python2} setup.py build
 
 %install
-%{__python} setup.py install --skip-build --root %{buildroot}
+%{__python2} setup.py install --skip-build --root %{buildroot}
 mkdir -p %{buildroot}%{_datadir}/%{name}
 install -Dpm 0644 src/%{name}/irclog.css %{buildroot}%{_datadir}/%{name}
 
@@ -38,10 +38,13 @@ install -Dpm 0644 src/%{name}/irclog.css %{buildroot}%{_datadir}/%{name}
 %{_bindir}/irclogsearch
 %{_bindir}/logs2html
 %{_datadir}/%{name}/
-%{python_sitelib}/%{name}/
-%{python_sitelib}/*.egg-info
+%{python2_sitelib}/%{name}/
+%{python2_sitelib}/*.egg-info
 
 %changelog
+* Tue Jan 21 2014 Fabian Affolter <mail at fabian-affolter.ch> - 2.13.0-1
+- Update to new upstream version 2.13.0
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.12.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -50,29 +53,29 @@ install -Dpm 0644 src/%{name}/irclog.css %{buildroot}%{_datadir}/%{name}
 - Spec file cleaned
 
 * Wed May 08 2013 Fabian Affolter <mail at fabian-affolter.ch> - 2.12.1-1
-- Updated to new upstream version 2.12.1
+- Update to new upstream version 2.12.1
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.11.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
 * Sat Nov 10 2012 Fabian Affolter <mail at fabian-affolter.ch> - 2.11.0-1
-- Updated to new upstream version 2.11.0
+- Update to new upstream version 2.11.0
 
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.10.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
 * Mon May 28 2012 Fabian Affolter <mail at fabian-affolter.ch> - 2.10.0-4
-- Missing build added (#821438)
+- Missing build add (#821438)
 
 * Mon May 14 2012 Fabian Affolter <mail at fabian-affolter.ch> - 2.10.0-3
-- BR updated
+- BR update
 
 * Mon May 14 2012 Fabian Affolter <mail at fabian-affolter.ch> - 2.10.0-2
 - Install section fixed
 
 * Sun Apr 29 2012 Fabian Affolter <mail at fabian-affolter.ch> - 2.10.0-1
 - Switch to usage of the provided tarball
-- Updated to new upstream version 2.10.0
+- Update to new upstream version 2.10.0
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.9.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
@@ -81,7 +84,7 @@ install -Dpm 0644 src/%{name}/irclog.css %{buildroot}%{_datadir}/%{name}
 - Rebuilt
 
 * Sun Mar 27 2011 Fabian Affolter <mail at fabian-affolter.ch> - 2.9.2-1
-- Updated to new upstream version 2.9.2
+- Update to new upstream version 2.9.2
 
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.8-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
diff --git a/sources b/sources
index 5273b7d..d2af746 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-624bd367bd4a954598f098c293a6bca3  irclog2html-2.12.1.zip
+80bd5de94d40b9cc452ba61fa7194181  irclog2html-2.13.0.tar.gz


More information about the scm-commits mailing list