rpms/python-dmidecode/devel python-dmidecode.spec, 1.5, 1.6 sources, 1.5, 1.6

dsommers dsommers at fedoraproject.org
Fri Feb 26 12:05:42 UTC 2010


Author: dsommers

Update of /cvs/pkgs/rpms/python-dmidecode/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27345

Modified Files:
	python-dmidecode.spec sources 
Log Message:
Added upstream copyright fix for Makefile (upstream commit d86d22c89cda5f8d2)


Index: python-dmidecode.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-dmidecode/devel/python-dmidecode.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- python-dmidecode.spec	17 Feb 2010 10:55:55 -0000	1.5
+++ python-dmidecode.spec	26 Feb 2010 12:05:41 -0000	1.6
@@ -4,11 +4,12 @@
 Summary: Python module to access DMI data
 Name: python-dmidecode
 Version: 3.10.11
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 Group: System Environment/Libraries
 URL: http://projects.autonomy.net.au/python-dmidecode/
 Source0: http://src.autonomy.net.au/python-dmidecode/%{name}-%{version}.tar.gz
+Patch0: python-dmidecode_copyright-update.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: libxml2-python
 BuildRequires: libxml2-python
@@ -23,6 +24,9 @@ as python data structures or as XML data
 %prep
 %setup -q
 
+# copyright update, upstream commit d86d22c89cda5f8d2
+%patch0 -p1
+
 %build
 make build
 cd unit-tests
@@ -49,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/python-dmidecode/
 
 %changelog
+* Fri Feb 26 2010 David Sommerseth <davids at redhat.com> - 3.10.11-2
+- - Added upstream fix, correcting copyright in Makefile
+
 * Tue Feb 16 2010 Nima Talebi <nima at it.net.au> - 3.10.11-1
 - Update to new release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-dmidecode/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	17 Feb 2010 10:55:55 -0000	1.5
+++ sources	26 Feb 2010 12:05:41 -0000	1.6
@@ -1 +1,2 @@
 f4b7a8695130b0b6aff87b55a0c79935  python-dmidecode-3.10.11.tar.gz
+52d61fee98ba4ceae7f461e520ea258f  python-dmidecode_copyright-update.patch



More information about the scm-commits mailing list