1.8.0
This commit is contained in:
parent
6e92782648
commit
eb0da3a108
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@ clog
|
|||
/php-simplepie-1.5.6-1c68e14.tgz
|
||||
/php-simplepie-1.6.0-2bdbc51.tgz
|
||||
/php-simplepie-1.7.0-9e9add3.tgz
|
||||
/php-simplepie-1.8.0-65b095d.tgz
|
||||
|
|
|
|||
|
|
@ -6,16 +6,16 @@
|
|||
#
|
||||
# Please preserve changelog entries
|
||||
#
|
||||
%global gh_commit 9e9add3428ce86aede874bcf9a59c78e272f8dc1
|
||||
%global gh_commit 65b095d87bc00898d8fa7737bdbcda93a3fbcc55
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner simplepie
|
||||
%global gh_project simplepie
|
||||
%global gh_version 1.7.0
|
||||
%global gh_version 1.8.0
|
||||
%bcond_with tests
|
||||
|
||||
Name: php-%{gh_project}
|
||||
Version: 1.7.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A simple Atom/RSS parsing library for PHP
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -128,6 +128,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 23 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.8.0-1
|
||||
- 1.8.0
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-simplepie-1.7.0-9e9add3.tgz) = 08dc12431bfb3f8cbbdd1e5a1105de7619a8b2843e42ebdcdcb584760f8f88f60b1879718c9ea57aa12782d02d9bb19c7db8eff68c5a40c7f770a52112cb75ae
|
||||
SHA512 (php-simplepie-1.8.0-65b095d.tgz) = 2516013d244144fac2c0b4c438806b022e46ec0a71eb0447129fc01ce0bf99b3edc21ab422bf581cceef3ff0960c57e4f81e50c8340aa8e1e8d0bb1cf69fcb69
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue