Sync from SUSE:SLFO:Main perl-Algorithm-Diff revision cbb6dab5e85e88b3e5be94fc90e1654e

This commit is contained in:
Adrian Schröter 2024-05-03 17:47:45 +02:00
commit 8d542e63a8
5 changed files with 240 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

BIN
Algorithm-Diff-1.201.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

28
cpanspec.yml Normal file
View File

@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

129
perl-Algorithm-Diff.changes Normal file
View File

@ -0,0 +1,129 @@
-------------------------------------------------------------------
Mon Dec 14 03:06:10 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.201
see /usr/share/doc/packages/perl-Algorithm-Diff/Changes
1.201 2020-12-13
- speed up LCS when $keyGen is undef (RT 101105; thanks, XENU)
-------------------------------------------------------------------
Mon Sep 28 03:06:45 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.200
see /usr/share/doc/packages/perl-Algorithm-Diff/Changes
1.200 2020-09-27
- new release with no new features, just preparing for a series of
bugfix releases
-------------------------------------------------------------------
Tue Apr 14 10:05:05 UTC 2015 - coolo@suse.com
- updated to 1.1903
see /usr/share/doc/packages/perl-Algorithm-Diff/Changes
1.19_03 2014-11-25
- Fix documentation typos (RT 84981)
contributed by dsteinbrunner
- add -w and -i switches to diffnew.pl (RT 69945)
contributed by Brian.Eschner
- Remove Algorithm::DiffOld from the index
The module is still distributed with Algorithm::Diff, but is not indexed on
CPAN because this is an ***UNAUTHORIZED*** release of Algorithm::DiffOld.
- droped requirement to patch - it clearly doesn't use patch at all
-------------------------------------------------------------------
Thu Nov 17 08:51:02 UTC 2011 - coolo@suse.com
- regenerate with cpanspec 1.78.05
-------------------------------------------------------------------
Tue Aug 30 19:00:15 UTC 2011 - andrea.turrini@gmail.com
- Standardized "Authors:" format in description of
perl-Algorithm-Diff.spec
-------------------------------------------------------------------
Fri Mar 18 12:14:46 UTC 2011 - cdenicolo@novell.com
- license update: GPL+ or Artistic
fix license string
-------------------------------------------------------------------
Tue Nov 30 19:19:50 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Sun Dec 13 12:28:15 UTC 2009 - chris@computersalat.de
- cleanupo spec
* updated URL
* bzipped Source
* updated desc
- fixed build-/deps
* added Data::Dumper
-------------------------------------------------------------------
Sat Jul 25 19:28:48 CEST 2009 - chris@computersalat.de
- spec mods
* removed ^----------
* removed ^#---------
-------------------------------------------------------------------
Fri Jul 24 13:55:20 CEST 2009 - coolo@novell.com
- merge factory changes
-------------------------------------------------------------------
Fri Jun 19 01:09:36 CEST 2009 - chris@computersalat.de
- spec fix for perl-macros
-------------------------------------------------------------------
Fri Jun 19 00:02:45 CEST 2009 - chris@computersalat.de
- spec fix for perl-macros
-------------------------------------------------------------------
Tue Jun 16 12:48:56 CEST 2009 - chris@computersalat.de
- comment on Provides
- changed name for filelist
-------------------------------------------------------------------
Tue Jun 16 00:59:42 CEST 2009 - chris@computersalat.de
- added perl-macros
o autogen filelist with perl_gen_filelist
-------------------------------------------------------------------
Sun Jun 14 16:45:07 CEST 2009 - chris@computersalat.de
- fixed deps
-------------------------------------------------------------------
Tue Aug 8 11:05:14 CEST 2006 - ke@suse.de
- Version 1.1902; Changes:
- Fix typo in @EXPORT_OK (s/LCDidx/LCSidx/) (RT 8576)
- Use 'printf' in example code, not 'sprintf' nor 'sprint' (RT 16067)
- DiffOld wasn't passing extra arguments to compare routine (RT 20650)
-------------------------------------------------------------------
Wed Jan 25 21:39:26 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Tue Jul 19 16:38:18 CEST 2005 - lmuelle@suse.de
- Update to 1.1901.
-------------------------------------------------------------------
Wed Feb 4 14:38:25 CET 2004 - ke@suse.de
- New package: version 1.15.

57
perl-Algorithm-Diff.spec Normal file
View File

@ -0,0 +1,57 @@
#
# spec file for package perl-Algorithm-Diff
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Algorithm-Diff
Version: 1.201
Release: 0
%define cpan_name Algorithm-Diff
Summary: Compute `intelligent' differences between two files / lists
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
%{perl_requires}
%description
Compute `intelligent' differences between two files / lists
%prep
%setup -q -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%changelog