Mailinglist Archive: opensuse-commit (4019 mails)

< Previous Next >
commit perl-PAR-Dist for openSUSE:Factory
Hello community,

here is the log from the commit of package perl-PAR-Dist for openSUSE:Factory
checked in at 2011-12-01 17:38:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-PAR-Dist (Old)
and /work/SRC/openSUSE:Factory/.perl-PAR-Dist.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-PAR-Dist", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-PAR-Dist/perl-PAR-Dist.changes
2011-09-23 12:38:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-PAR-Dist.new/perl-PAR-Dist.changes
2011-12-01 17:38:25.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Nov 29 20:31:39 UTC 2011 - coolo@xxxxxxxx
+
+- update to 0.48
+ * Prefer MYMETA.yml over META.yml if possible.
+ * Try YAML implementations in different order (XS first).
+
+-------------------------------------------------------------------

Old:
----
PAR-Dist-0.47.tar.bz2

New:
----
PAR-Dist-0.48.tar.gz

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

Other differences:
------------------
++++++ perl-PAR-Dist.spec ++++++
--- /var/tmp/diff_new_pack.Hz8Gi9/_old 2011-12-01 17:38:27.000000000 +0100
+++ /var/tmp/diff_new_pack.Hz8Gi9/_new 2011-12-01 17:38:27.000000000 +0100
@@ -15,43 +15,38 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

-# norootforbuild


Name: perl-PAR-Dist
-%define cpan_name PAR-Dist
-Summary: Create and manipulate PAR distributions
-Version: 0.47
+Version: 0.48
Release: 1
License: GPL+ or Artistic
-Group: Development/Libraries/Perl
+%define cpan_name PAR-Dist
+Summary: Create and manipulate PAR distributions
Url: http://search.cpan.org/dist/PAR-Dist/
-Source: %{cpan_name}-%{version}.tar.bz2
+Group: Development/Libraries/Perl
+Source:
http://www.cpan.org/authors/id/S/SM/SMUELLER/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(File::Find)
-BuildRequires: perl(File::Path)
-BuildRequires: perl(File::Spec)
-BuildRequires: perl(File::Temp)
-Requires: perl(File::Find)
-Requires: perl(File::Path)
-Requires: perl(File::Spec)
-Requires: perl(File::Temp)
+%{perl_requires}

%description
-This module creates and manipulates PAR distributions. They are architecture-
-specific PAR files, containing everything under blib/ of CPAN distributions
-after their make or Build stage, a META.yml describing metadata of the
-original CPAN distribution, and a MANIFEST detailing all files within it.
-Digitally signed PAR distributions will also contain a SIGNATURE file.
-
-Authors:
---------
- Audrey Tang <cpan@xxxxxxxxxxx>
- Steffen Mueller <smueller@xxxxxxxx>
+This module creates and manipulates _PAR distributions_. They are
+architecture-specific *PAR* files, containing everything under _blib/_ of
+CPAN distributions after their 'make' or 'Build' stage, a _META.yml_
+describing metadata of the original CPAN distribution, and a _MANIFEST_
+detailing all files within it. Digitally signed PAR distributions will also
+contain a _SIGNATURE_ file.
+
+The naming convention for such distributions is:
+
+ $NAME-$VERSION-$ARCH-$PERL_VERSION.par
+
+For example, 'PAR-Dist-0.01-i386-freebsd-5.8.0.par' corresponds to the 0.01
+release of 'PAR-Dist' on CPAN, built for perl 5.8.0 running on
+'i386-freebsd'.

%prep
%setup -q -n %{cpan_name}-%{version}
@@ -65,18 +60,11 @@

%install
%perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
%perl_gen_filelist

-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
%files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root,755)
%doc Changes README

%changelog

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

< Previous Next >
This Thread