[atoum/f20] Update to latest upstream commit

Johan Cwiklinski trasher at fedoraproject.org
Sat May 10 15:10:44 UTC 2014


commit 9a597ef5a2bd80874d291cfeaca1981ec45ab161
Author: Johan Cwiklinski <johan at x-tnd.be>
Date:   Sat May 10 17:03:18 2014 +0200

    Update to latest upstream commit

 .gitignore |    1 +
 atoum.spec |    8 ++++++--
 sources    |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4bb8afc..2c57ce2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /atoum-0-a0452f6.tar.gz
 /atoum-0-587a130.tar.gz
 /atoum-0-a68f365.tar.gz
+/atoum-0-35a880e.tar.gz
diff --git a/atoum.spec b/atoum.spec
index 3c627ad..e331b1d 100644
--- a/atoum.spec
+++ b/atoum.spec
@@ -1,10 +1,10 @@
-%global commit a68f36516b49455eec28fc01323bb4dae8b6704f
+%global commit 35a880e64d2e8b7e804a039a503ac1bb2ac30881
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 
 Name:           atoum
 Version:        0
-Release:        0.7.git%{shortcommit}%{?dist}
+Release:        0.8.git%{shortcommit}%{?dist}
 Summary:        PHP Unit Testing framework
 
 Group:          Development/Libraries
@@ -69,6 +69,7 @@ to supervise unit tests.
 %prep
 %setup -q -n %{name}-%{commit}
 rm -f resources/configurations/.gitignore
+rm -f scripts/git/.tag
 sed -i bin/%{name} \
     -e "s|/usr/bin/env php|%{_bindir}/php|" \
     -e "s|__DIR__ . '/../|'%{_datadir}/%{name}/|"
@@ -105,6 +106,9 @@ php runner.php --directories .
 
 
 %changelog
+* Sat May 10 2014 Johan Cwiklinski <johan AT x-tnd DOT be> - 0.0.8.git35a880e
+- Last upstream commit
+
 * Sun Dec 08 2013 Johan Cwiklinski <johan AT x-tnd DOT be> - 0.0.7.gita68f365
 - Last upstream commit
 
diff --git a/sources b/sources
index 7eaf0fb..9d96bf8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a82ab7bce1d61bf2887644b11e641558  atoum-0-a68f365.tar.gz
+35411975f8b54940fb4232ba84e1ca7c  atoum-0-35a880e.tar.gz


More information about the scm-commits mailing list