summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-barcode.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-07-01 17:33:49 +0200
committerRemi Collet <fedora@famillecollet.com>2015-07-01 17:33:49 +0200
commit2f72370a98e2e5b7164c231216291b68ccb3f6b4 (patch)
tree696a48fad789b239a1dd06828484db897ad53a78 /php-tecnickcom-tc-lib-barcode.spec
parent0cd7e7a116d00a4728f7d343c5c35c31827e8de9 (diff)
php-tecnickcom-tc-lib-barcode: 1.1.3
Diffstat (limited to 'php-tecnickcom-tc-lib-barcode.spec')
-rw-r--r--php-tecnickcom-tc-lib-barcode.spec13
1 files changed, 6 insertions, 7 deletions
diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec
index c8f935c..c309eac 100644
--- a/php-tecnickcom-tc-lib-barcode.spec
+++ b/php-tecnickcom-tc-lib-barcode.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 1c92ea2f5d3ae5d2121da85522c6f053cf7bcfd1
+%global gh_commit a51c78d05cd2df0bb91f3ccc113a18774a299190
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global c_vendor tecnick.com
%global gh_owner tecnickcom
@@ -16,7 +16,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_owner}-%{gh_project}
-Version: 1.1.2
+Version: 1.1.3
Release: 1%{?dist}
Summary: PHP library to manipulate various color representations
@@ -25,9 +25,6 @@ License: LGPLv3+
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{?gh_short}.tar.gz
-# https://github.com/tecnickcom/tc-lib-barcode/pull/2 - php < 5.5 compat
-Patch0: %{name}-pr2.patch
-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
%if %{with_tests}
@@ -76,8 +73,6 @@ Optional dependency: php-pecl-imagick
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p1
-
: Sanity check
grep -q '^%{version}$' VERSION
@@ -128,6 +123,10 @@ rm -rf %{buildroot}
%changelog
+* Wed Jul 1 2015 Remi Collet <remi@fedoraproject.org> - 1.1.3-1
+- update to 1.1.3
+- drop patch merged upstream
+
* Wed Jul 1 2015 Remi Collet <remi@fedoraproject.org> - 1.1.2-1
- initial package, version 1.1.2
- open https://github.com/tecnickcom/tc-lib-barcode/pull/2