[wmfrog/f12/master] 0.2.2 bump

Petr Pisar ppisar at fedoraproject.org
Wed Sep 1 10:54:17 UTC 2010


commit 5b47d42a9cd50da8614377545c007c0df92d0f59
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Sep 1 11:37:22 2010 +0200

    0.2.2 bump
    
    Upstream solved wind parsing in other way, patch for 0.2.1 removed.

 .gitignore                      |    1 +
 sources                         |    2 +-
 wmfrog-0.2.1-metar_parser.patch |   68 ---------------------------------------
 wmfrog.spec                     |    9 +++--
 4 files changed, 7 insertions(+), 73 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3b251ed..142e567 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 wmfrog-0.2.1.tgz
+/wmfrog-0.2.2.tgz
diff --git a/sources b/sources
index a837528..d240624 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ad9a552cb6b802e7eca0a05d3a53151d  wmfrog-0.2.1.tgz
+5732ea81317451462143bfd5ddba2b16  wmfrog-0.2.2.tgz
diff --git a/wmfrog.spec b/wmfrog.spec
index f79bb0d..d0c59c6 100644
--- a/wmfrog.spec
+++ b/wmfrog.spec
@@ -1,6 +1,6 @@
 Name:       wmfrog
-Version:    0.2.1
-Release:    2%{?dist}
+Version:    0.2.2
+Release:    1%{?dist}
 Summary:    A weather application, it shows the weather in a graphical way
 
 Group:      Amusements/Graphics
@@ -8,7 +8,6 @@ License:    GPLv2+
 URL:        http://wiki.colar.net/wmfrog_dockapp
 Source0:    http://bitbucket.org/tcolar/%{name}/downloads/%{name}-%{version}.tgz
 BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-Patch0:     %{name}-0.2.1-metar_parser.patch
 
 BuildRequires:  libX11-devel, libXext-devel, libXpm-devel 
 Requires:   wget
@@ -21,7 +20,6 @@ when I was 25, I'm a programmer not a designer :)
 
 %prep
 %setup -q -c
-%patch0 -p1 -b .metar_parser
 sed -i -e 's|/lib/wmfrog|/libexec/wmfrog|' Src/Makefile
 sed -i 's|/usr/lib/|%{_libexecdir}/|' Src/wmFrog.c
 
@@ -49,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep 01 2010 Petr Pisar <ppisar at redhat.com> - 0.2.2-1
+- 0.2.2 bump
+
 * Mon Aug 09 2010 Petr Pisar <ppisar at redhat.com> - 0.2.1-2
 - Change RPM group to Amusements/Graphics
 


More information about the scm-commits mailing list