1.7.0
This commit is contained in:
parent
fd9d7043ce
commit
b7e62e67e6
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@ clog
|
|||
/php-simplepie-1.5.4-20b30e4.tgz
|
||||
/php-simplepie-1.5.6-1c68e14.tgz
|
||||
/php-simplepie-1.6.0-2bdbc51.tgz
|
||||
/php-simplepie-1.7.0-9e9add3.tgz
|
||||
|
|
|
|||
|
|
@ -6,15 +6,15 @@
|
|||
#
|
||||
# Please preserve changelog entries
|
||||
#
|
||||
%global gh_commit 2bdbc51ed1010941c9c5f2cddca433e79665bfe1
|
||||
%global gh_commit 9e9add3428ce86aede874bcf9a59c78e272f8dc1
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner simplepie
|
||||
%global gh_project simplepie
|
||||
%global gh_version 1.6.0
|
||||
%global gh_version 1.7.0
|
||||
%bcond_with tests
|
||||
|
||||
Name: php-%{gh_project}
|
||||
Version: %{gh_version}
|
||||
Version: 1.7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A simple Atom/RSS parsing library for PHP
|
||||
|
||||
|
|
@ -128,6 +128,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 30 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.7.0-1
|
||||
- 1.7.0
|
||||
|
||||
* Mon Aug 01 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.6.0-1
|
||||
- 1.6.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-simplepie-1.6.0-2bdbc51.tgz) = 8ea4eb4772f2079ac01f4758ed60d67c7854a73849ee127221e7c8891bfe82aa0a9e206d5b5da00291f83db7b6f9ce40d2d70b735b1f97efa55309e5aef466c6
|
||||
SHA512 (php-simplepie-1.7.0-9e9add3.tgz) = 08dc12431bfb3f8cbbdd1e5a1105de7619a8b2843e42ebdcdcb584760f8f88f60b1879718c9ea57aa12782d02d9bb19c7db8eff68c5a40c7f770a52112cb75ae
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue