diff --git a/.gitignore b/.gitignore index 31ab9fc..62e91e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /spec2scl-0.3.1.tar.gz /spec2scl-0.3.2.tar.gz /spec2scl-0.3.3.tar.gz +/spec2scl-0.3.4.tar.gz diff --git a/sources b/sources index b68ef0e..6fc576b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c694b3919a26a54b62d77c00b043488 spec2scl-0.3.3.tar.gz +f5b07c3df5d6e0cd97f379536512698a spec2scl-0.3.4.tar.gz diff --git a/spec2scl.spec b/spec2scl.spec index 6887086..0c4eeb1 100644 --- a/spec2scl.spec +++ b/spec2scl.spec @@ -2,7 +2,7 @@ %global pypi_name spec2scl Name: %{pypi_name} -Version: 0.3.3 +Version: 0.3.4 Release: 1%{?dist} Summary: Convert RPM specfiles to be SCL ready @@ -52,6 +52,9 @@ PYTHONPATH=$(pwd) py.test %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Mon Jan 07 2013 Bohuslav Kabrda - 0.3.4-1 +- Update to 0.3.4. + * Wed Dec 19 2012 Bohuslav Kabrda - 0.3.3-1 - Update to 0.3.3.