[irclog2html] * Sun Mar 27 2011 Fabian Affolter <fabian at bernewireless.net> - 2.9.2-1 - Updated to new upstream ver

Fabian Affolter fab at fedoraproject.org
Sun Mar 27 09:51:00 UTC 2011


commit 100591edb095edc84b306747228253b22bc79030
Author: Fabian Affolter <fabian at affolter-engineering.ch>
Date:   Sun Mar 27 11:50:32 2011 +0200

    * Sun Mar 27 2011 Fabian Affolter <fabian at bernewireless.net> - 2.9.2-1
    - Updated to new upstream version 2.9.2

 .gitignore       |    1 +
 irclog2html.spec |   17 +++++++++++------
 sources          |    2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 59f582c..7fb7edf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 irclog2html-2.8.tar.bz2
+/irclog2html-2.9.2.tar.bz2
diff --git a/irclog2html.spec b/irclog2html.spec
index be2a7da..81274f5 100644
--- a/irclog2html.spec
+++ b/irclog2html.spec
@@ -1,20 +1,22 @@
 Name:           irclog2html
-Version:        2.8
-Release:        3%{?dist}
+Version:        2.9.2
+Release:        1%{?dist}
 Summary:        Script to convert IRC logs to HTML and other formats
 
 Group:          Applications/Communications
 License:        GPLv2+
 URL:            http://mg.pov.lt/irclog2html/
 # Source is only in upstream SCM. To create the tarball run
-#   bzr export irclog2html-2.8.tar.bz2 -r 77 lp:irclog2html
+# bzr export irclog2html-2.9.2.tar.bz2 -r 77 lp:irclog2html
 Source0:        %{name}-%{version}.tar.bz2
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-
 BuildArch:      noarch
-Requires:       python
+
 BuildRequires:  python
 
+Requires:       python
+
+
 %description
 irclog2html is a nice IRC log parser and colorizer that will do the most common
 things necessary to make an IRC log readable in a web browser. It can export to
@@ -36,7 +38,7 @@ echo "You may need the irclog.css file. It is available at
 rm -rf %{buildroot}
 mkdir -p %{buildroot}%{_bindir}
 install -pm 755 %{name}.py %{buildroot}%{_bindir}/%{name}
-# keep bindir cleanish, most people will just want the main script.
+# Keep bindir cleanish, most people will just want the main script.
 mkdir -p %{buildroot}%{_datadir}/%{name}
 chmod a+x *.py
 cp -a * %{buildroot}%{_datadir}/%{name}/
@@ -58,6 +60,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Mar 27 2011 Fabian Affolter <fabian at bernewireless.net> - 2.9.2-1
+- Updated 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 6f8633b..6fbbcc1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0011e1487d03903917d98b4a9a9acaa4  irclog2html-2.8.tar.bz2
+dc71476612866cdb279e2bacd14ae999  irclog2html-2.9.2.tar.bz2


More information about the scm-commits mailing list