rpms/createrepo/devel ten-changelog-limit.patch, NONE, 1.1 createrepo.spec, 1.40, 1.41

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Tue Feb 19 21:51:20 UTC 2008


Author: skvidal

Update of /cvs/extras/rpms/createrepo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7177

Modified Files:
	createrepo.spec 
Added Files:
	ten-changelog-limit.patch 
Log Message:
- createrepo 0.9.5.1
- limit changelog entries to 10 by default for this build



ten-changelog-limit.patch:

--- NEW FILE ten-changelog-limit.patch ---
--- createrepo/__init__.py~	2008-02-19 16:28:10.000000000 -0500
+++ createrepo/__init__.py	2008-02-19 16:28:10.000000000 -0500
@@ -70,7 +70,7 @@
         self.mdtimestamp = 0
         self.directory = None
         self.directories = []
-        self.changelog_limit = None # needs to be an int or None
+        self.changelog_limit = 10 # needs to be an int or None
         self.unique_md_filenames = False
         
 


Index: createrepo.spec
===================================================================
RCS file: /cvs/extras/rpms/createrepo/devel/createrepo.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- createrepo.spec	31 Jan 2008 19:17:48 -0000	1.40
+++ createrepo.spec	19 Feb 2008 21:50:46 -0000	1.41
@@ -2,12 +2,12 @@
 
 Summary: Creates a common metadata repository
 Name: createrepo
-Version: 0.9.4
-Release: 3%{?dist}
+Version: 0.9.5
+Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
 Source: %{name}-%{version}.tar.gz
-Patch0: skip-if-no-old-repometata.patch
+Patch0: ten-changelog-limit.patch
 URL: http://linux.duke.edu/projects/metadata/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArchitectures: noarch
@@ -21,7 +21,7 @@
 
 %prep
 %setup -q
-%patch0 -p1 
+%patch0 -p0
 
 %build
 
@@ -43,6 +43,10 @@
 %{python_sitelib}/createrepo
 
 %changelog
+* Tue Feb 19 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.5-1
+- 0.9.5
+- ten-changelog-limit patch by default in fedora
+
 * Thu Jan 31 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.4-3
 - skip if no old metadata and --update was called.
 




More information about the fedora-extras-commits mailing list