rpms/cnucnu/F-13 cnucnu.spec,1.1,1.2 sources,1.2,1.3

Till Maas till at fedoraproject.org
Sun Jul 4 09:32:26 UTC 2010


Author: till

Update of /cvs/pkgs/rpms/cnucnu/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20406

Modified Files:
	cnucnu.spec sources 
Log Message:
* Sun Jul 04 2010 Till Maas <opensource at till.name> - 0-0.4.20100704git0fe054e7
- Update to a recent snapshot to support the current regex/URL aliases in --shell
- Use fedpkg-vcs to easily update to a new snapshot



Index: cnucnu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cnucnu/F-13/cnucnu.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- cnucnu.spec	12 Jan 2010 08:00:21 -0000	1.1
+++ cnucnu.spec	4 Jul 2010 09:32:26 -0000	1.2
@@ -1,19 +1,19 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%global date 20100110
-
 Name:           cnucnu
 Version:        0
-Release:        0.3.%{date}%{?dist}
+Release: 0.4.20100704git0fe054e7%{?dist}
 Summary:        Upstream release monitoring with bug reporting
 Group:          Development/Tools
 License:        GPLv2+
 URL:            http://fedoraproject.org/wiki/Upstream_Release_Monitoring
-## Tarball got from
-# http://fedorapeople.org/gitweb?p=till/public_git/cnucnu.git;a=commit;h=7b50751529ece79992f1dc2bd16c7931929214c3
+#VCS: git:git://fedorapeople.org/home/fedora/till/public_git/cnucnu.git 
+# Updated using:
+# http://git.fedorahosted.org/git/?p=fedora-packager.git;a=shortlog;h=refs/heads/fedpkg-vcs
+# Commandline: fedpkg-vcs -f pull-retarget 
 ## get current tarball from
 # http://fedorapeople.org/gitweb?p=till/public_git/cnucnu.git;a=snapshot;sf=tgz
-Source0:        cnucnu-7b50751529ece79992f1dc2bd16c7931929214c3.tar.gz
+Source0: cnucnu-0git0fe054e7.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
@@ -36,7 +36,7 @@ integration. See more at the project hom
 http://fedoraproject.org/wiki/Upstream_Release_Monitoring
 
 %prep
-%setup -q -n cnucnu
+%setup -q -n cnucnu-0git0fe054e7
 
 %build
 python -c 'import setuptools; execfile("setup.py")' build
@@ -48,9 +48,7 @@ python -c 'import setuptools; execfile("
 mv %{buildroot}/%{_bindir}/cnucnu{.py,}
 # Remove interpreter from python libraries
 for lib in %{buildroot}%{python_sitelib}/cnucnu/*.py; do
- sed '/#!\/usr\/bin\/python/d' $lib > $lib.new && \
- touch -r $lib $lib.new && \
- mv $lib.new $lib
+ sed '/#!\/usr\/bin\/python/d' $lib > $lib.new &&  touch -r $lib $lib.new &&  mv $lib.new $lib
 done
  
 %clean
@@ -65,6 +63,10 @@ rm -rf %{buildroot}
 %{_bindir}/cnucnu
 
 %changelog
+* Sun Jul 04 2010 Till Maas <opensource at till.name> - 0-0.4.20100704git0fe054e7
+- Update to a recent snapshot to support the current regex/URL aliases in --shell
+- Use fedpkg-vcs to easily update to a new snapshot
+
 * Sun Jan 10 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0-0.3.20100110
 - Use tgz created by git repository.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cnucnu/F-13/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	12 Jan 2010 08:00:21 -0000	1.2
+++ sources	4 Jul 2010 09:32:26 -0000	1.3
@@ -1 +1 @@
-18c7c5e3fdebaf0600db1aa2b434dd48  cnucnu-7b50751529ece79992f1dc2bd16c7931929214c3.tar.gz
+c258f28cb80213b7cba5a2ab83760d6b  cnucnu-0git0fe054e7.tar.bz2



More information about the scm-commits mailing list