rpms/pymetar/devel pymetar-0.14-install.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 pymetar.spec, 1.1, 1.2 sources, 1.2, 1.3

Matthias Saou thias at fedoraproject.org
Wed Oct 8 10:01:21 UTC 2008


Author: thias

Update of /cvs/extras/rpms/pymetar/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28385

Modified Files:
	.cvsignore pymetar.spec sources 
Added Files:
	pymetar-0.14-install.patch 
Log Message:
Update to 0.14.


pymetar-0.14-install.patch:

--- NEW FILE pymetar-0.14-install.patch ---
diff -Naupr pymetar-0.14.orig/setup.py pymetar-0.14/setup.py
--- pymetar-0.14.orig/setup.py	2007-10-07 11:46:39.000000000 +0200
+++ pymetar-0.14/setup.py	2008-10-08 11:58:01.000000000 +0200
@@ -27,5 +27,5 @@ setup(name = "pymetar", version = pymeta
       py_modules=["pymetar"],
       scripts = [ "bin/weather.py" ], 
       data_files = [("share/doc/pymetar-%s/"%pymetar.__version__,
-       ['README', 'COPYING', 'THANKS', 'TODO', 'bin/example.py', 'librarydoc.txt'])]
+       ['README', 'COPYING', 'THANKS', 'librarydoc.txt'])]
       )


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pymetar/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	12 Aug 2008 17:34:47 -0000	1.2
+++ .cvsignore	8 Oct 2008 10:00:51 -0000	1.3
@@ -1 +1 @@
-pymetar-0.13.tar.gz
+pymetar-0.14.tar.gz


Index: pymetar.spec
===================================================================
RCS file: /cvs/extras/rpms/pymetar/devel/pymetar.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pymetar.spec	12 Aug 2008 17:34:47 -0000	1.1
+++ pymetar.spec	8 Oct 2008 10:00:51 -0000	1.2
@@ -2,12 +2,13 @@
 
 Summary: METAR weather reports parser for Python
 Name: pymetar
-Version: 0.13
+Version: 0.14
 Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Libraries
 URL: http://www.schwarzvogel.de/software-pymetar.shtml
 Source: http://www.schwarzvogel.de/pkgs/pymetar-%{version}.tar.gz
+Patch0: pymetar-0.14-install.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: python-devel
 BuildArch: noarch
@@ -19,6 +20,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 # Convert file to UTF-8
 for FILE in README; do
     iconv -f iso8859-1 -t utf-8 -o tmp ${FILE}
@@ -46,12 +48,16 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README THANKS TODO librarydoc.txt bin/example.py
+%doc COPYING README THANKS librarydoc.txt
 %{_bindir}/pyweather
 %{python_sitelib}/*
 
 
 %changelog
+* Wed Oct  8 2008 Matthias Saou <http://freshrpms.net/> 0.14-1
+- Update to 0.14.
+- Include patch to remove no longer existing files from trying to be installed.
+
 * Tue Jul 15 2008 Matthias Saou <http://freshrpms.net/> 0.13-1
 - Initial RPM release.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pymetar/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	12 Aug 2008 17:34:47 -0000	1.2
+++ sources	8 Oct 2008 10:00:51 -0000	1.3
@@ -1 +1 @@
-84b6737b101daf5647a60d0d93d7783a  pymetar-0.13.tar.gz
+6b66da0de29fcb5de7a8cab2158a5c01  pymetar-0.14.tar.gz




More information about the scm-commits mailing list