commit perl-URI-Find for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package perl-URI-Find for openSUSE:Factory 
checked in at 2016-08-09 22:15:23

Comparing /work/SRC/openSUSE:Factory/perl-URI-Find (Old)
 and  /work/SRC/openSUSE:Factory/.perl-URI-Find.new (New)


Package is "perl-URI-Find"

Changes:

--- /work/SRC/openSUSE:Factory/perl-URI-Find/perl-URI-Find.changes  
2014-09-17 17:26:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-URI-Find.new/perl-URI-Find.changes 
2016-08-09 22:15:24.0 +0200
@@ -1,0 +2,12 @@
+Sun Aug  7 06:39:39 UTC 2016 - co...@suse.com
+
+- updated to 20160806
+   see /usr/share/doc/packages/perl-URI-Find/Changes
+
+  20160806  Sat Aug  6 13:36:14 PDT 2016
+  Distribution
+  * Homepage is now metacpan
+  * Now testing Strawberry Perl with AppVeyor
+  * Kwalitee fix (Patrice Clement) [github 14]
+
+---

Old:

  URI-Find-20140709.tar.gz

New:

  URI-Find-20160806.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-URI-Find.spec ++
--- /var/tmp/diff_new_pack.pPHlNo/_old  2016-08-09 22:15:25.0 +0200
+++ /var/tmp/diff_new_pack.pPHlNo/_new  2016-08-09 22:15:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-URI-Find
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,20 @@
 
 
 Name:   perl-URI-Find
-Version:20140709
+Version:20160806
 Release:0
 %define cpan_name URI-Find
 Summary:Find URIs in arbitrary text
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/URI-Find/
-Source: 
http://www.cpan.org/authors/id/M/MS/MSCHWERN/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/M/MS/MSCHWERN/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build) >= 0.30
+BuildRequires:  perl(Module::Build) >= 0.30
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(URI) >= 1.60
 Requires:   perl(URI) >= 1.60
@@ -41,7 +42,7 @@
 be.) It only finds URIs which include a scheme (http:// or the like), for
 something a bit less strict have a look at URI::Find::Schemeless.
 
-For a command-line interface, the urifind manpage is provided.
+For a command-line interface, urifind is provided.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -59,6 +60,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README TODO
+%doc appveyor.yml Changes LICENSE README TODO
 
 %changelog

++ URI-Find-20140709.tar.gz -> URI-Find-20160806.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-Find-20140709/.travis.yml 
new/URI-Find-20160806/.travis.yml
--- old/URI-Find-20140709/.travis.yml   1970-01-01 01:00:00.0 +0100
+++ new/URI-Find-20160806/.travis.yml   2016-08-06 22:42:46.0 +0200
@@ -0,0 +1,10 @@
+language: perl
+perl:
+  - "5.22"
+  - "5.20"
+  - "5.18"
+  - "5.16"
+  - "5.14"
+  - "5.12"
+  - "5.10"
+  - "5.8"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-Find-20140709/Build.PL 
new/URI-Find-20160806/Build.PL
--- old/URI-Find-20140709/Build.PL  2014-07-10 01:32:18.0 +0200
+++ new/URI-Find-20160806/Build.PL  2016-08-06 22:42:46.0 +0200
@@ -17,7 +17,7 @@
 },
 
 requires=> {
-perl=> '5.8.9',
+perl=> '5.8.8',
 URI => '1.60',
 },
 
@@ -27,13 +27,16 @@
 
 meta_merge => {
 resources => {
-homepage=> 'http://search.cpan.org/dist/URI-Find',
+homepage=> 'http://metacpan.org/release/URI-Find',
 bugtracker  => 'http://github.com/schwern/URI-Find/issues/',
 repository  => 'http://github.com/schwern/URI-Find/',
 }
 },
 
 recursive_test_files=> 1,
+
+create_readme   => 1,
+create_license  => 1,
 );
 
 $build->create_build_script;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-Find-20140709/Changes 
new/URI-Find-20160806/Changes
--- old/URI-Find-20140709/Changes   2014-07-10 01:32:18.0 +0200
+++ new/URI-Find-20160806/Changes   2016-08-06 

commit perl-URI-Find for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package perl-URI-Find for openSUSE:Factory 
checked in at 2014-09-17 17:25:56

Comparing /work/SRC/openSUSE:Factory/perl-URI-Find (Old)
 and  /work/SRC/openSUSE:Factory/.perl-URI-Find.new (New)


Package is perl-URI-Find

Changes:

--- /work/SRC/openSUSE:Factory/perl-URI-Find/perl-URI-Find.changes  
2011-12-22 10:54:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-URI-Find.new/perl-URI-Find.changes 
2014-09-17 17:26:16.0 +0200
@@ -1,0 +2,38 @@
+Mon Sep 15 15:44:32 UTC 2014 - co...@suse.com
+
+- updated to 20140709
+ New Features
+ * The git scheme is supported. (Schwern)
+ * svn, ssh and svn+ssh schemes are supported. [rt.cpan.org 57490] 
(Schwern)
+ * Added a --schemeless option to urifind. (Schwern)
+ 
+ Bug Fixes
+ * http:// is no longer matched [rt.cpan.org 63283] (Schwern)
+ 
+ Backwards Incompatibilities
+ * Previously, URIs stringified to their canonical version.  Now
+   they stringify as written.  This results in less loss of
+   information.  For example.  Blah HTTP:://FOO.COM previously
+   would stringify as http://foo.com/; and now it will stringify
+   as HTTP://FOO.COM.  To restore the old behavior you can call
+   $uri-canonical. (Schwern)
+ 
+ Distribution Changes
+ * No longer using URI::URL. (Schwern)
+ * Now requires URI 1.60 for Unicode support. (Schwern)
+ 
+ 
+ 20140702  Wed Jul  2 13:41:47 PDT 2014
+ New Features
+ * IDNA (aka Unicode) domains are now supported. [github 3] (GwenDragon)
+ * The list of TLDs for schemeless matching has been updated. [github 3] 
(GwenDragon)
+ 
+ Bug Fixes
+ * Handle balanced [], {} and quotes in addition to (). [rt.cpan.org 
85053] (Schwern)
+ * Don't mangle IPv6 URLs. [rt.cpan.org 85053] (Schwern)
+ * Schemeless is more accurate about two letter TLDs. [github 3] 
(GwenDragon)
+ 
+ Distribution Changes
+ * Switched the issue tracker to Github. (Schwern)
+
+---

Old:

  URI-Find-2003.tar.gz

New:

  URI-Find-20140709.tar.gz



Other differences:
--
++ perl-URI-Find.spec ++
--- /var/tmp/diff_new_pack.IuVx3G/_old  2014-09-17 17:26:17.0 +0200
+++ /var/tmp/diff_new_pack.IuVx3G/_new  2014-09-17 17:26:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-URI-Find
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-URI-Find
-Version:2003
+Version:20140709
 Release:0
 %define cpan_name URI-Find
 Summary:Find URIs in arbitrary text
@@ -31,16 +31,13 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Build) = 0.30
 BuildRequires:  perl(Test::More) = 0.88
-BuildRequires:  perl(URI) = 1.00
-BuildRequires:  perl(URI::URL) = 5.00
-#BuildRequires: perl(URI::Find)
-Requires:   perl(URI) = 1.00
-Requires:   perl(URI::URL) = 5.00
+BuildRequires:  perl(URI) = 1.60
+Requires:   perl(URI) = 1.60
 %{perl_requires}
 
 %description
 This module does one thing: Finds URIs and URLs in plain text. It finds
-them quickly and it finds them *all* (or what URI::URL considers a URI to
+them quickly and it finds them *all* (or what URI.pm considers a URI to
 be.) It only finds URIs which include a scheme (http:// or the like), for
 something a bit less strict have a look at URI::Find::Schemeless.
 

++ URI-Find-2003.tar.gz - URI-Find-20140709.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-Find-2003/Build.PL 
new/URI-Find-20140709/Build.PL
--- old/URI-Find-2003/Build.PL  2011-11-03 20:15:23.0 +0100
+++ new/URI-Find-20140709/Build.PL  2014-07-10 01:32:18.0 +0200
@@ -17,9 +17,8 @@
 },
 
 requires= {
-perl= '5.6.0',
-URI = '1.00',
-URI::URL= '5.00',
+perl= '5.8.9',
+URI = '1.60',
 },
 
 license = 'perl',
@@ -29,8 +28,8 @@
 meta_merge = {
 resources = {
 homepage= 'http://search.cpan.org/dist/URI-Find',
-bugtracker  = 
'http://rt.cpan.org/Public/Dist/Display.html?Name=URI-Find',
-repository  = 
'http://github.com/schwern/uri-find/tree/master',
+bugtracker  = 'http://github.com/schwern/URI-Find/issues/',
+repository 

commit perl-URI-Find for openSUSE:Factory

2011-12-22 Thread h_root
Hello community,

here is the log from the commit of package perl-URI-Find for openSUSE:Factory 
checked in at 2011-12-22 10:54:47

Comparing /work/SRC/openSUSE:Factory/perl-URI-Find (Old)
 and  /work/SRC/openSUSE:Factory/.perl-URI-Find.new (New)


Package is perl-URI-Find, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-URI-Find/perl-URI-Find.changes  
2011-09-23 12:39:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-URI-Find.new/perl-URI-Find.changes 
2011-12-22 10:54:49.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 19 11:48:56 UTC 2011 - co...@suse.de
+
+- updated to 2003 from very old sources, see Changes
+
+---

Old:

  URI-Find-0.16.tar.gz

New:

  URI-Find-2003.tar.gz



Other differences:
--
++ perl-URI-Find.spec ++
--- /var/tmp/diff_new_pack.LeJINp/_old  2011-12-22 10:54:50.0 +0100
+++ /var/tmp/diff_new_pack.LeJINp/_new  2011-12-22 10:54:50.0 +0100
@@ -15,57 +15,53 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-URI-Find
+Version:2003
+Release:0
 %define  cpan_name URI-Find
 Summary:Find URIs in arbitrary text
-Version:0.16
-Release:1
-License:GPL+ or Artistic
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/%cpan_name
-Source0:%{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/URI-Find/
+Source: 
http://www.cpan.org/authors/id/M/MS/MSCHWERN/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Module::Build) = 0.30
+BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(URI) = 1.00
-BuildRequires:  perl(URI::URL) = 5.00
+BuildRequires:  perl(URI::URL) = 5.00
+#BuildRequires: perl(URI::Find)
 Requires:   perl(URI) = 1.00
-Requires:   perl(URI::URL) = 5.00
+Requires:   perl(URI::URL) = 5.00
+%{perl_requires}
 
 %description
 This module does one thing: Finds URIs and URLs in plain text. It finds
-them quickly and it finds them all (or what URI::URL considers a URI to
-be.) It only finds URIs which include a scheme (http:// or the like).
+them quickly and it finds them *all* (or what URI::URL considers a URI to
+be.) It only finds URIs which include a scheme (http:// or the like), for
+something a bit less strict have a look at URI::Find::Schemeless.
 
-Author:Michael G Schwern schw...@pobox.com with insight from
-Uri Gutman, Greg Bacon, Jeff Pinyan, Roderick Schertler and others.
+For a command-line interface, the urifind manpage is provided.
 
 %prep
-%setup -n %{cpan_name}-%{version} 
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL
-make
+%{__perl} Build.PL installdirs=vendor
+./Build build flags=%{?_smp_mflags}
 
 %check
-make test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean 
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-# normally you only need to check for doc files
-%defattr(-,root,root)
-%doc Changes README
+%defattr(-,root,root,755)
+%doc Changes README TODO
 
 %changelog

++ URI-Find-0.16.tar.gz - URI-Find-2003.tar.gz ++
 2242 lines of diff (skipped)

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



commit perl-URI-Find for openSUSE:Factory

2011-04-19 Thread h_root

Hello community,

here is the log from the commit of package perl-URI-Find for openSUSE:Factory
checked in at Tue Apr 19 13:11:56 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-URI-Find/perl-URI-Find.changes
2010-12-01 14:57:03.0 +0100
@@ -0,0 +1,15 @@
+---
+Wed Dec  1 13:35:58 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Nov 29 18:01:02 UTC 2010 - co...@novell.com
+
+- called spec2changelog
+
+---
+Mon Jan 11 00:00:00 UTC 2010 - n...@detonation.org
+
+- initial package
+

calling whatdependson for head-i586


New:

  URI-Find-0.16.tar.gz
  perl-URI-Find.changes
  perl-URI-Find.spec



Other differences:
--
++ perl-URI-Find.spec ++
#
# spec file for package perl-URI-Find
#
# Copyright (c) 2011 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
# 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 http://bugs.opensuse.org/
#

# norootforbuild


Name:   perl-URI-Find
%define  cpan_name URI-Find
Summary:Find URIs in arbitrary text
Version:0.16
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/%cpan_name
Source0:%{cpan_name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Data::Dumper)
BuildRequires:  perl(URI) = 1.00
BuildRequires:  perl(URI::URL) = 5.00
Requires:   perl(URI) = 1.00
Requires:   perl(URI::URL) = 5.00

%description
This module does one thing: Finds URIs and URLs in plain text. It finds
them quickly and it finds them all (or what URI::URL considers a URI to
be.) It only finds URIs which include a scheme (http:// or the like).

Author: Michael G Schwern schw...@pobox.com with insight from
Uri Gutman, Greg Bacon, Jeff Pinyan, Roderick Schertler and others.

%prep
%setup -n %{cpan_name}-%{version} 

%build
perl Makefile.PL
make

%check
make test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean 
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.files
# normally you only need to check for doc files
%defattr(-,root,root)
%doc Changes README

%changelog





Remember to have fun...

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