merged
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Diff?expand=0&rev=15
This commit is contained in:
parent
ebf3e72cd5
commit
57e90b7af4
@ -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
3
Text-Diff-1.41.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a67f50a48e313c1680cc662109ce5f913ea71454db355d0cf4db87ac89d2d2fa
|
||||
size 27813
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user