pingou pushed to R2spec (el6). "Merge branch 'master' into el6 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Jun 4 13:45:52 UTC 2015


From af61b548b9707b4e0d8e41d776250673dd7106cb Mon Sep 17 00:00:00 2001
From: Bill Nottingham <notting at fedoraproject.org>
Date: Wed, 25 Nov 2009 23:13:14 +0000
Subject: Fix typo that causes a failure to update the common directory.
 (releng     #2781)


diff --git a/Makefile b/Makefile
index 3c4466b..95a96ff 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ NAME := R2spec
 SPECFILE = $(firstword $(wildcard *.spec))
 
 define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
 endef
 
 MAKEFILE_COMMON := $(shell $(find-makefile-common))
-- 
cgit v0.10.2


From 30c1396ce8a85e3d4600eba986eb09db308e7767 Mon Sep 17 00:00:00 2001
From: Pierre-YvesChibon <pingou at fedoraproject.org>
Date: Wed, 5 May 2010 12:25:29 +0000
Subject: Upsteam release 3.0.0


diff --git a/.cvsignore b/.cvsignore
index cd2d6ce..fcd3ce1 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-R2spec-2.5.3.tar.gz
+R2spec-3.0.0.tar.gz
diff --git a/R2spec.spec b/R2spec.spec
index e5b613f..becbb14 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           R2spec
-Version:        2.5.3
+Version:        3.0.0
 Release:        1%{?dist}
 Summary:        Python script to generate R spec file
 
@@ -14,11 +14,15 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python-devel
-Requires:       R
+Requires:       R python-jinja2 wget fedora-packager
+Provides:       R2rpm >= 1.0.0
 
 %description
-This is a small python script that generates spec file for R libraries.
+R2spec is a small python script that generates spec file for R libraries.
 It can work from a URL or a tarball.
+R2spec provides R2rpm which generates rpm for R librarires using the 
+R2spec API.
+
 
 %prep
 %setup -q
@@ -29,7 +33,8 @@ python setup.py build
 %install
 rm -rf %{buildroot}
 python setup.py install --root=%{buildroot} 
-chmod +x %{buildroot}/%{python_sitelib}/r2spec/%{name}.py
+install r2spec/specfile.tpl %{buildroot}/%{python_sitelib}/r2spec/
+chmod -x %{buildroot}/%{python_sitelib}/r2spec/specfile.tpl
 
 %clean
 rm -rf %{buildroot}
@@ -41,9 +46,63 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 %config(noreplace) %{_sysconfdir}/%{name}.conf
 %{_bindir}/%{name}
+%{_bindir}/R2rpm
 %{_mandir}/man1/%{name}.1.gz
+%{_mandir}/man1/R2rpm.1.gz
 
 %changelog
+* Wed May 05 2010 pingou <pingou-at-pingoured.fr> 3.0.0-1
+- Release version 3.0.0
+- Update the description
+
+* Wed May 05 2010 pingou <pingou-at-pingoured.fr> 3.0.0-0.9
+- Prerelease 0.9
+- Small bug fixes
+- The argument to rpmbuild is configurable
+- Fix typo in changelog
+- Add fedora-packager as Requires
+
+* Sat Mar 27 2010 ingou <pingou-at-pingoured.fr> 3.0.0-0.8
+- Prerelease 0.8
+- Enable to specify the command in the conf file
+
+* Sat Mar 27 2010 ingou <pingou-at-pingoured.fr> 3.0.0-0.7
+- Prerelease 0.7
+- Fix the formatting of the description
+- Option to use mock to build the RPMs
+
+* Fri Mar 26 2010 ingou <pingou-at-pingoured.fr> 3.0.0-0.6
+- Prerelease 0.6
+- Fix R2rpm.py
+
+* Thu Mar 25 2010 Pingou <pingou-at-pingoured.fr> 3.0.0-0.5
+- Prerelease 0.5
+- Do not print the todo while running R2rpm
+- Fix summary if ends with a dot
+- Refactor the function to read the rpm macro
+- Change UTF-8 to utf-8 to make emacs happy
+
+* Wed Mar 24 2010 Pingou <pingou-at-pingoured.fr> 3.0.0-0.4
+- Prerelease 0.4
+- Fix the description to fit in the length
+- Add wget in the requires
+
+* Wed Mar 24 2010 Pingou <pingou-at-pingoured.fr> 3.0.0-0.3
+- Prerelease 0.3
+- Add the -p option to build from a package name
+- Output the rpm generated
+
+* Tue Mar 23 2010 Pingou <pingou-at-pingoured.fr> 3.0.0-0.2
+- Prerelease 0.2 
+- Add the -p option to build from a package name
+- Add the man page for R2rpm
+- Fix release
+- Fix changelog
+
+* Sun Mar 07 2010 Pingou <pingou-at-pingoured.fr> 3.0.0-0.1
+- Prerelease 0.1
+- Add the R2rpm script
+
 * Sun Aug 02 2009 Pingou <pingou-at-pingoured.fr> 2.5.3-1
 - New upstream release
 
diff --git a/sources b/sources
index 54ee0d4..1175952 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-736247155627d2a59095ba4d02d000fb  R2spec-2.5.3.tar.gz
+c5018d721a70fa980868fd8867c6cdde  R2spec-3.0.0.tar.gz
-- 
cgit v0.10.2


From 09a80e17bf9fc5434622bd97a6c45074fa5da824 Mon Sep 17 00:00:00 2001
From: Pierre-YvesChibon <pingou at fedoraproject.org>
Date: Mon, 28 Jun 2010 08:13:51 +0000
Subject: Release 3.0.1


diff --git a/R2spec.spec b/R2spec.spec
index becbb14..a58426e 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           R2spec
-Version:        3.0.0
+Version:        3.0.1
 Release:        1%{?dist}
 Summary:        Python script to generate R spec file
 
@@ -18,7 +18,7 @@ Requires:       R python-jinja2 wget fedora-packager
 Provides:       R2rpm >= 1.0.0
 
 %description
-R2spec is a small python script that generates spec file for R libraries.
+R2spec is a small python tool that generates spec file for R libraries.
 It can work from a URL or a tarball.
 R2spec provides R2rpm which generates rpm for R librarires using the 
 R2spec API.
@@ -51,6 +51,10 @@ rm -rf %{buildroot}
 %{_mandir}/man1/R2rpm.1.gz
 
 %changelog
+* Mon Jun 28 2010 pingou <pingou-at-pingoured.fr> 3.0.1-1
+- Release version 3.0.1
+- Update the description (R2spec is now more a tool than a script)
+
 * Wed May 05 2010 pingou <pingou-at-pingoured.fr> 3.0.0-1
 - Release version 3.0.0
 - Update the description
diff --git a/sources b/sources
index 1175952..85a19e1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5018d721a70fa980868fd8867c6cdde  R2spec-3.0.0.tar.gz
+19f96534f443d86e2a2fa09c770b88a4  R2spec-3.0.1.tar.gz
-- 
cgit v0.10.2


From c0aa95dcd88c6387c90f37c63ebdc2b312f0f513 Mon Sep 17 00:00:00 2001
From: Pierre-YvesChibon <pingou at fedoraproject.org>
Date: Mon, 28 Jun 2010 08:48:38 +0000
Subject: Release 3.0.1


diff --git a/.cvsignore b/.cvsignore
index fcd3ce1..0bc729d 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-R2spec-3.0.0.tar.gz
+R2spec-3.0.1.tar.gz
diff --git a/R2spec.spec b/R2spec.spec
index a58426e..68a5818 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -20,7 +20,7 @@ Provides:       R2rpm >= 1.0.0
 %description
 R2spec is a small python tool that generates spec file for R libraries.
 It can work from a URL or a tarball.
-R2spec provides R2rpm which generates rpm for R librarires using the 
+R2spec provides R2rpm which generates rpm for R libraries using the 
 R2spec API.
 
 
diff --git a/sources b/sources
index 85a19e1..cf801a1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-19f96534f443d86e2a2fa09c770b88a4  R2spec-3.0.1.tar.gz
+082839063dac9bf613eee061c927cab8  R2spec-3.0.1.tar.gz
-- 
cgit v0.10.2


From 5cd66d698d06187e88935a55df9071ecaa91d155 Mon Sep 17 00:00:00 2001
From: Pierre-YvesChibon <pingou at fedoraproject.org>
Date: Mon, 28 Jun 2010 08:58:12 +0000
Subject: Incremente release


diff --git a/R2spec.spec b/R2spec.spec
index 68a5818..e1635be 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -3,7 +3,7 @@
 
 Name:           R2spec
 Version:        3.0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python script to generate R spec file
 
 Group:          Development/Languages
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/R2rpm.1.gz
 
 %changelog
+* Mon Jun 28 2010 pingou <pingou-at-pingoured.fr> 3.0.1-2
+- Incremente release
+
 * Mon Jun 28 2010 pingou <pingou-at-pingoured.fr> 3.0.1-1
 - Release version 3.0.1
 - Update the description (R2spec is now more a tool than a script)
-- 
cgit v0.10.2


From 7699c29723ebd8269587418cbc78ab74a000d9c1 Mon Sep 17 00:00:00 2001
From: Pierre-YvesChibon <pingou at fedoraproject.org>
Date: Tue, 29 Jun 2010 12:00:38 +0000
Subject: New release 3.0.2


diff --git a/.cvsignore b/.cvsignore
index 0bc729d..443adcd 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-R2spec-3.0.1.tar.gz
+R2spec-3.0.2.tar.gz
diff --git a/R2spec.spec b/R2spec.spec
index e1635be..70f1f67 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -2,8 +2,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           R2spec
-Version:        3.0.1
-Release:        2%{?dist}
+Version:        3.0.2
+Release:        1%{?dist}
 Summary:        Python script to generate R spec file
 
 Group:          Development/Languages
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/R2rpm.1.gz
 
 %changelog
+* Tue Jun 29 2010 pingou <pingou-at-pingoured.fr> 3.0.2-1
+- Release 3.0.2
+
 * Mon Jun 28 2010 pingou <pingou-at-pingoured.fr> 3.0.1-2
 - Incremente release
 
diff --git a/sources b/sources
index cf801a1..d3115a5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-082839063dac9bf613eee061c927cab8  R2spec-3.0.1.tar.gz
+c5f873c17d9f773045e39d3d9e84ceb9  R2spec-3.0.2.tar.gz
-- 
cgit v0.10.2


From 5d19adef6f213e2e7e63880e3ce680e76528dc80 Mon Sep 17 00:00:00 2001
From: dmalcolm <dmalcolm at fedoraproject.org>
Date: Thu, 22 Jul 2010 00:30:39 +0000
Subject: - Rebuilt for    
 https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild


diff --git a/R2spec.spec b/R2spec.spec
index 70f1f67..38ec31f 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -3,7 +3,7 @@
 
 Name:           R2spec
 Version:        3.0.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python script to generate R spec file
 
 Group:          Development/Languages
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/R2rpm.1.gz
 
 %changelog
+* Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 3.0.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
 * Tue Jun 29 2010 pingou <pingou-at-pingoured.fr> 3.0.2-1
 - Release 3.0.2
 
-- 
cgit v0.10.2


From edadfb1a87a3130b6b87626e6b45da317e059dfe Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
Date: Wed, 28 Jul 2010 09:20:51 +0000
Subject: dist-git conversion


diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index 443adcd..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-R2spec-3.0.2.tar.gz
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..443adcd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+R2spec-3.0.2.tar.gz
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 95a96ff..0000000
--- a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile for source rpm: R2spec
-# $Id$
-NAME := R2spec
-SPECFILE = $(firstword $(wildcard *.spec))
-
-define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
-endef
-
-MAKEFILE_COMMON := $(shell $(find-makefile-common))
-
-ifeq ($(MAKEFILE_COMMON),)
-# attept a checkout
-define checkout-makefile-common
-test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
-endef
-
-MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
-endif
-
-include $(MAKEFILE_COMMON)
diff --git a/import.log b/import.log
deleted file mode 100644
index 616944a..0000000
--- a/import.log
+++ /dev/null
@@ -1,2 +0,0 @@
-R2spec-2_5_0-2_fc9:HEAD:R2spec-2.5.0-2.fc9.src.rpm:1221733448
-R2spec-2_5_0-3_fc9:HEAD:R2spec-2.5.0-3.fc9.src.rpm:1221734116
-- 
cgit v0.10.2


From c3c75ec5efad07103e6cceb7d70ca4dba1477262 Mon Sep 17 00:00:00 2001
From: pingou <pingou at pingoured.fr>
Date: Tue, 3 Aug 2010 08:44:50 +0200
Subject: Release 3.0.3


diff --git a/.gitignore b/.gitignore
index 443adcd..8c4b178 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 R2spec-3.0.2.tar.gz
+R2spec-3.0.3.tar.gz
diff --git a/R2spec.spec b/R2spec.spec
index 38ec31f..511ccc4 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -2,8 +2,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           R2spec
-Version:        3.0.2
-Release:        2%{?dist}
+Version:        3.0.3
+Release:        1%{?dist}
 Summary:        Python script to generate R spec file
 
 Group:          Development/Languages
@@ -28,11 +28,11 @@ R2spec API.
 %setup -q
 
 %build
-python setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf %{buildroot}
-python setup.py install --root=%{buildroot} 
+%{__python} setup.py install --root=%{buildroot} 
 install r2spec/specfile.tpl %{buildroot}/%{python_sitelib}/r2spec/
 chmod -x %{buildroot}/%{python_sitelib}/r2spec/specfile.tpl
 
@@ -51,15 +51,16 @@ rm -rf %{buildroot}
 %{_mandir}/man1/R2rpm.1.gz
 
 %changelog
-* Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 3.0.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+* Tue Jul 28 2010 pingou <pingou-at-pingoured.fr> 3.0.3-1
+- Release 3.0.3
+
+* Tue Jul 27 2010 pingou <pingou-at-pingoured.fr> 3.0.2-2
+- Change python to %%{__python} (enables to specify 
+   the python version at build time) Request from Olivier Lahaye
 
 * Tue Jun 29 2010 pingou <pingou-at-pingoured.fr> 3.0.2-1
 - Release 3.0.2
 
-* Mon Jun 28 2010 pingou <pingou-at-pingoured.fr> 3.0.1-2
-- Incremente release
-
 * Mon Jun 28 2010 pingou <pingou-at-pingoured.fr> 3.0.1-1
 - Release version 3.0.1
 - Update the description (R2spec is now more a tool than a script)
diff --git a/sources b/sources
index d3115a5..d01e662 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5f873c17d9f773045e39d3d9e84ceb9  R2spec-3.0.2.tar.gz
+484c3cf1ac95eaea130ecf7854e59abc  R2spec-3.0.3.tar.gz
-- 
cgit v0.10.2


From dd9666a86246e172df754478ca7106bf19ab8e91 Mon Sep 17 00:00:00 2001
From: pingou <pingou at pingoured.fr>
Date: Tue, 3 Aug 2010 09:19:41 +0200
Subject: Correct changelog


diff --git a/R2spec.spec b/R2spec.spec
index 511ccc4..6d9a5af 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -54,10 +54,13 @@ rm -rf %{buildroot}
 * Tue Jul 28 2010 pingou <pingou-at-pingoured.fr> 3.0.3-1
 - Release 3.0.3
 
-* Tue Jul 27 2010 pingou <pingou-at-pingoured.fr> 3.0.2-2
+* Tue Jul 27 2010 pingou <pingou-at-pingoured.fr> 3.0.2-3
 - Change python to %%{__python} (enables to specify 
    the python version at build time) Request from Olivier Lahaye
 
+* Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 3.0.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
 * Tue Jun 29 2010 pingou <pingou-at-pingoured.fr> 3.0.2-1
 - Release 3.0.2
 
-- 
cgit v0.10.2


From 052fb6132857850068a493009083a33e7b382d42 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis at ausil.us>
Date: Mon, 7 Feb 2011 19:06:04 -0600
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


diff --git a/R2spec.spec b/R2spec.spec
index 6d9a5af..4ec9ed2 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -3,7 +3,7 @@
 
 Name:           R2spec
 Version:        3.0.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python script to generate R spec file
 
 Group:          Development/Languages
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/R2rpm.1.gz
 
 %changelog
+* Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
 * Tue Jul 28 2010 pingou <pingou-at-pingoured.fr> 3.0.3-1
 - Release 3.0.3
 
-- 
cgit v0.10.2


From c3c81b3f64b20540ec80d8e7cf716d34d2487fc6 Mon Sep 17 00:00:00 2001
From: Pierre-Yves Chibon <pingou at pingoured.fr>
Date: Sat, 12 Nov 2011 20:50:34 +0100
Subject: Update to 4.0.0


diff --git a/.gitignore b/.gitignore
index 8c4b178..ef355ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 R2spec-3.0.2.tar.gz
 R2spec-3.0.3.tar.gz
+/R2spec-4.0.0.tar.gz
diff --git a/R2spec.spec b/R2spec.spec
index 4ec9ed2..50594cc 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -2,8 +2,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           R2spec
-Version:        3.0.3
-Release:        2%{?dist}
+Version:        4.0.0
+Release:        1%{?dist}
 Summary:        Python script to generate R spec file
 
 Group:          Development/Languages
@@ -23,7 +23,6 @@ It can work from a URL or a tarball.
 R2spec provides R2rpm which generates rpm for R libraries using the 
 R2spec API.
 
-
 %prep
 %setup -q
 
@@ -32,25 +31,32 @@ R2spec API.
 
 %install
 rm -rf %{buildroot}
-%{__python} setup.py install --root=%{buildroot} 
+%{__python} setup.py install --root=%{buildroot}
 install r2spec/specfile.tpl %{buildroot}/%{python_sitelib}/r2spec/
 chmod -x %{buildroot}/%{python_sitelib}/r2spec/specfile.tpl
 
 %clean
 rm -rf %{buildroot}
 
-%files 
+## Only work localy, needs internet
+#%check
+#%{__python} tests.py
+
+%files
 #-f installed_files2
 %defattr(-,root,root,-)
 %doc README LICENSE CHANGELOG
 %{python_sitelib}/*
-%config(noreplace) %{_sysconfdir}/%{name}.conf
+%config(noreplace) %{_sysconfdir}/%{name}/repos.cfg
 %{_bindir}/%{name}
 %{_bindir}/R2rpm
 %{_mandir}/man1/%{name}.1.gz
 %{_mandir}/man1/R2rpm.1.gz
 
 %changelog
+* Sat Nov 12 2011 Pierre-Yves Chibon <pingou at pingoured.fr> - 4.0.0-1
+- Update to 4.0.0 which is an almost complete rewrite
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index d01e662..6adc223 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-484c3cf1ac95eaea130ecf7854e59abc  R2spec-3.0.3.tar.gz
+51ccff37b8a602e97baa3f5ace3f6126  R2spec-4.0.0.tar.gz
-- 
cgit v0.10.2


From 4c44579f74304078afa5a351d9548eacd06851e2 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis at ausil.us>
Date: Thu, 12 Jan 2012 14:46:28 -0600
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


diff --git a/R2spec.spec b/R2spec.spec
index 50594cc..4c7016c 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -3,7 +3,7 @@
 
 Name:           R2spec
 Version:        4.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python script to generate R spec file
 
 Group:          Development/Languages
@@ -54,6 +54,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/R2rpm.1.gz
 
 %changelog
+* Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.0.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
 * Sat Nov 12 2011 Pierre-Yves Chibon <pingou at pingoured.fr> - 4.0.0-1
 - Update to 4.0.0 which is an almost complete rewrite
 
-- 
cgit v0.10.2


From 7068f2a7017e89eafc1bda438008ee2a2c86caa9 Mon Sep 17 00:00:00 2001
From: Pierre-Yves Chibon <pingou at pingoured.fr>
Date: Tue, 14 Feb 2012 21:28:51 +0100
Subject: Update to 4.1.0


diff --git a/.gitignore b/.gitignore
index ef355ba..b53777b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 R2spec-3.0.2.tar.gz
 R2spec-3.0.3.tar.gz
 /R2spec-4.0.0.tar.gz
+/R2spec-4.1.0.tar.gz
diff --git a/R2spec.spec b/R2spec.spec
index 4c7016c..9ec2e42 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -2,8 +2,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           R2spec
-Version:        4.0.0
-Release:        2%{?dist}
+Version:        4.1.0
+Release:        1%{?dist}
 Summary:        Python script to generate R spec file
 
 Group:          Development/Languages
@@ -15,6 +15,8 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel
 Requires:       R python-jinja2 wget fedora-packager
+# On EL5 we need a version of python which has extractall backported:
+Requires:       python >= python-2.4.3-27
 Provides:       R2rpm >= 1.0.0
 
 %description
@@ -54,6 +56,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/R2rpm.1.gz
 
 %changelog
+* Sat Feb 11 2012 Pierre-Yves Chibon <pingou at pingoured.fr> - 4.1.0-1
+- Update to 4.1.0
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.0.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 6adc223..cf3e23e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-51ccff37b8a602e97baa3f5ace3f6126  R2spec-4.0.0.tar.gz
+07db1b57286c1b5e2c36680cb3b71942  R2spec-4.1.0.tar.gz
-- 
cgit v0.10.2


From 7576a5d497e8d3faaff052942f778637fef446ed Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis at ausil.us>
Date: Wed, 18 Jul 2012 10:08:18 -0500
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild


diff --git a/R2spec.spec b/R2spec.spec
index 9ec2e42..72298a1 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -3,7 +3,7 @@
 
 Name:           R2spec
 Version:        4.1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python script to generate R spec file
 
 Group:          Development/Languages
@@ -56,6 +56,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/R2rpm.1.gz
 
 %changelog
+* Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
 * Sat Feb 11 2012 Pierre-Yves Chibon <pingou at pingoured.fr> - 4.1.0-1
 - Update to 4.1.0
 
-- 
cgit v0.10.2


From 222d19ca5a8ac0e945c71bcd756837226f5c8531 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis at ausil.us>
Date: Wed, 13 Feb 2013 10:00:18 -0600
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild


diff --git a/R2spec.spec b/R2spec.spec
index 72298a1..08fce83 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -3,7 +3,7 @@
 
 Name:           R2spec
 Version:        4.1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Python script to generate R spec file
 
 Group:          Development/Languages
@@ -56,6 +56,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/R2rpm.1.gz
 
 %changelog
+* Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
-- 
cgit v0.10.2


From 545fc71b615a427a1cb7d889ae75da6a81c22a3a Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis at ausil.us>
Date: Fri, 2 Aug 2013 18:44:29 -0500
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


diff --git a/R2spec.spec b/R2spec.spec
index 08fce83..0faaf33 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -3,7 +3,7 @@
 
 Name:           R2spec
 Version:        4.1.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Python script to generate R spec file
 
 Group:          Development/Languages
@@ -56,6 +56,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/R2rpm.1.gz
 
 %changelog
+* Fri Aug 02 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
-- 
cgit v0.10.2


From 4ebd7642cd88f8ba58c2ccf5ec6b86f94788030d Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis at ausil.us>
Date: Fri, 6 Jun 2014 18:33:25 -0500
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild


diff --git a/R2spec.spec b/R2spec.spec
index 0faaf33..3bbedf5 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -3,7 +3,7 @@
 
 Name:           R2spec
 Version:        4.1.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Python script to generate R spec file
 
 Group:          Development/Languages
@@ -56,6 +56,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/R2rpm.1.gz
 
 %changelog
+* Fri Jun 06 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1.0-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
 * Fri Aug 02 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
-- 
cgit v0.10.2


From ca210c0e5509e3512e38337f78ba268ff639e33a Mon Sep 17 00:00:00 2001
From: Pierre-Yves Chibon <pingou at pingoured.fr>
Date: Thu, 4 Jun 2015 15:27:40 +0200
Subject: Update to 4.2.0


diff --git a/R2spec.spec b/R2spec.spec
index 3bbedf5..6b9df7d 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -2,8 +2,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           R2spec
-Version:        4.1.0
-Release:        5%{?dist}
+Version:        4.2.0
+Release:        1%{?dist}
 Summary:        Python script to generate R spec file
 
 Group:          Development/Languages
@@ -16,7 +16,7 @@ BuildArch:      noarch
 BuildRequires:  python-devel
 Requires:       R python-jinja2 wget fedora-packager
 # On EL5 we need a version of python which has extractall backported:
-Requires:       python >= python-2.4.3-27
+Requires:       python >= python-2.6  python-argparse >= python-argparse-1.2.1
 Provides:       R2rpm >= 1.0.0
 
 %description
@@ -56,6 +56,15 @@ rm -rf %{buildroot}
 %{_mandir}/man1/R2rpm.1.gz
 
 %changelog
+* Thu Jun 04 2015 Pierre-Yves Chibon <pingou at pingoured.fr> - 4.2.0-1
+- Update to 4.2.0
+- Switch from '.format' invocations to '%'; backward compatible (Allen S. Rout)
+- Fix deps on EL5
+- Document in the specfile the dependencies world according to R (Allen S. Rout)
+- Accept package names with leading 'R-'.. (Allen S. Rout)
+- Fail elegantly is the rpmbuild folder does not exist (RHBZ#901771)
+- Do not mark DESCRIPTION R package file as doc (Castedo Ellerman)
+
 * Fri Jun 06 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index cf3e23e..50f4287 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-07db1b57286c1b5e2c36680cb3b71942  R2spec-4.1.0.tar.gz
+b6151e80641a0cb75281d98ce95fb69f  R2spec-4.1.0.tar.gz
-- 
cgit v0.10.2


From cb635efd5e73cafee0d999ca85044139e92fdbdd Mon Sep 17 00:00:00 2001
From: Pierre-Yves Chibon <pingou at pingoured.fr>
Date: Thu, 4 Jun 2015 15:29:50 +0200
Subject: Split the requires over multiples row


diff --git a/R2spec.spec b/R2spec.spec
index 6b9df7d..3f56a6f 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -16,7 +16,8 @@ BuildArch:      noarch
 BuildRequires:  python-devel
 Requires:       R python-jinja2 wget fedora-packager
 # On EL5 we need a version of python which has extractall backported:
-Requires:       python >= python-2.6  python-argparse >= python-argparse-1.2.1
+Requires:       python >= python-2.6
+Requires:       python-argparse >= python-argparse-1.2.1
 Provides:       R2rpm >= 1.0.0
 
 %description
-- 
cgit v0.10.2


From ecb131ab5de0e3c6ed33c1d937006ce526423140 Mon Sep 17 00:00:00 2001
From: Pierre-Yves Chibon <pingou at pingoured.fr>
Date: Thu, 4 Jun 2015 15:36:26 +0200
Subject: Update to 4.2.1


diff --git a/.gitignore b/.gitignore
index b53777b..efe0c2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ R2spec-3.0.2.tar.gz
 R2spec-3.0.3.tar.gz
 /R2spec-4.0.0.tar.gz
 /R2spec-4.1.0.tar.gz
+/R2spec-4.2.1.tar.gz
diff --git a/R2spec.spec b/R2spec.spec
index 3f56a6f..a775d10 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           R2spec
-Version:        4.2.0
+Version:        4.2.1
 Release:        1%{?dist}
 Summary:        Python script to generate R spec file
 
@@ -57,6 +57,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/R2rpm.1.gz
 
 %changelog
+* Thu Jun 04 2015 Pierre-Yves Chibon <pingou at pingoured.fr> - 4.2.1-1
+- Update to 4.2.1
+
 * Thu Jun 04 2015 Pierre-Yves Chibon <pingou at pingoured.fr> - 4.2.0-1
 - Update to 4.2.0
 - Switch from '.format' invocations to '%'; backward compatible (Allen S. Rout)
diff --git a/sources b/sources
index 50f4287..12c6b16 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b6151e80641a0cb75281d98ce95fb69f  R2spec-4.1.0.tar.gz
+b51a440a8743622f360d4513ee6b2bbc  R2spec-4.2.1.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/R2spec.git/commit/?h=el6&id=8d3e9aa33e9206efe6eb01f96394b3f9828826ff


More information about the scm-commits mailing list