[postscriptbarcode/f21] New upstream release

Mario Blättermann mariobl at fedoraproject.org
Fri Jan 2 20:53:33 UTC 2015


commit 0385c79883d4c6ad880dbd3b5d43f007d84c7ef8
Author: Mario Blättermann <mario.blaettermann at gmail.com>
Date:   Fri Jan 2 21:53:30 2015 +0100

    New upstream release

 .gitignore             |    1 +
 postscriptbarcode.spec |   13 +++++++++----
 sources                |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 66bc57a..e1e791a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /postscriptbarcode-source-2013-10-06.tgz
 /2014-01-07.tar.gz
 /2014-06-20-1.tar.gz
+/2014-12-29.tar.gz
diff --git a/postscriptbarcode.spec b/postscriptbarcode.spec
index b6b7fa3..3c7e335 100644
--- a/postscriptbarcode.spec
+++ b/postscriptbarcode.spec
@@ -1,11 +1,11 @@
 Name:           postscriptbarcode
-Version:        20140620
+Version:        20141229
 Release:        1%{?dist}
 Summary:        Barcode Writer in Pure PostScript
 
 License:        MIT
 URL:            https://github.com/bwipp/postscriptbarcode 
-Source0:        https://github.com/bwipp/postscriptbarcode/archive/2014-06-20-1.tar.gz
+Source0:        https://github.com/bwipp/postscriptbarcode/archive/2014-12-29.tar.gz
 
 BuildArch:      noarch
 BuildRequires:  ghostscript
@@ -21,7 +21,7 @@ the barcode generation process whenever your language needs change.
 
 
 %prep
-%setup -q -n postscriptbarcode-2014-06-20-1
+%setup -q -n postscriptbarcode-2014-12-29
 
 %build
 make -j `nproc`
@@ -34,11 +34,16 @@ cp -p build/monolithic_package/barcode.ps %{buildroot}%{_datadir}/%{name}/barcod
 make test
 
 %files
-%doc CHANGES LICENSE README.md docs/
+%doc CHANGES README.md docs/
+%license LICENSE
 %dir %{_datadir}/%{name}/
 %{_datadir}/%{name}/barcode.ps
 
 %changelog
+* Thu Jun 26 2014 Mario Blättermann <mariobl at fedoraproject.org> - 20141229-1
+- New upstream release
+- Use the %%license macro
+
 * Thu Jun 26 2014 Mario Blättermann <mariobl at fedoraproject.org> - 20140620-1
 - New upstream release
 - Build from low-level source instead of monolithic file
diff --git a/sources b/sources
index 4edcb22..a2fab15 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7c6d66145ab0675497565ddb175a82ed  2014-06-20-1.tar.gz
+f90870158b6417fc71b562b22bf1d083  2014-12-29.tar.gz


More information about the scm-commits mailing list