[rpmdevtools] Update to 8.5

Ville Skyttä scop at fedoraproject.org
Mon Oct 20 18:38:55 UTC 2014


commit d09042a4c787530ea9376cf13e23b2f1681de572
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Oct 20 21:37:39 2014 +0300

    Update to 8.5
    
    - Mark COPYING as %license where applicable

 rpmdevtools.spec |   14 ++++++++++----
 sources          |    2 +-
 2 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/rpmdevtools.spec b/rpmdevtools.spec
index a8f12fe..b5f749b 100644
--- a/rpmdevtools.spec
+++ b/rpmdevtools.spec
@@ -1,8 +1,8 @@
 %global spectool_version 1.0.10
 
 Name:           rpmdevtools
-Version:        8.4
-Release:        3%{?dist}
+Version:        8.5
+Release:        1%{?dist}
 Summary:        RPM Development Tools
 
 # rpmdev-setuptree is GPLv2, everything else GPLv2+
@@ -14,7 +14,7 @@ BuildArch:      noarch
 # help2man, pod2man, *python for creating man pages
 BuildRequires:  help2man
 BuildRequires:  %{_bindir}/pod2man
-BuildRequires:  python >= 2.4
+BuildRequires:  python >= 2.6
 BuildRequires:  rpm-python
 # emacs-common >= 1:22.3-3 for macros.emacs
 BuildRequires:  emacs-common >= 1:22.3-3
@@ -83,7 +83,9 @@ done
 
 
 %files
-%doc COPYING NEWS
+%{!?_licensedir:%global license %%doc}
+%license COPYING
+%doc NEWS
 %config(noreplace) %{_sysconfdir}/rpmdevtools/
 %{_sysconfdir}/bash_completion.d/
 %{_datadir}/rpmdevtools/
@@ -98,6 +100,10 @@ done
 
 
 %changelog
+* Mon Oct 20 2014 Ville Skyttä <ville.skytta at iki.fi> - 8.5-1
+- Update to 8.5
+- Mark COPYING as %%license where applicable
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 8.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 56aa2b4..db6d99b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d1d3cc2f1108918be4766143162389a  rpmdevtools-8.4.tar.xz
+fd2f323c0ede762682985ed746880dd5  rpmdevtools-8.5.tar.xz


More information about the scm-commits mailing list