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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-URI-Find.new/perl-URI-Find.changes 
2011-12-22 10:54:49.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Dec 19 11:48:56 UTC 2011 - co...@suse.de
+
+- updated to 20111103 from very old sources, see Changes
+
+-------------------------------------------------------------------

Old:
----
  URI-Find-0.16.tar.gz

New:
----
  URI-Find-20111103.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-URI-Find.spec ++++++
--- /var/tmp/diff_new_pack.LeJINp/_old  2011-12-22 10:54:50.000000000 +0100
+++ /var/tmp/diff_new_pack.LeJINp/_new  2011-12-22 10:54:50.000000000 +0100
@@ -15,57 +15,53 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           perl-URI-Find
+Version:        20111103
+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-20111103.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

Reply via email to