[php-mikey179-vfsstream] update to 1.3.0

Remi Collet remi at fedoraproject.org
Tue Jul 22 12:38:01 UTC 2014


commit 84dd1d084c1742e028d8d3e6ed2cd96f24309153
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Jul 22 14:37:51 2014 +0200

    update to 1.3.0

 .gitignore                  |    1 +
 php-mikey179-vfsstream.spec |   20 ++++++++++++++------
 sources                     |    2 +-
 3 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a75607..0fc9bb1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /vfsStream-1.2.0.tar.gz
+/vfsStream-1.3.0.tar.gz
diff --git a/php-mikey179-vfsstream.spec b/php-mikey179-vfsstream.spec
index e14715a..c11f5f5 100644
--- a/php-mikey179-vfsstream.spec
+++ b/php-mikey179-vfsstream.spec
@@ -6,15 +6,15 @@
 #
 # Please, preserve the changelog entries
 #
-%global gh_commit    063fb10633f10c5ccbcac26227e94f46d9336f90
+%global gh_commit    8571f349567e02af1b7efc0fc4e3a4a1c98e664e
 %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     mikey179
 %global gh_project   vfsStream
 %global with_tests   %{?_without_tests:0}%{!?_without_tests:1}
 
 Name:           php-mikey179-vfsstream
-Version:        1.2.0
-Release:        2%{?dist}
+Version:        1.3.0
+Release:        1%{?dist}
 Summary:        PHP stream wrapper for a virtual file system
 
 Group:          Development/Libraries
@@ -32,11 +32,14 @@ BuildRequires:  %{_bindir}/phpunit
 %endif
 
 # From composer.json
+#        "php": ">=5.3.0"
 Requires:       php(language) >= 5.3
-# From phpcompatifo report for 1.2.0
+# From phpcompatifo report for 1.3.0
 Requires:       php-date
 Requires:       php-posix
 Requires:       php-spl
+Requires:       php-xml
+Requires:       php-zip
 
 Provides:       php-composer(%{gh_owner}/%{gh_project}) = %{version}
 
@@ -76,8 +79,9 @@ phpunit \
 
 
 %files
-%doc LICENSE
-%doc CHANGES composer.json
+%{!?_licensedir:%global license %%doc}
+%license LICENSE
+%doc CHANGELOG.md readme.md composer.json
 
 %dir %{_datadir}/php/org
 %dir %{_datadir}/php/org/bovigo
@@ -85,6 +89,10 @@ phpunit \
 
 
 %changelog
+* Tue Jul 22 2014 Remi Collet <remi at fedoraproject.org> - 1.3.0-1
+- update to 1.3.0
+- fix license handling
+
 * Fri Jun  6 2014 Remi Collet <remi at fedoraproject.org> - 1.2.0-2
 - provides php-composer(mikey179/vfsstream)
 
diff --git a/sources b/sources
index 55b9bea..b706635 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-acace2f8121834770852a6d22a96087f  vfsStream-1.2.0.tar.gz
+ade00270593eaa8d4f867dd277b847be  vfsStream-1.3.0.tar.gz


More information about the scm-commits mailing list