rpms/python-djblets/devel .cvsignore, 1.2, 1.3 python-djblets.spec, 1.1, 1.2 sources, 1.2, 1.3

Daniel M. Young dyoung at fedoraproject.org
Mon Dec 21 16:52:59 UTC 2009


Author: dyoung

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

Modified Files:
	.cvsignore python-djblets.spec sources 
Log Message:
New upstream version: 0.5.6


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-djblets/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	26 Oct 2009 20:29:38 -0000	1.2
+++ .cvsignore	21 Dec 2009 16:52:58 -0000	1.3
@@ -1 +1 @@
-Djblets-0.5rc1.tar.gz
+Djblets-0.5.6.tar.gz


Index: python-djblets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-djblets/devel/python-djblets.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-djblets.spec	26 Oct 2009 20:29:38 -0000	1.1
+++ python-djblets.spec	21 Dec 2009 16:52:59 -0000	1.2
@@ -1,14 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-# This is a pre-release of 0.5, so we follow the pre-release
-# naming here: 
-#  https://fedoraproject.org/wiki/Packaging:NamingGuidelines#Pre-Release_packages
-# to try to preserve the upgrade path
-%define alphatag rc1
-
 Name:           python-djblets
-Version:        0.5
-Release:        0.3.%{alphatag}%{?dist}
+Version:        0.5.6
+Release:        0%{?dist}
 Summary:        A collection of useful classes and functions for Django
 Group:          Applications/Internet
 # Djblets is MIT licensed:
@@ -18,7 +12,7 @@ Group:          Applications/Internet
 # https://www.redhat.com/archives/fedora-legal-list/2009-May/msg00025.html
 License:        MIT and (MIT or GPLv2)
 URL:            http://www.review-board.org
-Source0:        http://downloads.review-board.org/releases/Djblets-%{version}%{alphatag}.tar.gz
+Source0:        http://downloads.review-board.org/releases/Djblets/0.5/Djblets-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python
@@ -31,7 +25,7 @@ Requires:       python-imaging
 A collection of useful classes and functions for Django
 
 %prep
-%setup -q -n Djblets-%{version}%{alphatag}
+%setup -q -n Djblets-%{version}
 sed -i 's/^from ez_setup/#from ez_setup/' setup.py
 sed -i 's/^use_setuptools()/#use_setuptools()/' setup.py
 %build
@@ -54,10 +48,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc NEWS AUTHORS
+%doc NEWS
 %{python_sitelib}/*
 
 %changelog
+* Mon Dec 21 2009 Stephen Gallagher <sgallagh at redhat.com> 0.5.6-0
+- Update to latest upstream release
+- Remove pre-release handling in the package name and spec
+
 * Fri Oct 23 2009 Dan Young <dyoung at mesd.k12.or.us> - 0.5-0.3.rc1
 - Fix License tag
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-djblets/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	26 Oct 2009 20:29:38 -0000	1.2
+++ sources	21 Dec 2009 16:52:59 -0000	1.3
@@ -1 +1 @@
-10b611756e1cbe03bfe35ab13b19638b  Djblets-0.5rc1.tar.gz
+1ba05845898ed5ac252ba5dfbb58c2df  Djblets-0.5.6.tar.gz




More information about the fedora-extras-commits mailing list