Mailinglist Archive: opensuse-commit (762 mails)

< Previous Next >
commit perl-Config-IniFiles for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 02 Aug 2010 03:29:14 +0200
  • Message-id: <20100802012914.78225202BC@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package perl-Config-IniFiles for
openSUSE:Factory
checked in at Mon Aug 2 03:29:14 CEST 2010.



--------
--- perl-Config-IniFiles/perl-Config-IniFiles.changes 2010-03-04
15:18:10.000000000 +0100
+++
/mounts/work_src_done/STABLE/perl-Config-IniFiles/perl-Config-IniFiles.changes
2010-07-25 16:47:06.000000000 +0200
@@ -1,0 +2,24 @@
+Sun Jul 25 14:46:23 UTC 2010 - chris@xxxxxxxxxxxxxxxx
+
+- removed dos2unix usage
+
+-------------------------------------------------------------------
+Wed Jun 2 12:22:56 UTC 2010 - chris@xxxxxxxxxxxxxxxx
+
+- update to 2.58
+ * Incorporated a fix for some broken POD.
+ - https://rt.cpan.org/Ticket/Display.html?id=51617
+ - Thanks to Frank Wiegand for reporting it.
+
+ * Got rid of \r/carriage-returns's in lib/Config/IniFiles.pm .
+ - It interfered with applying a patch.
+
+ * Applied a patch to get rid of indirect object notation in the documentation
+ and code ("new Config::IniFiles") and replace it with
Config::IniFiles->new().
+ - https://rt.cpan.org/Ticket/Display.html?id=57536
+ - Thanks to Tom Molesworth for the patch.
+- package recreated by cpanspec 1.78
+- noarch package
+- switch from Makefile.PL > Build.PL
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
Config-IniFiles-2.57.tar.bz2

New:
----
Config-IniFiles-2.58.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Config-IniFiles.spec ++++++
--- /var/tmp/diff_new_pack.oQVfxw/_old 2010-08-02 03:28:07.000000000 +0200
+++ /var/tmp/diff_new_pack.oQVfxw/_new 2010-08-02 03:28:07.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package perl-Config-IniFiles (Version 2.57)
+# spec file for package perl-Config-IniFiles (Version 2.58)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,22 +19,33 @@


Name: perl-Config-IniFiles
-License: Artistic License ..
-Group: Development/Libraries/Perl
-Url: http://cpan.org/modules/by-module/Config/
-Provides: p_cnfini
-Obsoletes: p_cnfini
-Requires: perl = %{perl_version}
-AutoReqProv: on
-Summary: A module for reading .ini-style configuration files
-Version: 2.57
+%define cpan_name Config-IniFiles
+Summary: Module for reading .ini-style configuration files
+Version: 2.58
Release: 1
-Source: Config-IniFiles-%{version}.tar.bz2
+License: GPL v1+, Artistic License
+Group: Development/Libraries/Perl
+Url: http://search.cpan.org/dist/Config-IniFiles/
+#Source:
http://www.cpan.org/modules/by-module/Config/Config-IniFiles-2.58.tar.gz
+Source: %{cpan_name}-%{version}.tar.bz2
+BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: perl
+BuildRequires: perl(Module::Build)
+%if 0%{?suse_version} < 1120
+BuildRequires: perl-macros
+%endif
+BuildRequires: perl(Test::Pod) >= 1.14
+BuildRequires: perl(Test::Pod::Coverage) >= 1.04
+BuildRequires: perl(IO::Scalar)
+Requires: perl = %{perl_version}
+Requires: perl(IO::Scalar)

%description
Config::IniFiles provides a way to have readable configuration files
-outside your Perl script.
+outside your Perl script. Configurations can be imported (inherited,
+stacked,...), sections can be grouped, and settings can be accessed from a
+tied hash.



@@ -45,31 +56,26 @@
Jeremy Wadsack <dgsupport at wadsack-allen dot com>

%prep
-%setup -n Config-IniFiles-%{version} -q
+%setup -q -n Config-IniFiles-%{version}
+#rpmlint: wrong-file-end-of-line-encoding
+%{__perl} -p -i -e "s|\r\n|\n|" Changes

%build
-perl Makefile.PL
-make %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor
+./Build

%check
-make test
+./Build test

%install
-make \
- DESTDIR=$RPM_BUILD_ROOT \
- install_vendor
-%perl_process_packlist
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+%perl_gen_filelist

%clean
-[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf
${RPM_BUILD_ROOT}
+%{__rm} -rf $RPM_BUILD_ROOT

-%files
-%defattr(-, root, root)
-%dir %{perl_vendorlib}/Config
-%attr(0644,root,root) %{perl_vendorlib}/Config/IniFiles.pm
-%dir %{perl_vendorarch}/auto/Config
-%{perl_vendorarch}/auto/Config/IniFiles
-%doc %{perl_installman3dir}/Config::IniFiles.3pm.gz
-/var/adm/perl-modules/perl-Config-IniFiles
+%files -f %{name}.files
+%defattr(-,root,root,-)
+%doc Changes README

%changelog

++++++ Config-IniFiles-2.57.tar.bz2 -> Config-IniFiles-2.58.tar.bz2 ++++++
++++ 5140 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages