diff --git a/Text-Diff-1.37.tar.bz2 b/Text-Diff-1.37.tar.bz2 deleted file mode 100644 index 22dd32c..0000000 --- a/Text-Diff-1.37.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6163858c2d2f4e4ccfd7f1e2b07ae15ccaed361878e7bc5de59f71feb8e74c48 -size 23113 diff --git a/Text-Diff-1.41.tar.gz b/Text-Diff-1.41.tar.gz new file mode 100644 index 0000000..2e5660c --- /dev/null +++ b/Text-Diff-1.41.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67f50a48e313c1680cc662109ce5f913ea71454db355d0cf4db87ac89d2d2fa +size 27813 diff --git a/perl-Text-Diff.changes b/perl-Text-Diff.changes index 57c12da..b5ee33f 100644 --- a/perl-Text-Diff.changes +++ b/perl-Text-Diff.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Apr 17 08:38:57 UTC 2011 - pascal.bleser@opensuse.org + +- update to 1.41: + * added DIFF_OUTPUT_UNICODE env variable to allow outputting unicode + characters + ------------------------------------------------------------------- Wed Dec 1 06:55:46 UTC 2010 - coolo@novell.com diff --git a/perl-Text-Diff.spec b/perl-Text-Diff.spec index 3f2d5fa..8f3679a 100644 --- a/perl-Text-Diff.spec +++ b/perl-Text-Diff.spec @@ -1,5 +1,6 @@ +# vim: set ts=4 sw=4 et: # -# spec file for package perl-Text-Diff (Version 1.37) +# spec file for package perl-Text-Diff (Version 1.40) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,18 +16,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: perl-Text-Diff %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Perform Diffs on Files and Record Sets -Version: 1.37 -Release: 6 +Version: 1.41 +Release: 1 License: GPL/Artistic Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Text-Diff -Source: %{cpan_name}-%{version}.tar.bz2 +Source: http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Text-Diff-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} BuildRequires: perl @@ -49,11 +49,14 @@ 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. - Author: - Adam Kennedy - Barrie Slaymaker + +Authors: +-------- + Adam Kennedy + Barrie Slaymaker + %prep %setup -q -n %{cpan_name}-%{version} @@ -70,7 +73,7 @@ perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" %perl_gen_filelist %clean -%{__rm} -rf $RPM_BUILD_ROOT +%{?buildroot:%__rm -rf "%{buildroot}"} %files -f %{name}.files # normally you only need to check for doc files