[atoum] Update to latest upstream commit

Johan Cwiklinski trasher at fedoraproject.org
Mon Jun 9 06:01:08 UTC 2014


commit b27b161199400bee0ea19ffa17e6c7b0bd1c4f50
Author: Johan Cwiklinski <johan at x-tnd.be>
Date:   Mon Jun 9 08:01:32 2014 +0200

    Update to latest upstream commit

 .gitignore |    1 +
 atoum.spec |   11 +++++++----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2c57ce2..e4c0ff5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /atoum-0-587a130.tar.gz
 /atoum-0-a68f365.tar.gz
 /atoum-0-35a880e.tar.gz
+/atoum-0-e1f64c2.tar.gz
diff --git a/atoum.spec b/atoum.spec
index 8af2ab2..557ea98 100644
--- a/atoum.spec
+++ b/atoum.spec
@@ -1,10 +1,10 @@
-%global commit 35a880e64d2e8b7e804a039a503ac1bb2ac30881
+%global commit e1f64c2c4eec62060a88280972f5bc01fe08439e
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 
 Name:           atoum
 Version:        0
-Release:        0.9.git%{shortcommit}%{?dist}
+Release:        0.10.git%{shortcommit}%{?dist}
 Summary:        PHP Unit Testing framework
 
 Group:          Development/Libraries
@@ -69,7 +69,7 @@ to supervise unit tests.
 %prep
 %setup -q -n %{name}-%{commit}
 rm -f resources/configurations/.gitignore
-rm -f scripts/git/.tag
+rm -f scripts/git/.tag tests/units/classes/scripts/git/.tag
 sed -i bin/%{name} \
     -e "s|/usr/bin/env php|%{_bindir}/php|" \
     -e "s|__DIR__ . '/../|'%{_datadir}/%{name}/|"
@@ -99,13 +99,16 @@ php runner.php --directories .
 
 
 %files
-%doc ABOUT COPYING composer.json CREDIT FAQ README.md
+%doc ABOUT COPYING composer.json CREDITS.md FAQ.md README.md
 %{_bindir}/%{name}
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
 
 
 %changelog
+* Mon Jun 09 2014 Johan Cwiklinski <johan AT x-tnd DOT be> - 0-0.10.gite1f64c2
+- Last upstream commit
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0-0.9.git35a880e
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 9d96bf8..77a0479 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-35411975f8b54940fb4232ba84e1ca7c  atoum-0-35a880e.tar.gz
+e0a71ac44b030a21ae2465e85a6be9cb  atoum-0-e1f64c2.tar.gz


More information about the scm-commits mailing list