Hello community,

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

Package is "linkchecker", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/linkchecker/linkchecker.changes  2011-09-23 
02:11:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.linkchecker.new/linkchecker.changes     
2012-02-16 14:58:31.000000000 +0100
@@ -1,0 +2,32 @@
+Wed Feb 15 13:13:15 CET 2012 - [email protected]
+
+- Update to 7.5
+  Fixes:
+  - checking: Properly handle non-ascii HTTP header values.
+    Closes: SF bug #3473359
+  - checking: Work around a Squid proxy bug which resulted in not
+    detecting broken links.
+    Closes: SF bug #3472341
+  - documentation: Fix typo in the manual page.
+    Closes: SF bug #3485876
+
+  Changes:
+  - checking: Add steam:// URIs to the list of ignored URIs.
+    Closes: SF bug #3471570
+  - checking: Deprecate the --check-html-w3 and --check-css-w3 options.
+    The W3C checkers are automatically used if a local check library
+    is not installed.
+  - distribution: The portable version of LinkChecker does not write
+    the configuration file in the user directory anymore. So a user
+    can use this version on a foreign system without leaving any traces
+    behind.
+
+  Features:
+  - gui: Add Ctrl-L shortcut to highlight the URL input.
+  - gui: Support loading and saving of project files.
+    Closes: SF bug #3467492
+
+  For further changes since 6.9 see changelog.txt in 
+  /usr/share/doc/packages/linkchecker.
+
+-------------------------------------------------------------------

Old:
----
  LinkChecker-6.9.tar.bz2

New:
----
  LinkChecker-7.5.tar.bz2

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

Other differences:
------------------
++++++ linkchecker.spec ++++++
--- /var/tmp/diff_new_pack.vI7B9O/_old  2012-02-16 14:58:32.000000000 +0100
+++ /var/tmp/diff_new_pack.vI7B9O/_new  2012-02-16 14:58:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package linkchecker
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,21 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 %define project_name LinkChecker
 
 Name:           linkchecker
 %define _prefix /usr
-BuildRequires:  libqt4-devel-doc python-devel python-xml
-BuildRequires:  python-cssutils python-optcomplete
+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
-Summary:        Check Websites and HTML Documents for Broken Links
-Version:        6.9
-Release:        1
+Version:        7.5
+Release:        0
 Source0:        %{project_name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Prefix:         %{_prefix}
@@ -72,6 +73,7 @@
 %build
 make -C doc/html
 python setup.py build
+chmod -x examples/*.sh
 
 %install
 python setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--record-rpm=INSTALLED_FILES.in
@@ -85,6 +87,7 @@
 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 {} \;
+
 %find_lang %project_name
 
 %clean
@@ -92,6 +95,6 @@
 
 %files -f INSTALLED_FILES -f %project_name.lang
 %defattr(-,root,root)
-%doc examples doc/todo.txt doc/upgrading.txt doc/changelog.txt
+%doc examples doc/upgrading.txt doc/changelog.txt
 
 %changelog

++++++ LinkChecker-6.9.tar.bz2 -> LinkChecker-7.5.tar.bz2 ++++++
++++ 60326 lines of diff (skipped)

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

Reply via email to