[metromap] * Sat Sep 07 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.4-1 - Bogus dates fixed - Updated

Fabian Affolter fab at fedoraproject.org
Sat Sep 7 08:24:24 UTC 2013


commit 51a5350a219baefc192f4fdfd5f6f631b20018ef
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Sat Sep 7 10:24:00 2013 +0200

    * Sat Sep 07 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.4-1
    - Bogus dates fixed
    - Updated spec file
    - Updated to new upstream version 0.1.4

 .gitignore    |    1 +
 metromap.spec |   28 +++++++++-------------------
 sources       |    2 +-
 3 files changed, 11 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 650699a..adc0cd5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 metromap-0.1.2.tar.bz2
 /metromap-0.1.3.tar.bz2
+/metromap-0.1.4.tar.bz2
diff --git a/metromap.spec b/metromap.spec
index eb18819..daf3ed8 100644
--- a/metromap.spec
+++ b/metromap.spec
@@ -1,13 +1,11 @@
 Name:           metromap
-Version:        0.1.3
-Release:        5%{?dist}
+Version:        0.1.4
+Release:        1%{?dist}
 Summary:        Simple program for finding paths in subway/metro maps
 
-Group:          Applications/Internet
 License:        GPL+
 URL:            http://metromap.antex.ru/
 Source0:        http://metromap.antex.ru/%{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)     
 BuildArch:      noarch
 
 BuildRequires:  python
@@ -17,13 +15,11 @@ BuildRequires:  gettext
 Requires:       pygtk2
 Requires:       hicolor-icon-theme
 
-
 %description
 A simple pygtk+2 application for finding paths in metro (subway)
 maps. Maps for Moscow, St. Petersburg, Kiev, London, and Berlin
 are included. Others can be downloaded.
 
-
 %prep
 %setup -q
 sed -i -e '/^#!\//, 1d' modules/{FindPath.py,MapDisplay.py,Interface.py,ReadMap.py}
@@ -37,9 +33,7 @@ done
 %build
 make %{?_smp_mflags}
 
-
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}%{_prefix} INSTALL="install -p"
 desktop-file-install                                    \
     --delete-original                                   \
@@ -49,32 +43,28 @@ desktop-file-install                                    \
     %{buildroot}%{_datadir}/applications/%{name}.desktop
 %find_lang %{name}
 
-
-%clean
-rm -rf %{buildroot}
-
-
 %postun
 if [ $1 -eq 0 ] ; then
     touch --no-create %{_datadir}/icons/hicolor &>/dev/null
     gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
 
-
 %posttrans
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
-
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc doc/AUTHORS doc/COPYING doc/NEWS doc/READ* doc/TODO
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*x*/apps/
 
-
 %changelog
+* Sat Sep 07 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.4-1
+- Bogus dates fixed
+- Updated spec file
+- Updated to new upstream version 0.1.4
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -87,7 +77,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
-* Thu Nov 12 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.3-1
+* Sat Nov 12 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.3-1
 - Updated spec file to reflect upstream changes
 - Updated to new upstream version 0.1.3
 
@@ -110,6 +100,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 - Fixed Source URL
 - Fixed License
 
-* Sat Jan 30 2009 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.2-1
+* Fri Jan 30 2009 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.2-1
 - Initial package for Fedora
 
diff --git a/sources b/sources
index a7561ef..b5fd0ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-23aeab972224456a0a54675abab0a4ad  metromap-0.1.3.tar.bz2
+5f0f0985b1bf48fa232aa6f4f80f827c  metromap-0.1.4.tar.bz2


More information about the scm-commits mailing list