summaryrefslogtreecommitdiffstats
path: root/php-sabre-event.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-05 15:47:25 +0200
committerRemi Collet <remi@remirepo.net>2018-06-05 15:47:25 +0200
commitd54cd6d6af6d07be39724472987942da26062f61 (patch)
tree836a6d4f18b40a48566032dd64b781b0378ac52f /php-sabre-event.spec
parent566122844efefaab52668b62de8b848bb4dfd94a (diff)
fix URL
Diffstat (limited to 'php-sabre-event.spec')
-rw-r--r--php-sabre-event.spec15
1 files changed, 9 insertions, 6 deletions
diff --git a/php-sabre-event.spec b/php-sabre-event.spec
index b3a6a85..16b38e5 100644
--- a/php-sabre-event.spec
+++ b/php-sabre-event.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for php-sabre-event
#
-# Copyright (c) 2013-2017 Remi Collet
+# Copyright (c) 2013-2018 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -8,19 +8,19 @@
#
%global gh_commit 337b6f5e10ea6e0b21e22c7e5788dd3883ae73ff
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_owner fruux
-%global gh_project sabre-event
+%global gh_owner sabre-io
+%global gh_project event
%global with_tests %{?_without_tests:0}%{!?_without_tests:1}
-Name: php-%{gh_project}
+Name: php-sabre-%{gh_project}
Summary: Lightweight library for event-based programming
Version: 2.0.2
-Release: 3%{?dist}
+Release: 7%{?dist}
URL: http://sabre.io/event
License: BSD
Group: Development/Libraries
-Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
+Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz
Source1: %{name}-autoload.php
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -108,6 +108,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Jun 5 2018 Remi Collet <remi@remirepo.net> - 2.0.2-7
+- fix project URL
+
* Sat Oct 29 2016 Remi Collet <remi@fedoraproject.org> - 2.0.2-3
- switch from symfony/class-loader to fedora/autoloader