Hello community, here is the log from the commit of package linkchecker for openSUSE:Factory checked in at 2019-01-24 14:10:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linkchecker (Old) and /work/SRC/openSUSE:Factory/.linkchecker.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linkchecker" Thu Jan 24 14:10:10 2019 rev:25 rq:665673 version:9.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/linkchecker/linkchecker.changes 2016-01-22 01:10:31.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.linkchecker.new.28833/linkchecker.changes 2019-01-24 14:10:12.099584693 +0100 @@ -1,0 +2,34 @@ +Tue Jan 8 17:20:25 UTC 2019 - Jan Engelhardt <[email protected]> + +- Remove redundant %_prefix redefinition. +- Use noun phrase in summary. + +------------------------------------------------------------------- +Thu Jan 3 10:00:06 UTC 2019 - Enno Gotthold <[email protected]> + +- Corrected requires to general pyxdg + +------------------------------------------------------------------- +Thu Jan 3 08:17:00 UTC 2019 - Enno Gotthold <[email protected]> + +- Removed empty not needed lines in the description + +------------------------------------------------------------------- +Thu Jan 3 08:10:52 UTC 2019 - Enno Gotthold <[email protected]> + +- Removed dependencies for GUI + +------------------------------------------------------------------- +Wed Jan 2 08:52:17 UTC 2019 - Enno Gotthold <[email protected]> + +- Added new release 9.4.0 from the linkchecker project +- Changed the repository from wummel to the linkchecker group. +- Detatched the GUI to an own package. + +------------------------------------------------------------------- +Fri Dec 16 13:12:53 UTC 2016 - [email protected] + +- fix python-requests version check (bsc#1015996) +- recommend python-qt4 (bsc#1015997) + +------------------------------------------------------------------- Old: ---- LinkChecker-9.3.tar.gz New: ---- linkchecker-9.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linkchecker.spec ++++++ --- /var/tmp/diff_new_pack.eKkwzD/_old 2019-01-24 14:10:12.947583716 +0100 +++ /var/tmp/diff_new_pack.eKkwzD/_new 2019-01-24 14:10:12.951583712 +0100 @@ -1,7 +1,7 @@ # # spec file for package linkchecker # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,70 +12,55 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define project_name LinkChecker - Name: linkchecker -%define _prefix /usr -Url: http://linkchecker.sourceforge.net -Summary: Check Websites and HTML Documents for Broken Links -License: GPL-2.0+ -Group: Productivity/Networking/Web/Utilities -Version: 9.3 +Version: 9.4.0 Release: 0 -Source0: %{project_name}-%{version}.tar.gz +Summary: Tool to check websites and HTML documents for broken links +License: GPL-2.0-or-later +Group: Productivity/Networking/Web/Utilities +URL: https://linkchecker.github.io/linkchecker/ +Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -Prefix: %{_prefix} -BuildRequires: libqt4-devel-doc BuildRequires: python-cssutils BuildRequires: python-devel BuildRequires: python-optcomplete +BuildRequires: python-setuptools BuildRequires: python-xml BuildRequires: update-desktop-files Requires: python-cssutils +Requires: python-dnspython Requires: python-optcomplete +Requires: python-pyxdg Requires: python-requests Requires: tidy %py_requires %description LinkChecker checks websites and HTML documents for broken links. -Features are: +Features are: * recursive checking - * multithreaded - -* output in colored or normal text, HTML, SQL, CSV, XML or a sitemap - graph in different formats - -* HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Gopher, Telnet and - local file links support - -* restriction of link checking with regular expression filters for - URLs - +* output in colored or normal text, HTML, SQL, CSV, XML or a sitemap graph in different formats +* HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Gopher, Telnet and local file links support +* restriction of link checking with regular expression filters for URLs * proxy support - * username/password authorization for HTTP and FTP - * robots.txt exclusion protocol support - * i18n support - * a command line interface - * a (Fast)CGI web interface (requires HTTP server) %prep -%setup -q -n %{project_name}-%{version} +%setup -q -n %{name} cp -a doc/examples . %build -make -C doc/html +make -C doc python setup.py build chmod -x examples/*.sh @@ -90,14 +75,12 @@ mv %{buildroot}%{_datadir}/%{name}/examples ./ 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 +find %{buildroot}/%{_mandir} -name \*.1 -o -name \*.5 -exec gzip -9 {} + +pushd doc install -d -m 0755 %{buildroot}%{_datadir}/pixmaps -install -D -m 644 logo128x128.png logo16x16.png logo32x32.png logo48x48.png logo64x64.png %{buildroot}%{_datadir}/pixmaps +install -D -m 644 web/media/images/logo128x128.png web/media/images/logo16x16.png web/media/images/logo32x32.png web/media/images/logo48x48.png web/media/images/logo64x64.png %{buildroot}%{_datadir}/pixmaps popd -%suse_update_desktop_file -n linkchecker -%suse_update_desktop_file -n linkchecker-gui %find_lang %name %files -f INSTALLED_FILES -f %name.lang
