summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-02-04 15:38:48 +0100
committerRemi Collet <remi@remirepo.net>2019-02-04 15:38:48 +0100
commite4fca5b0869cbd32902e10a56e62b6136a561d33 (patch)
tree0b11b3b99ca1706412b8df18a4b7d275093785f4
parent438ccb7a34b8d969f88fc7b65a591893f8c4e031 (diff)
v1.25.2
-rw-r--r--composer.json2
-rw-r--r--php-theseer-autoload.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 9f57808..fa9bf98 100644
--- a/composer.json
+++ b/composer.json
@@ -15,7 +15,7 @@
"src/"
]
},
- "license": "BSD License",
+ "license": "BSD-3-Clause",
"authors": [
{
"name": "Arne Blankerts",
diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec
index 7525097..49c4c1a 100644
--- a/php-theseer-autoload.spec
+++ b/php-theseer-autoload.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for php-theseer-autoload
#
-# Copyright (c) 2014-2018 Remi Collet
+# Copyright (c) 2014-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 42e3aaea38bf10c2121d5c73153ba9f4862ca8ea
+%global gh_commit 3353caee350a60a9ad19c452e9fd026881d1641f
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner theseer
%global gh_project Autoload
@@ -19,7 +19,7 @@
%global pear_channel pear.netpirates.net
Name: php-theseer-autoload
-Version: 1.25.1
+Version: 1.25.2
Release: 1%{?dist}
Summary: A tool and library to generate autoload code
@@ -146,6 +146,9 @@ fi
%changelog
+* Mon Feb 4 2019 Remi Collet <remi@remirepo.net> - 1.25.2-1
+- update to 1.25.2
+
* Sat Oct 20 2018 Remi Collet <remi@remirepo.net> - 1.25.1-1
- update to 1.25.1
- drop patch merged upstream