Hello community,

here is the log from the commit of package perl-HTML-Encoding for 
openSUSE:Factory checked in at 2012-12-05 14:02:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTML-Encoding (Old)
 and      /work/SRC/openSUSE:Factory/.perl-HTML-Encoding.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-HTML-Encoding", Maintainer is "[email protected]"

Changes:
--------
New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-Encoding.new/perl-HTML-Encoding.changes   
    2012-12-05 14:02:28.000000000 +0100
@@ -0,0 +1,113 @@
+-------------------------------------------------------------------
+Thu Nov 29 09:24:16 UTC 2012 - [email protected]
+
+- license GPL-1.0+ or Artistic-1.0
+
+-------------------------------------------------------------------
+Tue Apr 12 16:55:10 CEST 2011 - [email protected]
+
+- pdated to 0.61:
+  * Fixed https://rt.cpan.org/Ticket/Display.html?id=61603
+
+-------------------------------------------------------------------
+Wed Dec  1 13:32:47 UTC 2010 - [email protected]
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Mon Nov 29 18:30:08 UTC 2010 - [email protected]
+
+- remove /var/adm/perl-modules
+
+-------------------------------------------------------------------
+Wed Aug 13 09:55:00 CEST 2008 [email protected]
+
+- Release version 0.60:
+  - minor bugfixes
+
+-------------------------------------------------------------------
+Mon Jun 30 23:55:00 CEST 2008 [email protected]
+
+- Release version 0.59:
+  - De-listed URI as dependency, not my bug
+  - added eg/detector.pl
+  - added t/98podsyn.t
+  - added t/99podcov.t
+  - added 'dist' options in Makefile.PL
+  - marked private subs with an underscore
+
+-------------------------------------------------------------------
+Mon Jun 30 19:55:00 CEST 2008 [email protected]
+
+- Release version 0.58:
+  - List URI as dependency to prevent test failure
+  - Added LICENCE => 'perl' to Makefile.PL
+
+-------------------------------------------------------------------
+Wed Apr 9 21:22.00 CEST 2008 [email protected]
+
+- Release version 0.57:
+  - updated the pitfyful README file
+  - fixed a performance problem in my_decode reported by Ville Skytta
+- Spec file: Changelog cleanup.
+
+-------------------------------------------------------------------
+Wed Dec 6 18:30:00 CET 2007 [email protected]
+
+- Release version 0.56:
+  - updated changes file
+  - fixed line end issues in test
+
+-------------------------------------------------------------------
+Wed Dec 5 15:40:00 CET 2007 [email protected]
+
+- Release version 0.55
+- Spec file: Changelog cleanup.
+
+-------------------------------------------------------------------
+Wed Dec 2 14:25:00 CET 2007 [email protected]
+
+- Release version 0.54:
+  - Fixed http://www.w3.org/mid/[email protected]
+
+-------------------------------------------------------------------
+Mon Sep 17 10:27:00 AST 2007 [email protected]
+
+- Cleanup files
+
+-------------------------------------------------------------------
+Thu Jun 21 00:00:00 CEST 2007 [email protected]
+
+- Spec file cleanups
+                                                                   
+-------------------------------------------------------------------
+Wed May 23 10:25:00 CEST 2007 [email protected]
+
+- Release version 0.53:
+  - Fixed http://rt.cpan.org/Public/Bug/Display.html?id=16351
+                                                                   
+-------------------------------------------------------------------
+Tue May 22 00:00:00 CEST 2007 [email protected]
+
+- First openSUSE Build.
+
+-------------------------------------------------------------------
+Tue Dec 14 09:25:00 CET 2004 [email protected]
+
+- Release version 0.52:
+  - encoding_from_http_message encoding defaulting did
+    not work as intended, fixed.
+
+-------------------------------------------------------------------
+Tue Dec 14 08:45:00 CET 2004 [email protected]
+
+- Release version 0.51:
+  - encoding_from_html_document returned a list in scalar
+    context if the document had a XML declaration, fixed.
+
+-------------------------------------------------------------------
+
+Tue Nov 2 03:10:15 CET 2004 [email protected]
+
+- Release version 0.50:
+  - rewrite from scratch

New:
----
  HTML-Encoding-0.61.tar.gz
  perl-HTML-Encoding.changes
  perl-HTML-Encoding.spec

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

Other differences:
------------------
++++++ perl-HTML-Encoding.spec ++++++
#
# spec file for package perl-HTML-Encoding
#
# Copyright (c) 2012 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/
#


Name:           perl-HTML-Encoding
Version:        0.61
Release:        0
Summary:        Determine the encoding of HTML/XML/XHTML documents
License:        GPL-1.0+ or Artistic-1.0
Group:          Development/Libraries/Perl
Url:            http://search.cpan.org/dist/HTML-Encoding/
Source0:        
http://www.cpan.org/authors/id/B/BJ/BJOERN/HTML-Encoding-%{version}.tar.gz
BuildRequires:  perl
BuildRequires:  perl-HTML-Parser
BuildRequires:  perl-libwww-perl
BuildRequires:  perl-macros
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{perl_requires}

%description
HTML::Encoding helps to determine the encoding of HTML and XML/XHTML
documents.

%prep
%setup -q -n HTML-Encoding-%{version}
find . -type f | xargs chmod -c -x
find . -type f | xargs %{__perl} -pi -e 's/\r//g'

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%check
make test

%install
%perl_make_install
%perl_process_packlist

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(- ,root, root)
%doc Changes README
%{perl_vendorlib}/HTML/Encoding.pm
%{perl_vendorarch}/auto/HTML/Encoding
%{_mandir}/man3/HTML::Encoding*.gz

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to