Pascal Bleser 2011-04-18 19:47:46 +00:00 committed by Git OBS Bridge
parent ebf3e72cd5
commit 57e90b7af4
4 changed files with 22 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6163858c2d2f4e4ccfd7f1e2b07ae15ccaed361878e7bc5de59f71feb8e74c48
size 23113

3
Text-Diff-1.41.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a67f50a48e313c1680cc662109ce5f913ea71454db355d0cf4db87ac89d2d2fa
size 27813

View File

@ -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

View File

@ -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 <adamk@cpan.org>
Barrie Slaymaker <barries@slaysys.com>
Authors:
--------
Adam Kennedy <adamk@cpan.org>
Barrie Slaymaker <barries@slaysys.com>
%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