From 56e40e55fc222320162606893908a9a4629766e7 Mon Sep 17 00:00:00 2001 From: "Richard M. Shaw" Date: Sun, 18 Oct 2015 20:55:07 -0500 Subject: [PATCH] Update to latest upstream release. --- .gitignore | 1 + pkgdiff.spec | 13 +++++++++---- sources | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ab690fb..5b20c1f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /pkgdiff-1.6.2.tar.gz /pkgdiff-1.6.3.tar.gz /pkgdiff-1.6.4.tar.gz +/pkgdiff-1.7.0.tar.gz diff --git a/pkgdiff.spec b/pkgdiff.spec index e989541..b347862 100644 --- a/pkgdiff.spec +++ b/pkgdiff.spec @@ -1,10 +1,10 @@ Name: pkgdiff -Version: 1.6.4 +Version: 1.7.0 Release: 1%{?dist} Summary: A tool for analyzing changes in Linux software packages License: GPLv2+ -URL: http://pkgdiff.github.com/pkgdiff/ +URL: http://lvc.github.io/pkgdiff/ Source0: https://github.com/downloads/%{name}/%{name}/%{name}-%{version}.tar.gz BuildRequires: help2man @@ -52,14 +52,19 @@ install -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1 %files -%doc LICENSE README doc/* +%{!?_licensedir:%global license %doc} +%license LICENSE +%doc README doc/* %{_bindir}/%{name} %{_datadir}/%{name} %{_mandir}/man1/* %changelog -* Tue Aug 8 2015 Richard Shaw - 1.6.4-1 +* Sun Oct 18 2015 Richard Shaw - 1.7.0-1 +- Update to latest upstream release. + +* Tue Sep 8 2015 Richard Shaw - 1.6.4-1 - Update to latest upstream release. * Thu Jun 18 2015 Fedora Release Engineering - 1.6.3-2 diff --git a/sources b/sources index 6db53ec..7b99395 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -19fc176cb214766990954da0f91734a7 pkgdiff-1.6.4.tar.gz +965513c93bf4794e6f000e0b3a409f0f pkgdiff-1.7.0.tar.gz