Skip to content

Commit

Permalink
php-horde-Horde-Stringprep: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Jun 18, 2015
1 parent f95a7dd commit 399b283
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion php/horde/buildorder
Expand Up @@ -5,7 +5,7 @@ Build order
* Horde_Queue 1.1.2
* Horde_Role 1.0.1
* Horde_Stream_Wrapper 2.1.2 I: Horde_Test
Horde_Stringprep 1.0.1
Horde_Stringprep 1.0.2
* Horde_Thrift 2.0.2
* Horde_Translation 2.2.0 I: Horde_Test
* Horde_Util 2.5.5 I: Horde_Test, Horde_Imap_Client
Expand Down
@@ -1,14 +1,14 @@
diff -up Horde_Stringprep-1.0.0/lib/Horde/Stringprep.php.old Horde_Stringprep-1.0.0/lib/Horde/Stringprep.php
--- Horde_Stringprep-1.0.0/lib/Horde/Stringprep.php.old 2014-11-09 14:58:55.000000000 +0100
+++ Horde_Stringprep-1.0.0/lib/Horde/Stringprep.php 2014-11-09 14:59:50.000000000 +0100
diff -up Horde_Stringprep-1.0.2/lib/Horde/Stringprep.php.syslib Horde_Stringprep-1.0.2/lib/Horde/Stringprep.php
--- Horde_Stringprep-1.0.2/lib/Horde/Stringprep.php.syslib 2015-06-18 13:41:42.987550940 +0200
+++ Horde_Stringprep-1.0.2/lib/Horde/Stringprep.php 2015-06-18 13:42:31.127777933 +0200
@@ -34,11 +34,7 @@ class Horde_Stringprep
*/
public static function autoload()
{
- if (file_exists(__DIR__ . '/vendor/autoload.php')) {
- require_once __DIR__ . '/vendor/autoload.php';
- if (file_exists(__DIR__ . '/Stringprep/vendor/autoload.php')) {
- require_once __DIR__ . '/Stringprep/vendor/autoload.php';
- } else {
- require_once __DIR__ . '/../../../bundle/vendor/autoload.php';
- require_once __DIR__ . '/../../bundle/vendor/autoload.php';
- }
+ require_once('/usr/share/php/Znerol/Component/Stringprep/autoload.php');
}
Expand Down
Expand Up @@ -12,7 +12,7 @@
%global pear_channel pear.horde.org

Name: php-horde-Horde-Stringprep
Version: 1.0.1
Version: 1.0.2
Release: 1%{?dist}
Summary: Preparation of Internationalized Strings ("stringprep")

Expand All @@ -39,6 +39,7 @@ Requires: php-channel(%{pear_channel})
Requires: php-composer(znerol/php-stringprep)

Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
Provides: php-composer(horde/horde-stringprep) = %{version}


%description
Expand Down Expand Up @@ -99,6 +100,10 @@ fi


%changelog
* Thu Jun 18 2015 Remi Collet <remi@fedoraproject.org> - 1.0.2-1
- Update to 1.0.2
- add provides php-composer(horde/horde-stringprep)

* Tue Nov 18 2014 Remi Collet <remi@fedoraproject.org> - 1.0.1-1
- Update to 1.0.1

Expand Down

0 comments on commit 399b283

Please sign in to comment.