From bdc32d9cae1b59efd2a4720f29dcd3d233e533a3 Mon Sep 17 00:00:00 2001 From: David Shea Date: Nov 29 2016 16:36:34 +0000 Subject: Update to 0.5.2 --- diff --git a/.gitignore b/.gitignore index f8d8529..0227491 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ rpmfluff-0.3.tar.bz2 /rpmfluff-0.4.1.tar.bz2 /rpmfluff-0.4.2.tar.bz2 /rpmfluff-0.4.3.tar.bz2 +/rpmfluff-0.5.2.tar.xz diff --git a/python-rpmfluff.spec b/python-rpmfluff.spec index 8ab4481..cf30516 100644 --- a/python-rpmfluff.spec +++ b/python-rpmfluff.spec @@ -5,13 +5,13 @@ %endif Name: python-rpmfluff -Version: 0.4.3 -Release: 3%{?dist} +Version: 0.5.2 +Release: 1%{?dist} Summary: Lightweight way of building RPMs, and sabotaging them -License: GPLv2 +License: GPLv2+ Group: Development/Tools -URL: https://fedorahosted.org/rpmfluff/ -Source0: https://fedorahosted.org/releases/r/p/rpmfluff/rpmfluff-%{version}.tar.bz2 +URL: https://pagure.io/rpmfluff +Source0: https://pagure.io/releases/rpmfluff/rpmfluff-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python @@ -57,7 +57,7 @@ mv rpmfluff-%{version} python2 pushd python2 # Copy common doc files to the top directory -cp -pr README LICENSE ../ +cp -pr README.md LICENSE ../ popd @@ -95,7 +95,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc README +%doc README.md %doc LICENSE %{python2_sitelib}/rpmfluff.py* %{python2_sitelib}/rpmfluff*.egg-info @@ -104,7 +104,7 @@ rm -rf $RPM_BUILD_ROOT %if 0%{?with_python3} %files -n python3-rpmfluff %defattr(-,root,root,-) -%doc README +%doc README.md %doc LICENSE %{python3_sitelib}/rpmfluff.py* %{python3_sitelib}/__pycache__/rpmfluff.* @@ -112,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Nov 29 2016 David Shea - 0.5.2-1 +- Update to 0.5.2 + * Thu Feb 04 2016 Fedora Release Engineering - 0.4.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 7e86676..3fe7b81 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bfb3137599d517946bf2d14c1d4e849d rpmfluff-0.4.3.tar.bz2 +28a7c04b569d984bb46114bf09bb7fed rpmfluff-0.5.2.tar.xz