Hello community, here is the log from the commit of package kapidox for openSUSE:Factory checked in at 2019-05-02 19:16:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kapidox (Old) and /work/SRC/openSUSE:Factory/.kapidox.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kapidox" Thu May 2 19:16:26 2019 rev:64 rq:695199 version:5.57.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kapidox/kapidox.changes 2019-03-22 15:07:20.185496135 +0100 +++ /work/SRC/openSUSE:Factory/.kapidox.new.5148/kapidox.changes 2019-05-02 19:16:30.141328144 +0200 @@ -1,0 +2,10 @@ +Sun Apr 14 20:21:41 UTC 2019 - lbeltrame@kde.org + +- Update to 5.57.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.57.0.php +- Changes since 5.56.0: + * Update URLs to use https + +------------------------------------------------------------------- Old: ---- kapidox-5.56.0.tar.xz New: ---- kapidox-5.57.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kapidox.spec ++++++ --- /var/tmp/diff_new_pack.1fz3NA/_old 2019-05-02 19:16:30.849329446 +0200 +++ /var/tmp/diff_new_pack.1fz3NA/_new 2019-05-02 19:16:30.853329453 +0200 @@ -16,13 +16,13 @@ # -%define _tar_path 5.56 +%define _tar_path 5.57 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} Name: kapidox -Version: 5.56.0 +Version: 5.57.0 Release: 0 Summary: Scripts and data for building API documentation License: BSD-2-Clause ++++++ kapidox-5.56.0.tar.xz -> kapidox-5.57.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.56.0/CMakeLists.txt new/kapidox-5.57.0/CMakeLists.txt --- old/kapidox-5.56.0/CMakeLists.txt 2019-02-09 14:05:48.000000000 +0100 +++ new/kapidox-5.57.0/CMakeLists.txt 2019-03-25 19:39:33.000000000 +0100 @@ -21,7 +21,7 @@ # # Note that if(\$ENV{DESTDIR}) always fails, regardless of the value of the DESTDIR # environment variable, hence the STREQUAL test. -# See http://public.kitware.com/Bug/view.php?id=14737 +# See https://public.kitware.com/Bug/view.php?id=14737 install(CODE "set(_root_arg) if (NOT \$ENV{DESTDIR} STREQUAL \"\") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.56.0/README.md new/kapidox-5.57.0/README.md --- old/kapidox-5.56.0/README.md 2019-02-09 14:05:48.000000000 +0100 +++ new/kapidox-5.57.0/README.md 2019-03-25 19:39:33.000000000 +0100 @@ -31,7 +31,7 @@ To generate the dependency diagrams, you need the Graphviz Python bindings. They are currently not available from pip, but most distributions provide them. You can get binaries and source archives from -<http://www.graphviz.org/Download.php>. +<https://www.graphviz.org/download/>. ## Installation @@ -48,8 +48,8 @@ ## Writing documentation Writing dox is beyond the scope of this documentation -- see the notes at -<http://community.kde.org/Policies/Library_Documentation_Policy> and the [doxygen -manual](http://www.stack.nl/~dimitri/doxygen/manual/). +<https://community.kde.org/Frameworks/Frameworks_Documentation_Policy> and the [doxygen +manual](http://doxygen.nl/manual/docblocks.html). However, the script expects certain things to be present in the directory it is run on. @@ -130,4 +130,4 @@ ## Examples of generated pages: -- KDE API documentation: <http://api.kde.org/> +- KDE API documentation: <https://api.kde.org/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.56.0/docs/metainfo_syntax.md new/kapidox-5.57.0/docs/metainfo_syntax.md --- old/kapidox-5.56.0/docs/metainfo_syntax.md 2019-02-09 14:05:48.000000000 +0100 +++ new/kapidox-5.57.0/docs/metainfo_syntax.md 2019-03-25 19:39:33.000000000 +0100 @@ -53,7 +53,7 @@ description: Providing everything from simple utility classes to .. logo: relative/path/to/logo.png long_description: # optional, one item per paragraph, html authorized - - The KDE Frameworks build on the <a href="http://www.qt.io">Qt + - The KDE Frameworks build on the <a href="https://www.qt.io">Qt framework</a>, providing everything from simple utility classes (such as those in KCoreAddons) to integrated solutions for common requirements of desktop applications (such as KNewStuff, for fetching downloadable add-on diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.56.0/setup.py new/kapidox-5.57.0/setup.py --- old/kapidox-5.56.0/setup.py 2019-02-09 14:05:48.000000000 +0100 +++ new/kapidox-5.57.0/setup.py 2019-03-25 19:39:33.000000000 +0100 @@ -6,7 +6,7 @@ setup( name='kapidox', - version='5.56.0', + version='5.57.0', description='KDE API documentation generation tools', maintainer = 'Olivier Churlaud', maintainer_email = 'olivier@churlaud.com', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.56.0/src/kapidox/argparserutils.py new/kapidox-5.57.0/src/kapidox/argparserutils.py --- old/kapidox-5.56.0/src/kapidox/argparserutils.py 2019-02-09 14:05:48.000000000 +0100 +++ new/kapidox-5.57.0/src/kapidox/argparserutils.py 2019-03-25 19:39:33.000000000 +0100 @@ -59,7 +59,7 @@ if args.depdiagram_dot_dir and not depdiagram_available: logging.error('You need to install the Graphviz Python bindings to ' 'generate dependency diagrams.\n' - 'See <http://www.graphviz.org/Download.php>.') + 'See <https://www.graphviz.org/download/>.') exit(1) if not os.path.isdir(args.sourcesdir): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.56.0/src/kapidox/data/Doxyfile.global new/kapidox-5.57.0/src/kapidox/data/Doxyfile.global --- old/kapidox-5.56.0/src/kapidox/data/Doxyfile.global 2019-02-09 14:05:48.000000000 +0100 +++ new/kapidox-5.57.0/src/kapidox/data/Doxyfile.global 2019-03-25 19:39:33.000000000 +0100 @@ -1,5 +1,5 @@ # Default settings for KDE projects -# See http://www.stack.nl/~dimitri/doxygen/manual/config.html for help +# See http://www.doxygen.nl/manual/config.html for help QUIET = YES @@ -31,13 +31,13 @@ "FIXME=\xrefitem fixme \"Fixme\" \"Fixme\"" \ "bc=\xrefitem bc \"Binary Compatible\" \"Binary Compatible\"" \ "threadsafe=\xrefitem threadsafe \"Threadsafe\" \"Threadsafe\"" \ - "artistic=<a href=\"http://www.opensource.org/licenses/artistic-license.php\">Artistic</a>" \ - "bsd=<a href=\"http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5\">BSD</a>" \ - "x11=<a href=\"http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3\">X11</a>" \ - "gpl=<a href=\"http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC1\">GPLv2</a>" \ - "lgpl=<a href=\"http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html#SEC1\">LGPLv2</a>" \ - "mit=<a href=\"http://www.opensource.org/licenses/mit-license.php\">MIT</a>" \ - "qpl=<a href=\"http://doc.trolltech.com/3.0/license.html\">QPL</a>" + "artistic=<a href=\"https://www.opensource.org/licenses/artistic-license.php\">Artistic</a>" \ + "bsd=<a href=\"https://www.xfree86.org/3.3.6/COPYRIGHT2.html#5\">BSD</a>" \ + "x11=<a href=\"https://www.xfree86.org/3.3.6/COPYRIGHT2.html#3\">X11</a>" \ + "gpl=<a href=\"https://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC1\">GPLv2</a>" \ + "lgpl=<a href=\"https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html#SEC1\">LGPLv2</a>" \ + "mit=<a href=\"https://www.opensource.org/licenses/mit-license.php\">MIT</a>" \ + "qpl=<a href=\"https://opensource.org/licenses/QPL-1.0\">QPL</a>" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.56.0/src/kapidox/data/htmlresource/kde.css new/kapidox-5.57.0/src/kapidox/data/htmlresource/kde.css --- old/kapidox-5.56.0/src/kapidox/data/htmlresource/kde.css 2019-02-09 14:05:48.000000000 +0100 +++ new/kapidox-5.57.0/src/kapidox/data/htmlresource/kde.css 2019-03-25 19:39:33.000000000 +0100 @@ -2,7 +2,7 @@ ** HTML elements */ body { - background: url("http://cdn.kde.org/img/bg.png") repeat; + background: url("https://cdn.kde.org/img/bg.png") repeat; margin: 0px; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.56.0/src/kapidox/data/templates/base.html new/kapidox-5.57.0/src/kapidox/data/templates/base.html --- old/kapidox-5.56.0/src/kapidox/data/templates/base.html 2019-02-09 14:05:48.000000000 +0100 +++ new/kapidox-5.57.0/src/kapidox/data/templates/base.html 2019-03-25 19:39:33.000000000 +0100 @@ -15,7 +15,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> - <link rel="meta" href="http://www.kde.org/labels.rdf" type="application/rdf+xml" title="ICRA labels" /> + <link rel="meta" href="https://www.kde.org/labels.rdf" type="application/rdf+xml" title="ICRA labels" /> <meta name="trademark" content="KDE e.V." /> <meta name="description" content="KDE products API documentation" /> <meta name="MSSmartTagsPreventParsing" content="true" /> @@ -67,8 +67,8 @@ </ol> <ul class="nav navbar-nav navbar-right"> - <li><a href="http://www.kde.org/">KDE Home</a></li> - <li><a href="http://kde.org/contact/">Contact Us</a></li> + <li><a href="https://www.kde.org/">KDE Home</a></li> + <li><a href="https://kde.org/contact/">Contact Us</a></li> </ul> </div> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.56.0/src/kapidox/data/templates/footer.html new/kapidox-5.57.0/src/kapidox/data/templates/footer.html --- old/kapidox-5.56.0/src/kapidox/data/templates/footer.html 2019-02-09 14:05:48.000000000 +0100 +++ new/kapidox-5.57.0/src/kapidox/data/templates/footer.html 2019-03-25 19:39:33.000000000 +0100 @@ -1,3 +1,3 @@ <p>Report problems with this website to <a href="https://go.kde.org/u/systickets">our bug tracking system</a>.<br /> Contact the specific authors with questions and comments about the page contents.<p> -<p>KDE<sup>®</sup> and <a href="/media/images/kde_gear_black.png">the K Desktop Environment<sup>®</sup> logo</a> are registered trademarks of <a href="http://ev.kde.org/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> | <a href="http://www.kde.org/contact/impressum.php">Legal</a></p> +<p>KDE<sup>®</sup> and <a href="/media/images/kde_gear_black.png">the K Desktop Environment<sup>®</sup> logo</a> are registered trademarks of <a href="https://ev.kde.org/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> | <a href="https://www.kde.org/contact/impressum.php">Legal</a></p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.56.0/src/kapidox/data/templates/frontpage-sidebar.html new/kapidox-5.57.0/src/kapidox/data/templates/frontpage-sidebar.html --- old/kapidox-5.56.0/src/kapidox/data/templates/frontpage-sidebar.html 2019-02-09 14:05:48.000000000 +0100 +++ new/kapidox-5.57.0/src/kapidox/data/templates/frontpage-sidebar.html 2019-03-25 19:39:33.000000000 +0100 @@ -13,8 +13,8 @@ </div> <div class="menu-content"> <ul> - <li><a href="http://api.kde.org/other.php">Other KDE Software</a></li> - <li><a href="http://api.kde.org/ecm/">Extra CMake Modules</a></li> + <li><a href="https://api.kde.org/other.php">Other KDE Software</a></li> + <li><a href="https://api.kde.org/ecm/">Extra CMake Modules</a></li> </ul> </div> </div> @@ -24,9 +24,9 @@ </div> <div class="menu-content"> <ul> - <li><a href="http://api.kde.org/cmake/modules.html">KDE CMake Modules</a></li> - <li><a href="http://api.kde.org/history4.php">KDE4 Versions</a></li> - <li><a href="http://api.kde.org/history.php">KDE3 and older versions</a></li> + <li><a href="https://api.kde.org/cmake/modules.html">KDE CMake Modules</a></li> + <li><a href="https://api.kde.org/history4.php">KDE4 Versions</a></li> + <li><a href="https://api.kde.org/history.php">KDE3 and older versions</a></li> <ul> </div> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.56.0/src/kapidox/data/templates/library.html new/kapidox-5.57.0/src/kapidox/data/templates/library.html --- old/kapidox-5.56.0/src/kapidox/data/templates/library.html 2019-02-09 14:05:48.000000000 +0100 +++ new/kapidox-5.57.0/src/kapidox/data/templates/library.html 2019-03-25 19:39:33.000000000 +0100 @@ -6,7 +6,7 @@ {% if classname %} <ul class="additional_info"> - <li><a href="http://lxr.kde.org/ident?v=kf5-qt5&_i={{ classname }}">View on LXR</a></li> + <li><a href="https://lxr.kde.org/ident?v=kf5-qt5&_i={{ classname }}">View on LXR</a></li> </ul> {% endif %} @@ -19,7 +19,7 @@ <a href="http://www.doxygen.org/">doxygen</a> {{ dox.doxygenversion }} written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>, © 1997-2006 <p> - KDE's <a href="http://community.kde.org/Policies/Library_Documentation_Policy">Doxygen guidelines</a> are available online. + KDE's <a href="https://community.kde.org/Frameworks/Frameworks_Documentation_Policy">Doxygen guidelines</a> are available online. </p> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.56.0/src/kapidox_generate new/kapidox-5.57.0/src/kapidox_generate --- old/kapidox-5.56.0/src/kapidox_generate 2019-02-09 14:05:48.000000000 +0100 +++ new/kapidox-5.57.0/src/kapidox_generate 2019-03-25 19:39:33.000000000 +0100 @@ -75,7 +75,7 @@ overwrite=True): logging.debug("Falling back to using websvn to fetch " "identities file") - urlretrieve('http://websvn.kde.org/*checkout*/trunk/kde-common/accounts', + urlretrieve('https://websvn.kde.org/*checkout*/trunk/kde-common/accounts', cache_file) except Exception as e: if os.path.exists(cache_file):
participants (1)
-
root