7
0

23 Commits

Author SHA256 Message Date
5d6087d3b0 Add Gitea build results 2025-08-12 18:12:37 +02:00
05ae55a032 Accepting request 1278749 from devel:languages:perl
- Normalize CPAN version
  See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/request/show/1278749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-GitLike?expand=0&rev=12
2025-05-20 15:05:28 +00:00
d3a3661b24 Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-GitLike?expand=0&rev=21
2025-05-20 13:04:21 +00:00
0a7ab6d965 Accepting request 785686 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/785686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-GitLike?expand=0&rev=11
2020-03-17 12:10:15 +00:00
4ab47c0f3f Accepting request 785491 from devel:languages:perl:autoupdate
- updated to 1.18
   see /usr/share/doc/packages/perl-Config-GitLike/Changes
  1.18 2020-03-12
   - Return a more correct `dir_file` for Config::GitLike::Git; this
     change is not backwards-compatible, but matches behavior to existing
     documentation and expectation.

OBS-URL: https://build.opensuse.org/request/show/785491
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-GitLike?expand=0&rev=19
2020-03-16 16:17:36 +00:00
a2f4db7961 Accepting request 512163 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/512163
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-GitLike?expand=0&rev=10
2017-08-10 12:03:48 +00:00
Stephan Kulow
54d15a022c Accepting request 511342 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/511342
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-GitLike?expand=0&rev=17
2017-07-24 06:03:42 +00:00
8e9b458a52 Accepting request 297526 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/297526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-GitLike?expand=0&rev=9
2015-04-18 08:40:22 +00:00
Stephan Kulow
5fde57a266 Accepting request 297421 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/297421
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-GitLike?expand=0&rev=15
2015-04-17 04:58:55 +00:00
Tomáš Chvátal
8429016cd1 Accepting request 186501 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/186501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-GitLike?expand=0&rev=6
2013-08-13 08:18:27 +00:00
Stephan Kulow
e9b9957229 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-GitLike?expand=0&rev=13
2013-08-06 18:05:52 +00:00
Stephan Kulow
5694888617 Accepting request 177368 from devel:languages:perl
- updated to 1.10
  * Provide and API got accessing the original key that a value was set
    with, in a case-preserving way.  If the case of the key in a file
    matters, it is now possible to determine.
  * The 'name' value passed to the 'callback' parameter is now no longer
    forced to lower-case, as a consequence.
  
  * Multiple bug fixes concerning filters, including empty filters,
    valueless keys, and applying filters to single values.
  * Add "human" argument to get_all and get_regexp, to match get
  * Add an add_comment method
  * Add an encoding attribute, which adds the appropriate layer on file
    I/O
  * Enforce that all keys must have sections, as git 1.7.4.4 began doing (forwarded request 177289 from coolo)

OBS-URL: https://build.opensuse.org/request/show/177368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-GitLike?expand=0&rev=5
2013-06-05 11:33:04 +00:00
Stephan Kulow
d572763451 Accepting request 177289 from home:coolo:update-perl
- updated to 1.10
  * Provide and API got accessing the original key that a value was set
    with, in a case-preserving way.  If the case of the key in a file
    matters, it is now possible to determine.
  * The 'name' value passed to the 'callback' parameter is now no longer
    forced to lower-case, as a consequence.
  
  * Multiple bug fixes concerning filters, including empty filters,
    valueless keys, and applying filters to single values.
  * Add "human" argument to get_all and get_regexp, to match get
  * Add an add_comment method
  * Add an encoding attribute, which adds the appropriate layer on file
    I/O
  * Enforce that all keys must have sections, as git 1.7.4.4 began doing

OBS-URL: https://build.opensuse.org/request/show/177289
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-GitLike?expand=0&rev=11
2013-06-04 08:40:29 +00:00
Stephan Kulow
1635f32b52 Accepting request 107119 from devel:languages:perl
- updated to 1.08
* Fix loading of user_file, broken in dcdd01f, due to unexpanded ~
  (alexmv, clkao@clkao.org)

OBS-URL: https://build.opensuse.org/request/show/107119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-GitLike?expand=0&rev=2
2012-03-01 16:22:53 +00:00
Stephan Kulow
46e31da30e - updated to 1.08
* Fix loading of user_file, broken in dcdd01f, due to unexpanded ~
  (alexmv, clkao@clkao.org)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-GitLike?expand=0&rev=9
2012-02-27 09:03:34 +00:00
Stephan Kulow
75ac8cfb95 Accepting request 97587 from devel:languages:perl
new perl package

OBS-URL: https://build.opensuse.org/request/show/97587
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-GitLike?expand=0&rev=1
2011-12-25 16:38:24 +00:00
Stephan Kulow
ba152573c1 - update to 1.07
* Fix a spelling mistake in Config::GitLike::Cascaded
  (gregoa@debian.org, forwarded by carnil@debian.org)
* Allow calling ->load_file as a class method, for simple use cases
  (alexmv)
* Fix a parsing bug when quoted strings directly adjoined to unquoted
  strings (alexmv)
* Calling ->load_file on a nonexistant file no longer sets ->is_loaded
  (alexmv)
* Document that getters implicitly call ->load (alexmv)
* Make ->dump implicitly call ->load as well (alexmv)
* Minor POD fixes (alexmv, spang)
* support Module::Install::ExtraTests 0.007 (sunnavy)
* properly set is => 'rw' in inherited classes (trs, alexmv)
* silence lc warnings on undef under perl 5.12 (iarnell@gmail.com)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-GitLike?expand=0&rev=7
2011-12-21 11:35:19 +00:00
Stephan Kulow
ea4eb7244f OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-GitLike?expand=0&rev=6 2011-11-11 11:14:53 +00:00
Stephan Kulow
2313e6d238 fix file list in dlp
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-GitLike?expand=0&rev=5
2010-12-05 12:23:16 +00:00
Stephan Kulow
a53fda9d7b always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-GitLike?expand=0&rev=4
2010-12-03 13:58:33 +00:00
Stephan Kulow
3027c2105a siwtch to perl_requires macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-GitLike?expand=0&rev=3
2010-12-01 13:39:46 +00:00
Pascal Bleser
80fb34a2ac fix files for factory
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-GitLike?expand=0&rev=2
2010-11-26 23:00:45 +00:00
Pascal Bleser
5732a9a9f3 1.04
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-GitLike?expand=0&rev=1
2010-11-26 22:01:36 +00:00