forked from pool/perl-Config-IniFiles
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-IniFiles?expand=0&rev=6
This commit is contained in:
parent
4aa50b7702
commit
b96cca7968
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f01b629805cbaab74cd3ad0fd0cbcc2696edcb9723dc4fe474aa8f258ccf751e
|
|
||||||
size 34421
|
|
3
Config-IniFiles-2.52.tar.bz2
Normal file
3
Config-IniFiles-2.52.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:492ba63d6ebd5a87ef052f735b3669a92cd39a60612d16cea3a82825727310d3
|
||||||
|
size 35448
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 3 15:49:52 CEST 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 2.52
|
||||||
|
* Added more keys to Build.PL (author, etc.)
|
||||||
|
* Added resources and keywords to META.yml.
|
||||||
|
* Converted t/00load.t to Test-More.
|
||||||
|
* No longer chdir()-ing into "t" in t/00load.t
|
||||||
|
* Got rid of the "new Config::IniFiles" syntax in the tests.
|
||||||
|
- replaced with Config::IniFiles->new().
|
||||||
|
- see "Perl Best Practices", "Programming Perl", 3rd Edition
|
||||||
|
* Fixed "#46721: $config->exists() does not pay attention to -nocase => 1"
|
||||||
|
- https://rt.cpan.org/Ticket/Display.html?id=46721
|
||||||
|
|
||||||
|
* Fixed the POD for SetParameterEOT:
|
||||||
|
- https://rt.cpan.org/Ticket/Display.html?id=28375
|
||||||
|
* Added t/pod.t and t/pod-coverage.t and fixed the problems they pointed:
|
||||||
|
- Removed some trailing pod.
|
||||||
|
- http://rt.cpan.org/Ticket/Display.html?id=46549
|
||||||
|
- Documented the ->OutputConfig() method.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 15:48:12 CEST 2009 - anicka@suse.cz
|
Mon May 18 15:48:12 CEST 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Config-IniFiles (Version 2.49)
|
# spec file for package perl-Config-IniFiles (Version 2.52)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Config-IniFiles
|
Name: perl-Config-IniFiles
|
||||||
License: Artistic License
|
License: Artistic License ..
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://cpan.org/modules/by-module/Config/
|
Url: http://cpan.org/modules/by-module/Config/
|
||||||
Provides: p_cnfini
|
Provides: p_cnfini
|
||||||
@ -27,7 +27,7 @@ Obsoletes: p_cnfini
|
|||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: A module for reading .ini-style configuration files
|
Summary: A module for reading .ini-style configuration files
|
||||||
Version: 2.49
|
Version: 2.52
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: Config-IniFiles-%{version}.tar.bz2
|
Source: Config-IniFiles-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -73,56 +73,3 @@ make \
|
|||||||
/var/adm/perl-modules/perl-Config-IniFiles
|
/var/adm/perl-modules/perl-Config-IniFiles
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon May 18 2009 anicka@suse.cz
|
|
||||||
- update to 2.49
|
|
||||||
* Fixed bug https://rt.cpan.org/Public/Bug/Display.html?id=45209
|
|
||||||
* Makefile.PL lacked the empty "PL_FILES" directive.
|
|
||||||
* Fixed bug https://rt.cpan.org/Ticket/Display.html?id=45588
|
|
||||||
* Failure to read ini file contents from a scalar
|
|
||||||
(via "IO::Scalar").
|
|
||||||
* added t/23scalar-ref.t
|
|
||||||
* Tue Apr 14 2009 anicka@suse.cz
|
|
||||||
- update to 2.48
|
|
||||||
* bugfixes, documentation fixes
|
|
||||||
* Thu Jan 22 2009 anicka@suse.cz
|
|
||||||
- update to 2.47
|
|
||||||
* Moved the eval'ed debugging code (_assert_invariants) to
|
|
||||||
its own module
|
|
||||||
* Placed IniFiles.pm under lib/Config/IniFiles.pm.
|
|
||||||
* Added a Build.PL file for the distribution.
|
|
||||||
* Made the README contain the useful information and nothing else
|
|
||||||
* bugfixes, test fixes
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Mon Jul 11 2005 schubi@suse.de
|
|
||||||
- update to 2.39
|
|
||||||
* Tue Oct 21 2003 lmuelle@suse.de
|
|
||||||
- add norootforbuild to the spec file
|
|
||||||
* Fri Aug 22 2003 mjancar@suse.cz
|
|
||||||
- require the perl version we build with
|
|
||||||
* Thu Aug 14 2003 lmuelle@suse.de
|
|
||||||
- update to version 2.38
|
|
||||||
* Fri Jun 13 2003 lmuelle@suse.de
|
|
||||||
- use perl macros in file list
|
|
||||||
* Fri Jun 13 2003 lmuelle@suse.de
|
|
||||||
- add missing directories
|
|
||||||
* Mon May 19 2003 lmuelle@suse.de
|
|
||||||
- remove perllocal.pod after install
|
|
||||||
* Mon May 05 2003 lmuelle@suse.de
|
|
||||||
- update to 2.37
|
|
||||||
- remove superfluous document directory, #26659
|
|
||||||
* Thu Aug 08 2002 mls@suse.de
|
|
||||||
- use macro in filelist
|
|
||||||
* Tue Jul 09 2002 ray@suse.de
|
|
||||||
- update to 2.27
|
|
||||||
* Tue Jul 02 2002 mls@suse.de
|
|
||||||
- remove race in .packlist generation
|
|
||||||
* Mon Feb 25 2002 choeger@suse.de
|
|
||||||
- perlmodule and some README files had been executable
|
|
||||||
* Mon May 21 2001 choeger@suse.de
|
|
||||||
- update to version 2.19
|
|
||||||
* Wed Nov 15 2000 choeger@suse.de
|
|
||||||
- long package name
|
|
||||||
- buildroot
|
|
||||||
* Wed Aug 16 2000 choeger@suse.de
|
|
||||||
- first package, v0.09
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user