Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
57629ca970 |
3 changed files with 10 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@ clog
|
|||
/php-netresearch-jsonmapper-3.1.1-ba09f0e.tgz
|
||||
/php-netresearch-jsonmapper-4.0.0-8bbc021.tgz
|
||||
/php-netresearch-jsonmapper-4.1.0-cfa81ea.tgz
|
||||
/php-netresearch-jsonmapper-4.2.0-f60565f.tgz
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
# remirepo/fedora spec file for php-netresearch-jsonmapper
|
||||
#
|
||||
# Copyright (c) 2017-2022 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# Copyright (c) 2017-2023 Remi Collet
|
||||
# License: CC-BY-SA-4.0
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit cfa81ea1d35294d64adb9c68aa4cb9e92400e53f
|
||||
%global gh_commit f60565f8c0566a31acf06884cdaa591867ecc956
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner cweiske
|
||||
%global gh_project jsonmapper
|
||||
|
|
@ -18,11 +18,11 @@
|
|||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}
|
||||
Version: 4.1.0
|
||||
Version: 4.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Map nested JSON structures onto PHP classes
|
||||
|
||||
License: OSL 3.0
|
||||
License: OSL-3.0
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
Source0: %{name}-%{version}-%{gh_short}.tgz
|
||||
# Git snapshot with tests
|
||||
|
|
@ -128,6 +128,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 11 2023 Remi Collet <remi@remirepo.net> - 4.2.0-1
|
||||
- update to 4.2.0
|
||||
|
||||
* Fri Dec 9 2022 Remi Collet <remi@remirepo.net> - 4.1.0-1
|
||||
- update to 4.1.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-netresearch-jsonmapper-4.1.0-cfa81ea.tgz) = 087dd62a5f72343f48d6f3e3e4f9d77f080a134e97a6f1378321177c1a12425c4f94e1d6175d3496531b38c616edcd397e9fd5cf84b6e5ba9012cc8d751a1d74
|
||||
SHA512 (php-netresearch-jsonmapper-4.2.0-f60565f.tgz) = cf06f1fe3d95ae9b95d8852900ced9d359d520fc565f0c2c52425f008ef4e4d0646959cdfd3540fc806420b292ab6cd46fccef560772d774630ea241d1b6d27a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue