bump to 0.9.1
authorSeth Vidal <skvidal@fedoraproject.org>
Tue, 8 Jan 2008 20:47:24 +0000 (15:47 -0500)
committerSeth Vidal <skvidal@fedoraproject.org>
Tue, 8 Jan 2008 20:47:24 +0000 (15:47 -0500)
createrepo.spec
createrepo/__init__.py

index 73949d5af198e659ee56bc4504f40e7355af3904..7515a48d090dfcc6d6fa5a5641a07ff0403701dc 100644 (file)
@@ -2,7 +2,7 @@
 
 Summary: Creates a common metadata repository
 Name: createrepo
-Version: 0.9
+Version: 0.9.1
 Release: 1
 License: GPL
 Group: System Environment/Base
@@ -40,99 +40,10 @@ make DESTDIR=$RPM_BUILD_ROOT install
 %{python_sitelib}/createrepo
 
 %changelog
+* Tue Jan  8 2008 Seth Vidal <skvidal at fedoraproject.org>
+- 0.9.1 - lots of fixes
+- cleanup changelog, too
+
 * Thu Dec 20 2007 Seth Vidal <skvidal at fedoraproject.org>
 - beginning of the new version
 
-* Mon Dec  3 2007 Luke Macken <lmacken@redhat.com>
-- Add man page for modifyrepo
-
-* Thu Jun 07 2007 Paul Nasrat <pnasrat at redhat.com>
-- 0.4.10
-
-* Wed May 16 2007 Paul Nasrat <pnasrat at redhat.com>
-- 0.4.9 
-
-* Mon Feb 12 2007 Seth Vidal <skvidal at linux.duke.edu>
-- 0.4.8
-
-* Tue Feb  6 2007 Seth Vidal <skvidal at linux.duke.edu>
-- 0.4.7 and yum-metadata-parser dependency
-
-* Sat Oct 14 2006 Luke Macken <lmacken@redhat.com>
-- Add modifyrepo
-
-* Fri Aug 11 2006 Paul Nasrat <pnasrat@redhat.com>
-- 0.4.6
-
-* Wed Jul 19 2006 Luke Macken <lmacken@redhat.com>
-- Remove python-urlgrabber dependency
-
-* Fri Jun  9 2006 Seth Vidal <skvidal at linux.duke.edu>
-- 0.4.5
-
-* Sat Mar 04 2006 Paul Nasrat <pnasrat@redhat.com>
-- 0.4.4
-
-* Thu Jul 14 2005 Seth Vidal <skvidal@phy.duke.edu>
-- enable caching option
-- 0.4.3
-
-* Tue Jan 18 2005 Seth Vidal <skvidal@phy.duke.edu>
-- add man page
-
-* Mon Jan 17 2005 Seth Vidal <skvidal@phy.duke.edu>
-- 0.4.2
-
-
-* Thu Oct 21 2004 Seth Vidal <skvidal@phy.duke.edu>
-- ghost files not being added into primary file list if 
-  matching regex
-- 0.4.1
-
-
-* Mon Oct 11 2004 Seth Vidal <skvidal@phy.duke.edu>
-- 0.4.0
-
-* Thu Sep 30 2004 Seth Vidal <skvidal@phy.duke.edu>
-- 0.3.9
-- fix for groups checksum creation
-
-* Sat Sep 11 2004 Seth Vidal <skvidal@phy.duke.edu>
-- 0.3.8
-
-* Wed Sep  1 2004 Seth Vidal <skvidal@phy.duke.edu>
-- 0.3.7
-
-* Fri Jul 23 2004 Seth Vidal <skvidal@phy.duke.edu>
-- make filelists right <sigh>
-
-
-* Fri Jul 23 2004 Seth Vidal <skvidal@phy.duke.edu>
-- fix for broken filelists
-
-* Mon Jul 19 2004 Seth Vidal <skvidal@phy.duke.edu>
-- re-enable groups
-- update num to 0.3.4
-
-* Tue Jun  8 2004 Seth Vidal <skvidal@phy.duke.edu>
-- update to the format
-- versioned deps
-- package counts
-- uncompressed checksum in repomd.xml
-
-
-* Fri Apr 16 2004 Seth Vidal <skvidal@phy.duke.edu>
-- 0.3.2 - small addition of -p flag
-
-* Sun Jan 18 2004 Seth Vidal <skvidal@phy.duke.edu>
-- I'm an idiot
-
-* Sun Jan 18 2004 Seth Vidal <skvidal@phy.duke.edu>
-- 0.3
-
-* Tue Jan 13 2004 Seth Vidal <skvidal@phy.duke.edu>
-- 0.2 - 
-
-* Sat Jan 10 2004 Seth Vidal <skvidal@phy.duke.edu>
-- first packaging
-
index 082e937fe77d8fd90670627dbb20dbff4b02075f..e12ae584ec3b7f9a08a570d27c0fc4bce92e350c 100644 (file)
@@ -24,7 +24,7 @@ except ImportError:
 from utils import _gzipOpen, bzipFile
 
 
-__version__ = '0.9'
+__version__ = '0.9.1'
 
 
 class MDError(exceptions.Exception):