From 05d66a06194386f7887311150fc04f2fbd934bba Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 04 2015 13:35:15 +0000 Subject: Release 4.2.1 --- diff --git a/PKG-INFO b/PKG-INFO index 9e9e70c..18b469e 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ -Metadata-Version: 1.0 +Metadata-Version: 1.1 Name: R2spec -Version: 4.2.0 +Version: 4.2.1 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 10e90e1..9a85405 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 @@ -56,6 +56,9 @@ rm -rf %{buildroot} %{_mandir}/man1/R2rpm.1.gz %changelog +* Thu Jun 04 2015 Pierre-Yves Chibon - 4.2.1-1 +- Bump the version + * 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) diff --git a/r2spec/__init__.py b/r2spec/__init__.py index 15ba0af..706932d 100644 --- a/r2spec/__init__.py +++ b/r2spec/__init__.py @@ -27,7 +27,7 @@ from subprocess import Popen, PIPE logging.basicConfig() LOG = logging.getLogger('R2spec') -VERSION = '4.1.0' +VERSION = '4.2.1' def get_logger():