Hello community,

here is the log from the commit of package linkchecker for openSUSE:Factory 
checked in at 2014-10-05 20:30:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linkchecker (Old)
 and      /work/SRC/openSUSE:Factory/.linkchecker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linkchecker"

Changes:
--------
--- /work/SRC/openSUSE:Factory/linkchecker/linkchecker.changes  2012-02-16 
14:58:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.linkchecker.new/linkchecker.changes     
2014-10-05 20:31:25.000000000 +0200
@@ -1,0 +2,47 @@
+Thu Sep 11 17:17:51 CEST 2014 - [email protected]
+
+- Fix specfile so that the icons are installed in the right place.
+
+-------------------------------------------------------------------
+Tue Sep  2 16:45:03 CEST 2014 - [email protected]
+
+- Update to 9.3. Only the Changes for 9.3 are listed, for the rest
+  see /usr/share/doc/packages/linkchecker/changelog.txt.
+
+  9.3 "Better Living Through Chemistry" (released 16.7.2014)
+
+  Features:
+  - checking: Parse and check links in PDF files.
+  - checking: Parse Refresh: and Content-Location: HTTP headers for URLs.
+
+  Changes:
+  - plugins: PDF and Word checks are now parser plugins
+    (PdfParser, WordParser). Both plugins are not enabled
+    by default since they require third party modules.
+  - plugins: Print a warning for enabled plugins that could not
+    import needed third party modules.
+  - checking: Treat empty URLs as same as parent URL.
+    Closes: GH bug #524
+  - installation: Replaced the twill dependency with local code.
+
+  Fixes:
+  - checking: Catch XML parse errors in sitemap XML files and print them
+    as warnings. Patch by Mark-Hetherington.
+    Closes: GH bug #516
+  - checking: Fix internal URL match pattern. Patch by Mark-Hetherington.
+    Closes: GH bug #510
+  - checking: Recalculate extern status after HTTP redirection.
+    Patch by Mark-Hetherington.
+    Closes: GH bug #515
+  - checking: Do not strip quotes from already resolved URLs.
+    Closes: GH bug #521
+  - cgi: Sanitize configuration.
+    Closes: GH bug #519
+  - checking: Use user-supplied authentication and proxies when requestiong
+    robot.txt.
+  - plugins: Fix Word file check plugin.
+    Closes: GH bug #530
+
+- Install all icons
+
+-------------------------------------------------------------------

Old:
----
  LinkChecker-7.5.tar.bz2

New:
----
  LinkChecker-9.3.tar.gz

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

Other differences:
------------------
++++++ linkchecker.spec ++++++
--- /var/tmp/diff_new_pack.cpYjsb/_old  2014-10-05 20:31:27.000000000 +0200
+++ /var/tmp/diff_new_pack.cpYjsb/_new  2014-10-05 20:31:27.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package linkchecker
 #
-# Copyright (c) 2012 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
@@ -15,26 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define project_name LinkChecker
 
 Name:           linkchecker
 %define _prefix /usr
-BuildRequires:  libqt4-devel-doc
-BuildRequires:  python-cssutils
-BuildRequires:  python-devel
-BuildRequires:  python-optcomplete
-BuildRequires:  python-xml
-Requires:       tidy
 Url:            http://linkchecker.sourceforge.net
 Summary:        Check Websites and HTML Documents for Broken Links
 License:        GPL-2.0+
 Group:          Productivity/Networking/Web/Utilities
-Version:        7.5
+Version:        9.3
 Release:        0
-Source0:        %{project_name}-%{version}.tar.bz2
+Source0:        %{project_name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Prefix:         %{_prefix}
-Requires:       python-cssutils python-optcomplete
+BuildRequires:  libqt4-devel-doc
+BuildRequires:  python-cssutils
+BuildRequires:  python-devel
+BuildRequires:  python-optcomplete
+BuildRequires:  python-xml
+Requires:       python-cssutils
+Requires:       python-optcomplete
+Requires:       tidy
 %py_requires
 
 %description
@@ -87,14 +89,16 @@
 grep -E -v '/usr/share/linkchecker/examples|/usr/share/locale' 
INSTALLED_FILES.in > INSTALLED_FILES
 echo "%{py_sitedir}/_LinkChecker_configdata.pyc" >> INSTALLED_FILES
 find %{buildroot}/%{_mandir} -name \*.1 -o -name \*.5 -exec gzip -9 {} \;
+pushd doc/html
+install -d -m 0755 %{buildroot}%{_datadir}/pixmaps
+install -D -m 644 logo128x128.png  logo16x16.png  logo32x32.png logo48x48.png  
logo64x64.png %{buildroot}%{_datadir}/pixmaps
+popd
 
-%find_lang %project_name
-
-%clean
-rm -rf %{buildroot}
+%find_lang %name
 
-%files -f INSTALLED_FILES -f %project_name.lang
+%files -f INSTALLED_FILES -f %name.lang
 %defattr(-,root,root)
 %doc examples doc/upgrading.txt doc/changelog.txt
+%{_datadir}/pixmaps/logo*.png
 
 %changelog

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

Reply via email to