summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-11-25 07:50:39 +0100
committerRemi Collet <remi@remirepo.net>2019-11-25 07:50:39 +0100
commit79b25aeb567c87cbd95e0d145d7d4115c199256b (patch)
tree2fffdf42bcf5110deb63907a1c4b1034d4e7798d
parent283af5e443688bc4cec129d1a3dca57c5feb399f (diff)
v1.25.8
-rw-r--r--Autoload-rpm.patch17
-rw-r--r--php-theseer-autoload.spec7
2 files changed, 5 insertions, 19 deletions
diff --git a/Autoload-rpm.patch b/Autoload-rpm.patch
deleted file mode 100644
index bd699c1..0000000
--- a/Autoload-rpm.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- phpab.php.rpm 2015-06-30 22:02:53.000000000 +0200
-+++ phpab.php 2015-07-01 10:13:32.443481551 +0200
-@@ -43,12 +43,12 @@
- * 5 - Duplicates found Error
- */
-
--define('PHPAB_VERSION', '%development%');
-+define('PHPAB_VERSION', '@VERSION@');
-
- if (!ini_get('date.timezone')) {
- ini_set('date.timezone', 'UTC');
- }
--require __DIR__ . '/src/autoload.php';
-+require '/usr/share/php/TheSeer/Autoload/autoload.php';
-
- $factory = new \TheSeer\Autoload\Factory();
- $factory->getCLI()->run();
diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec
index 46e842f..fb86c6e 100644
--- a/php-theseer-autoload.spec
+++ b/php-theseer-autoload.spec
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 6f579ef5b04e655baf57f657f931e9e333cef906
+%global gh_commit 7492afa5fa6724a4b136923a4aab2a713510ba68
%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.7
+Version: 1.25.8
Release: 1%{?dist}
Summary: A tool and library to generate autoload code
@@ -151,6 +151,9 @@ fi
%changelog
+* Mon Nov 25 2019 Remi Collet <remi@remirepo.net> - 1.25.8-1
+- update to 1.25.8
+
* Fri Nov 15 2019 Remi Collet <remi@remirepo.net> - 1.25.7-1
- update to 1.25.7