From e66b6781781ea4ba5756af1421f4591466843c75 Mon Sep 17 00:00:00 2001 From: Bohuslav Kabrda Date: Nov 08 2012 08:22:47 +0000 Subject: Update to 0.3.2. - Add the missing Requires: python-setuptools. --- diff --git a/.gitignore b/.gitignore index e60b75d..2cc1e26 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /spec2scl-0.3.1.tar.gz +/spec2scl-0.3.2.tar.gz diff --git a/sources b/sources index c2a3bcb..7a39a3f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf0a18c872b9f140392859401f81d5c2 spec2scl-0.3.1.tar.gz +72f2eecdf59ae44556c303c262ce701b spec2scl-0.3.2.tar.gz diff --git a/spec2scl.spec b/spec2scl.spec index 6577b0c..ddd0482 100644 --- a/spec2scl.spec +++ b/spec2scl.spec @@ -2,8 +2,8 @@ %global pypi_name spec2scl Name: %{pypi_name} -Version: 0.3.1 -Release: 2%{?dist} +Version: 0.3.2 +Release: 1%{?dist} Summary: Convert RPM specfiles to be SCL ready License: MIT @@ -16,6 +16,7 @@ BuildRequires: python-devel BuildRequires: python-setuptools Requires: python-argparse +Requires: python-setuptools %description spec2scl is a tool to convert RPM specfiles to SCL-style specfiles. @@ -42,6 +43,10 @@ rm -rf %{pypi_name}.egg-info %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Thu Nov 08 2012 Bohuslav Kabrda - 0.3.2-1 +- Update to 0.3.2. +- Add the missing Requires: python-setuptools. + * Fri Sep 21 2012 Bohuslav Kabrda - 0.3.1-2 - Disable tests on el6 (no pytest).