From e1c42c091aa0f184fffbc29bc6baf60d43b42916 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 04 2015 13:19:57 +0000 Subject: Release 4.2.0 --- diff --git a/PKG-INFO b/PKG-INFO index cc3d9d3..9e9e70c 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: R2spec -Version: 4.1.0 +Version: 4.2.0 Summary: R2spec is a small python tool that generates spec file and rpm for R libraries. Home-page: https://fedorahosted.org/r2spec/ Author: Pierre-Yves Chibon diff --git a/R2spec.spec b/R2spec.spec index 02018f8..10e90e1 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.1.0 +Version: 4.2.0 Release: 1%{?dist} Summary: Python script to generate R spec file @@ -56,6 +56,15 @@ rm -rf %{buildroot} %{_mandir}/man1/R2rpm.1.gz %changelog +* Thu Jun 04 2015 Pierre-Yves Chibon - 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) + * Sat Feb 11 2012 Pierre-Yves Chibon - 4.1.0-1 - Update to 4.1.0