e4716393cd
Add Gitea build results
2025-08-12 18:12:45 +02:00
160251d6f9
Accepting request 1235373 from devel:languages:perl:autoupdate
...
- updated to 4.390.0 (4.39)
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.39 2024-12-12 (rurban)
- Fix Windows -Dusequadmath (sisyphus GH #235 , GH #229 )
- Fix inconsistent behavior between decoding escaped and unescaped
surrogates, and escaped non-characters vs non-escaped non-characters.
Now aligned to JSON::PP (Gavin Hayes GH #233 , GH #227 )
- Add type_all_string tests (Bernhard Schmalhofer GH #236 )
- Silence UV to char cast warnings (bulk88 GH #232 )
- Fix MSVC preprocessor errors (bulk88 GH #232 )
- Fix -Wformat warnings on Windows (sisyphus GH #228 )
- Clarify BigInt decoding (GH #226 )
OBS-URL: https://build.opensuse.org/request/show/1235373
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=89
2025-01-09 16:29:19 +00:00
ace941d414
Accepting request 1182879 from devel:languages:perl:autoupdate
...
- updated to 4.380.0 (4.38)
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.38 2024-05-27 (rurban)
- Encode real core booleans as boolean notation (PR #224 leonerd)
- Minor test fixes by leonerd
- Fix docs typo (PR #225 karenetheridge)
OBS-URL: https://build.opensuse.org/request/show/1182879
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=87
2024-06-27 17:30:44 +00:00
edcf612f01
Accepting request 1097597 from devel:languages:perl:autoupdate
...
- updated to 4.37
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.37 2023-07-04 (rurban)
- Fix NAN/INF for AIX (Tux: AIX-5.3, tested by XSven on AIX-7.3) GH #165
- Fix empty string result in object stringification (PR #221 jixam)
- Allow \' in strings when allow_singlequote is enabled (PR #217 warpspin)
OBS-URL: https://build.opensuse.org/request/show/1097597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=85
2023-07-11 13:16:15 +00:00
578537f7ac
Accepting request 1070483 from devel:languages:perl:autoupdate
...
- updated to 4.36
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.36 2023-03-02 (rurban)
- remove the SAVESTACK_POS noop. Merged from JSON-XS-3.02,
removed there with 4.0. requested to remove with
L<https://github.com/Perl/perl5/pull/20858 >
4.35 2023-02-22 (rurban)
- fix utf8 object stringification (jixam PR #212 )
4.34 2023-02-21 (rurban)
- fix c89 compilation regression, for loop init on centos. GH #211
4.33 2023-02-21 (rurban)
- fix a security issue, decoding hash keys without ending :
(GH #208 )
- check all bare hash keys for utf8 (GH #209 )
- improve overload warnings (Graham Knop PR #205 )
- fix a croak leak (GH #206 )
OBS-URL: https://build.opensuse.org/request/show/1070483
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=83
2023-03-10 10:43:04 +00:00
c97e33bad8
Accepting request 997385 from devel:languages:perl:autoupdate
...
- updated to 4.32
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.32 2022-08-13 (rurban)
- fix new JSON::PP::Boolean overload redefinition warnings. GH #200
4.31 2022-08-10 (rurban)
- adjust t/20_unknown.t pp bool tests for native bool when supported.
GH #198 PR by Graham Knop.
OBS-URL: https://build.opensuse.org/request/show/997385
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=81
2022-08-16 14:35:56 +00:00
19495d2bb9
Accepting request 983921 from devel:languages:perl:autoupdate
...
- updated to 4.30
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.30 2022-06-14 (rurban)
- Fix perl 5.37 utf8n_to_uvuni deprecation. GH #196
OBS-URL: https://build.opensuse.org/request/show/983921
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=79
2022-06-20 11:38:41 +00:00
Lars Vogdt
6d9d305815
Accepting request 979965 from devel:languages:perl:autoupdate
...
- updated to 4.29
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.29 2022-05-27 (rurban)
- Hack: Revert native bool (unblessed) overloads via JSON::PP 4.08.
JSON::PP ignores unblessed bools for now. GH #194
OBS-URL: https://build.opensuse.org/request/show/979965
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=77
2022-06-02 09:27:46 +00:00
c32e55ebe8
Accepting request 975905 from devel:languages:perl:autoupdate
...
- updated to 4.28
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.28 2022-05-05 (rurban)
- Validate the JSON struct which might get corrupted by wrong FREEZE/THAW
methods, or other serializers, or corrupting our magic object. (GH #192 )
- Improve our DESTROY and END methods to avoid NULL dereferences.
Fixes perl-compiler/#438
- Fix 3 tests in t/20_unknown.t with the latest 5.35.10 bool enhancements
and JSON::PP (GH #194 )
- Fix t/118_type.t with Windows ivtype long long. (GH #178 )
- Added github actions
OBS-URL: https://build.opensuse.org/request/show/975905
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=75
2022-05-11 16:27:53 +00:00
Stephan Kulow
8ec32eec3f
Accepting request 926531 from devel:languages:perl:autoupdate
...
- updated to 4.27
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.27 2021-10-13 (rurban)
- Only add -Werror=declaration-after-statement for 5.035004 and earlier (PR #186 nwc)
- Fix 125_shared_boolean.t for threads (PR #184 Sinan Unur)
OBS-URL: https://build.opensuse.org/request/show/926531
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=74
2021-10-22 10:53:43 +00:00
ed56deb469
Accepting request 884906 from devel:languages:perl:autoupdate
...
- updated to 4.26
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.26 2021-04-12 (rurban)
- Fix compilation with C++ (GH #177 )
OBS-URL: https://build.opensuse.org/request/show/884906
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=72
2021-04-13 14:49:15 +00:00
8792adbd28
Accepting request 844787 from devel:languages:perl:autoupdate
...
- updated to 4.25
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.25 2020-10-28 (rurban)
- Fix decode relaxed with comment at the end of the buffer (GH #174 fgaspar), a regression
introduced with 3.0220, to fix n_number_then_00.
- Possible fix for a gcc-9 optimizer bug (GH #172 )
OBS-URL: https://build.opensuse.org/request/show/844787
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=70
2020-10-29 09:02:37 +00:00
f4300d8e92
Accepting request 839405 from devel:languages:perl:autoupdate
...
- updated to 4.24
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.24 2020-10-02 (rurban)
- Fix decode_json(scalar, 0) (GH #171 plicease), check 2nd arg for true-ness
OBS-URL: https://build.opensuse.org/request/show/839405
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=68
2020-10-05 12:32:31 +00:00
9e4f3217cd
Accepting request 832716 from devel:languages:perl:autoupdate
...
- updated to 4.23
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.23 2020-09-05 (rurban)
- Fixup t/54_stringify change for JSON 2.09 (really use PR #169 madsen)
4.22 2020-09-04 (rurban)
- Fix t/54_stringify needs JSON 2.09 for allow_unknown (PR #169 madsen)
- Fix t/118_type.t for 5.6
- Fix t/96_interop.t for missing JSON::XS (GH #83 ribasushi)
- Possible fix for s390x with long double, untested (GH #83 )
OBS-URL: https://build.opensuse.org/request/show/832716
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=66
2020-09-07 10:01:55 +00:00
Lars Vogdt
daa3565bb1
Accepting request 826621 from devel:languages:perl:autoupdate
...
- updated to 4.21
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.21 2020-08-13 (rurban)
- Fix not enough HEK memory allocation for the new canonical tied hashes
feature. (GH #168 )
- TODO broken JSON::PP::Boolean versions 2.9x - 4.0 with threads::shared in
125_shared_boolean.t
4.20 2020-08-12 (rurban)
- New feature: sort tied hashes with canonical. (GH #167 )
- Fix encode of threads::shared boolean (#166 Sam Bingner).
This was broken with 4.00.
- Fix some stringify overload cases via convert_blessed (GH #105 )
- Fix a compat case with JSON::XS, when convert_blessed is set, but
allow_blessed not. (GH #105 )
- Improve blessed and stringify tests
- Work on better inf/nan detection on AIX (#165 Peter Heuchert)
- Fix documentation for booleans and their types (#162 by Karen Etheridge)
OBS-URL: https://build.opensuse.org/request/show/826621
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=64
2020-08-16 23:40:00 +00:00
352963cd0c
Accepting request 770837 from devel:languages:perl:autoupdate
...
- updated to 4.19
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.19 2020-02-06 (rurban)
- Fix typed decode memory leak (#160 by Pali).
OBS-URL: https://build.opensuse.org/request/show/770837
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=62
2020-02-12 07:12:43 +00:00
a147181e2f
Accepting request 757327 from devel:languages:perl:autoupdate
...
- updated to 4.18
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.18 2019-12-13 (rurban)
- Add new method ->type_all_string (#156 by Pali).
When type_all_string is set then encode method produce stable deterministic
string types in result JSON.
This can be an alternative to Cpanel::JSON::XS::Type when having
deterministic output is required but string JSON types are enough for any
output.
- Move SvGETMAGIC() from encode_av() and encode_hv() to encode_sv()
(#156 by Pali)
- Add Math::BigInt and Math::BigFloat as recommended dependences
(#157 by Pali and Grinnz)
OBS-URL: https://build.opensuse.org/request/show/757327
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=60
2019-12-17 13:49:03 +00:00
9fa8b6065d
Accepting request 752837 from home:dimstar:Factory
...
- Convert changes file to proper UTF-8 format: new
version of RPM are getting strict in interpreting files.
- fixed detection of final \0 as illegal non-whitespace garbage. Fixes
OBS-URL: https://build.opensuse.org/request/show/752837
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=58
2019-12-02 09:33:46 +00:00
d5b0f138e5
Accepting request 745845 from devel:languages:perl:autoupdate
...
- updated to 4.17
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.17 2019-11-04 (rurban)
- Add Changes tests and fixups (see #155 )
4.16 2019-11-04 (rurban)
- Use Perl_strtod instead of self-made atof (via pow), to
minimize differences from core string-to-float conversions.
(#154 ). Fixes float representation regressions (in the 1e-6
to 1e-16 range) since 5.22.
OBS-URL: https://build.opensuse.org/request/show/745845
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=56
2019-11-08 07:39:47 +00:00
71e029d91d
Accepting request 742100 from devel:languages:perl:autoupdate
...
- updated to 4.15
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.15 2019-10-21 (rurban)
- Fix more tests for nvtype long double
OBS-URL: https://build.opensuse.org/request/show/742100
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=54
2019-10-25 09:51:56 +00:00
Stephan Kulow
e5b15012c0
Accepting request 738854 from devel:languages:perl:autoupdate
...
- updated to 4.14
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.14 2019-10-15 (rurban)
- Fix tests for nvtype long double (#153 )
- Fix PREREQ's. E.g. CentOS 7 has not Test::More anymore. (#152 by Pali)
4.13 2019-10-14 (rurban)
- For JSON_TYPE_INT and JSON_TYPE_FLOAT allow to encode numeric values
above 2^64 in PV slot via Math::BigInt/Float (#145 , #148 , #149 by Pali)
- For JSON_TYPE_INT and JSON_TYPE_FLOAT encoder allow to pass Math::BigInt
and Math::BigFloat objects with allow_bignum. (#147 by Pali)
- Fix encoding floating point values above 2^64 in PV slot to JSON_TYPE_INT
(#148 , #150 by Pali)
- Do not allow serializing objects when convert_blessed is not enabled.
(#146 by Pali)
OBS-URL: https://build.opensuse.org/request/show/738854
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=52
2019-10-19 14:36:42 +00:00
Stephan Kulow
e458b45847
Accepting request 709296 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/709296
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=48
2019-06-12 06:17:37 +00:00
73e5151188
Accepting request 688970 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/688970
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=46
2019-03-29 07:33:25 +00:00
Lars Vogdt
d51f41aae0
Accepting request 686297 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/686297
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=44
2019-03-21 11:40:16 +00:00
Lars Vogdt
51aee043c3
Accepting request 676642 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/676642
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=42
2019-02-19 01:29:26 +00:00
5ca4e74263
Accepting request 655735 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/655735
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=40
2018-12-06 15:37:12 +00:00
e175cdacce
Accepting request 647172 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/647172
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=38
2018-11-08 15:27:42 +00:00
3884e2a9ce
Accepting request 631443 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/631443
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=36
2018-08-27 12:24:30 +00:00
6706498546
Accepting request 630433 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/630433
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=35
2018-08-24 11:16:25 +00:00
Stephan Kulow
7ee8a33f8f
Accepting request 619396 from devel:languages:perl:autoupdate
...
- updated to 4.04
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.04 2018-06-22 (rurban)
- Fix bignum NaN/inf handling (#78 reported by Slaven Rezic)
- Move author tests to xt/ as suggested in #106 , added a make xtest target.
Fixes a test fail with ASAN.
- updated to 4.03
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.03 2018-06-21 (rurban)
- Add sereal cpanel_json_xs type (#110 James Rouzier)
- Fix bencode/bdecode methods in cpanel_json_xs (#111 Fulvio Scapin)
- Overload ne operator for JSON::PP::Boolean (#107 tevfik1903)
- Add a missing semicolon to a documentation example (#104 E. Choroba)
OBS-URL: https://build.opensuse.org/request/show/619396
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=33
2018-06-28 10:44:01 +00:00
Stephan Kulow
972b4568a1
Accepting request 580863 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/580863
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=31
2018-03-05 05:55:14 +00:00
Stephan Kulow
3596a3ffde
Accepting request 573742 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/573742
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=29
2018-02-07 15:55:57 +00:00
Stephan Kulow
41f53f25a8
Accepting request 520554 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/520554
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=27
2017-09-12 07:46:08 +00:00
Stephan Kulow
e1c5f9dd3d
Accepting request 518840 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/518840
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=25
2017-09-03 09:33:03 +00:00
8d9e107b72
Accepting request 514140 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/514140
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=23
2017-08-14 12:47:17 +00:00
Stephan Kulow
1edd990c55
Accepting request 512854 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/512854
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=22
2017-08-02 16:53:50 +00:00
Stephan Kulow
b201f06624
Accepting request 492391 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/492391
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=20
2017-05-02 06:28:43 +00:00
Stephan Kulow
48e52f5b6c
Accepting request 483633 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/483633
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=18
2017-03-30 08:56:39 +00:00
Stephan Kulow
3f28efb2b1
Accepting request 479901 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/479901
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=16
2017-03-23 06:48:59 +00:00
Stephan Kulow
5eacfd8fb5
Accepting request 477884 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/477884
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=15
2017-03-15 09:03:03 +00:00
Stephan Kulow
a4acffc9ed
Accepting request 459415 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/459415
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=14
2017-02-28 14:15:35 +00:00
Stephan Kulow
5638672111
Accepting request 456750 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/456750
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=12
2017-02-13 18:40:27 +00:00
Stephan Kulow
a69a1ff1ea
Accepting request 441752 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/441752
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=10
2016-11-25 07:32:38 +00:00
Stephan Kulow
94e92e07d8
Accepting request 441136 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/441136
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=8
2016-11-21 14:30:44 +00:00
Stephan Kulow
e5ac05f65f
Accepting request 440671 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/440671
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=7
2016-11-17 20:03:15 +00:00
Stephan Kulow
728fc21d97
Accepting request 439809 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/439809
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=6
2016-11-12 17:07:21 +00:00
Stephan Kulow
f8d2912cbb
Accepting request 437487 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/437487
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=5
2016-11-10 05:52:52 +00:00
Stephan Kulow
363fa97dd3
Accepting request 435054 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/435054
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=4
2016-10-20 07:50:32 +00:00
Stephan Kulow
466c7cd47b
Accepting request 404408 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/404408
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=3
2016-06-25 05:53:45 +00:00
Stephan Kulow
a00121c6be
Accepting request 401546 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/401546
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=2
2016-06-24 04:53:58 +00:00