summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore8
-rw-r--r--php-horde-Horde-Oauth.spec5
2 files changed, 12 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fc9aa8c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+clog
+package-*.xml
+*.tgz
+*.tar.gz
+*.tar.xz
+*.tar.xz.asc
+*.src.rpm
+*/*rpm
diff --git a/php-horde-Horde-Oauth.spec b/php-horde-Horde-Oauth.spec
index 02f96c0..e5b486d 100644
--- a/php-horde-Horde-Oauth.spec
+++ b/php-horde-Horde-Oauth.spec
@@ -11,7 +11,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Oauth
-Version: 2.0.3
+Version: 2.0.4
Release: 1%{?dist}
Summary: Horde OAuth client/server
@@ -98,6 +98,9 @@ fi
%changelog
+* Tue Sep 19 2017 Remi Collet <remi@remirepo.net> - 2.0.4-1
+- Update to 2.0.4 (no change)
+
* Tue Apr 28 2015 Remi Collet <remi@fedoraproject.org> - 2.0.3-1
- Update to 2.0.3
- add dependency on Horde_Util