[php-theseer-autoload/el6] update to 1.14.2

Remi Collet remi at fedoraproject.org
Thu Apr 24 09:17:43 UTC 2014


commit 8f8993fa15b13fe7c97dabbb69f59467102b607a
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Apr 24 11:17:33 2014 +0200

    update to 1.14.2

 .gitignore                |    1 +
 php-theseer-autoload.spec |   18 ++++++------------
 sources                   |    2 +-
 3 files changed, 8 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b41db22..a3b7339 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Autoload-1.14.1.tgz
+/Autoload-1.14.2.tgz
diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec
index 753e4d7..8183644 100644
--- a/php-theseer-autoload.spec
+++ b/php-theseer-autoload.spec
@@ -1,6 +1,6 @@
 # spec file for php-theseer-autoload
 #
-# Copyright (c) 2013-2014 Remi Collet
+# Copyright (c) 2014 Remi Collet
 # License: CC-BY-SA
 # http://creativecommons.org/licenses/by-sa/3.0/
 #
@@ -12,7 +12,7 @@
 %global pear_channel  pear.netpirates.net
 
 Name:           php-theseer-autoload
-Version:        1.14.1
+Version:        1.14.2
 Release:        1%{?dist}
 Summary:        A tool and library to generate autoload code
 
@@ -57,9 +57,7 @@ the option of creating static require lists as well as phar archives.
 %setup -q -c
 
 cd %{pear_name}-%{version}
-# https://github.com/theseer/Autoload/issues/46
-sed -e '/phpunit.xml.dist/s/role="doc"/role="test"/' \
-    ../package.xml >%{name}.xml
+mv ../package.xml %{name}.xml
 
 
 %build
@@ -87,13 +85,6 @@ require 'TheSeer/DirectoryScanner/autoload.php';
 require 'TheSeer/Autoload/autoload.php';
 EOF
 
-%if "%{php_version}" < "5.4"
-# https://github.com/theseer/Autoload/issues/47
-sed -e 's/function \(testParse.*Trait\)/function SKIP_\1/' \
-    -i tests/classfinder.test.php
-grep Trait tests/classfinder.test.php
-%endif
-
 phpunit \
   --include-path=%{buildroot}%{pear_phpdir} \
   -d date.timezone=UTC
@@ -121,5 +112,8 @@ fi
 
 
 %changelog
+* Thu Apr 24 2014 Remi Collet <remi at fedoraproject.org> - 1.14.2-1
+- Update to 1.14.2
+
 * Sun Apr  6 2014 Remi Collet <remi at fedoraproject.org> - 1.14.1-1
 - initial package, version 1.14.1
\ No newline at end of file
diff --git a/sources b/sources
index c549da9..5644d80 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c2fefd8caaa3a5fbbd0da895e82e5d6  Autoload-1.14.1.tgz
+6b8e12de818cec14f6338be1a9bdc382  Autoload-1.14.2.tgz


More information about the scm-commits mailing list