Hello community,

here is the log from the commit of package perl-Text-Diff for openSUSE:Factory 
checked in at 2012-01-10 14:51:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Text-Diff (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Text-Diff.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Text-Diff", Maintainer is "kkae...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Text-Diff/perl-Text-Diff.changes    
2011-09-23 12:39:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Text-Diff.new/perl-Text-Diff.changes       
2012-01-10 14:51:21.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Jan 10 07:49:42 UTC 2012 - co...@suse.com
+
+- regenerate with cpanspec for correct license and source lines
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-Text-Diff.spec ++++++
--- /var/tmp/diff_new_pack.hHyeR0/_old  2012-01-10 14:51:22.000000000 +0100
+++ /var/tmp/diff_new_pack.hHyeR0/_new  2012-01-10 14:51:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Diff
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,52 +16,44 @@
 #
 
 
-
 Name:           perl-Text-Diff
-%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
-Summary:        Perform Diffs on Files and Record Sets
 Version:        1.41
-Release:        1
-License:        GPL/Artistic
+Release:        0
+%define cpan_name Text-Diff
+Summary:        Perform diffs on files and record sets
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Text-Diff
-Source:         
http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Text-Diff-%{version}.tar.gz
+Url:            http://search.cpan.org/dist/Text-Diff/
+Source:         
http://www.cpan.org/authors/id/O/OV/OVID/%{cpan_name}-%{version}.tar.gz
+BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Algorithm::Diff)
-BuildRequires:  perl(Data::Dumper)
-Requires:       perl(Algorithm::Diff)
-Provides:       %{cpan_name}
+BuildRequires:  perl(Algorithm::Diff) >= 1.19
+#BuildRequires: perl(Text::Diff)
+#BuildRequires: perl(Text::Diff::Config)
+Requires:       perl(Algorithm::Diff) >= 1.19
+%{perl_requires}
 
 %description
-"diff()" provides a basic set of services akin to the GNU "diff"
-utility. It is not anywhere near as feature complete as GNU "diff", but
-it is better integrated with Perl and available on all platforms. It is
-often faster than shelling out to a system's "diff" executable for small
-files, and generally slower on larger files.
-
-Relies on Algorithm::Diff for, well, the algorithm. This may not produce
-the same exact diff as a system's local "diff" executable, but it will
-be a valid diff and comprehensible by "patch". We haven't seen any
-differences between Algorithm::Diff's logic and GNU diff's, but we have
-not examined them to make sure they are indeed identical.
-
-
-
-
-Authors:
---------
-    Adam Kennedy <ad...@cpan.org>
-    Barrie Slaymaker <barr...@slaysys.com>
+'diff()' provides a basic set of services akin to the GNU 'diff' utility.
+It is not anywhere near as feature complete as GNU 'diff', but it is better
+integrated with Perl and available on all platforms. It is often faster
+than shelling out to a system's 'diff' executable for small files, and
+generally slower on larger files.
+
+Relies on the Algorithm::Diff manpage for, well, the algorithm. This may
+not produce the same exact diff as a system's local 'diff' executable, but
+it will be a valid diff and comprehensible by 'patch'. We haven't seen any
+differences between Algorithm::Diff's logic and GNU diff's, but we have not
+examined them to make sure they are indeed identical.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
-%{__make}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
 %{__make} test
@@ -71,12 +63,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
 %files -f %{name}.files
-# normally you only need to check for doc files
-%defattr(-, root, root)
+%defattr(-,root,root,755)
 %doc Changes LICENSE README
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to