commit lxqt-build-tools for openSUSE:Factory
Hello community, here is the log from the commit of package lxqt-build-tools for openSUSE:Factory checked in at 2020-11-04 18:27:50 Comparing /work/SRC/openSUSE:Factory/lxqt-build-tools (Old) and /work/SRC/openSUSE:Factory/.lxqt-build-tools.new.11331 (New) Package is "lxqt-build-tools" Wed Nov 4 18:27:50 2020 rev:7 rq:845993 version:0.8.0 Changes: --- /work/SRC/openSUSE:Factory/lxqt-build-tools/lxqt-build-tools.changes 2020-04-28 22:29:56.541481945 +0200 +++ /work/SRC/openSUSE:Factory/.lxqt-build-tools.new.11331/lxqt-build-tools.changes 2020-11-04 18:32:30.132133088 +0100 @@ -1,0 +2,9 @@ +Wed Nov 4 13:15:13 UTC 2020 - Michael Vetter + +- Update to 0.8.0: + * Removed version checks for some LXQt dependencies. + * Added a Fontconfig CMake find module. + * Suppressed warning about find_package_handle_standard_args +package name mismatch. + +--- Old: lxqt-build-tools-0.7.0.tar.xz lxqt-build-tools-0.7.0.tar.xz.asc New: lxqt-build-tools-0.8.0.tar.xz lxqt-build-tools-0.8.0.tar.xz.asc Other differences: -- ++ lxqt-build-tools.spec ++ --- /var/tmp/diff_new_pack.juCqVQ/_old 2020-11-04 18:32:30.756131705 +0100 +++ /var/tmp/diff_new_pack.juCqVQ/_new 2020-11-04 18:32:30.756131705 +0100 @@ -1,7 +1,7 @@ # # spec file for package lxqt-build-tools # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: lxqt-build-tools -Version:0.7.0 +Version:0.8.0 Release:0 Summary:Core build tools for LXQt License:BSD-3-Clause ++ lxqt-build-tools-0.7.0.tar.xz -> lxqt-build-tools-0.8.0.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-build-tools-0.7.0/CHANGELOG new/lxqt-build-tools-0.8.0/CHANGELOG --- old/lxqt-build-tools-0.7.0/CHANGELOG2020-04-21 19:02:33.0 +0200 +++ new/lxqt-build-tools-0.8.0/CHANGELOG2020-10-30 14:17:17.0 +0100 @@ -1,3 +1,9 @@ +lxqt-build-tools-0.8.0 / 2020-11-01 +=== + * Removed version checks for some LXQt dependencies. + * Added a Fontconfig CMake find module. + * Suppressed warning about find_package_handle_standard_args package name mismatch. + lxqt-build-tools-0.7.0 / 2020-04-21 === * Bump version to 0.7.0. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-build-tools-0.7.0/CMakeLists.txt new/lxqt-build-tools-0.8.0/CMakeLists.txt --- old/lxqt-build-tools-0.7.0/CMakeLists.txt 2020-04-21 19:02:33.0 +0200 +++ new/lxqt-build-tools-0.8.0/CMakeLists.txt 2020-10-30 14:17:17.0 +0100 @@ -9,17 +9,10 @@ option(WITH_XDG_DIRS_FALLBACK "Use our XDG_CONFIG_DIRS fallback" ON) set(LXQT_BUILD_TOOLS_MAJOR_VERSION 0) -set(LXQT_BUILD_TOOLS_MINOR_VERSION 7) +set(LXQT_BUILD_TOOLS_MINOR_VERSION 8) set(LXQT_BUILD_TOOLS_PATCH_VERSION 0) set(LXQT_BUILD_TOOLS_VERSION ${LXQT_BUILD_TOOLS_MAJOR_VERSION}.${LXQT_BUILD_TOOLS_MINOR_VERSION}.${LXQT_BUILD_TOOLS_PATCH_VERSION}) - -# Check for needed versions -# We need at least Qt 5.10.0 and glib-2.0 >= 2.50 to build all LXQt parts -find_package(PkgConfig REQUIRED) -find_package(Qt5Core "5.10.0" REQUIRED) -pkg_check_modules(GLIB2 glib-2.0>=2.50 REQUIRED) - include(CMakePackageConfigHelpers) include(GNUInstallDirs) # Standard directories for installation include(cmake/FindInstallConfigPath.cmake) # sets LXQT_ETC_XDG_DIR, if unset diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-build-tools-0.7.0/cmake/find-modules/FindFontconfig.cmake new/lxqt-build-tools-0.8.0/cmake/find-modules/FindFontconfig.cmake --- old/lxqt-build-tools-0.7.0/cmake/find-modules/FindFontconfig.cmake 1970-01-01 01:00:00.0 +0100 +++ new/lxqt-build-tools-0.8.0/cmake/find-modules/FindFontconfig.cmake 2020-10-30 14:17:17.0 +0100 @@ -0,0 +1,97 @@ +#.rst: +# FindFontconfig +# -- +# +# Try to find Fontconfig. +# Once done this will define the following variables: +# +# ``Fontconfig_FOUND`` +# True if Fontconfig is available +# ``Fontconfig_INCLUDE_DIRS`` +# The include directory to use for the Fontconfig headers +# ``Fontconfig_LIBRARIES`` +# The Fontconfig libraries for linking +# ``Fontconfig_DEFINITIONS`` +# Compiler switches required for using Fontconfig +# ``Fontconfig_VERSION`` +# The version of Fontconfig that has been found +# +# If
commit lxqt-build-tools for openSUSE:Factory
Hello community, here is the log from the commit of package lxqt-build-tools for openSUSE:Factory checked in at 2020-04-28 22:29:53 Comparing /work/SRC/openSUSE:Factory/lxqt-build-tools (Old) and /work/SRC/openSUSE:Factory/.lxqt-build-tools.new.2738 (New) Package is "lxqt-build-tools" Tue Apr 28 22:29:53 2020 rev:6 rq:797664 version:0.7.0 Changes: --- /work/SRC/openSUSE:Factory/lxqt-build-tools/lxqt-build-tools.changes 2019-02-25 17:49:15.826811242 +0100 +++ /work/SRC/openSUSE:Factory/.lxqt-build-tools.new.2738/lxqt-build-tools.changes 2020-04-28 22:29:56.541481945 +0200 @@ -1,0 +2,8 @@ +Fri Apr 24 19:41:58 UTC 2020 - Callum Farmer + +- Update to version 0.7.0 + * String casts are forbidden explicitly. + * CMake find modules are added for some xdg-utils tools. + * The minimum Qt version is incremented to 5.10. + +--- Old: lxqt-build-tools-0.6.0.tar.xz lxqt-build-tools-0.6.0.tar.xz.asc New: lxqt-build-tools-0.7.0.tar.xz lxqt-build-tools-0.7.0.tar.xz.asc Other differences: -- ++ lxqt-build-tools.spec ++ --- /var/tmp/diff_new_pack.ItLBU6/_old 2020-04-28 22:29:57.405483558 +0200 +++ /var/tmp/diff_new_pack.ItLBU6/_new 2020-04-28 22:29:57.405483558 +0200 @@ -1,7 +1,7 @@ # # spec file for package lxqt-build-tools # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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 @@ -17,17 +17,17 @@ Name: lxqt-build-tools -Version:0.6.0 +Version:0.7.0 Release:0 Summary:Core build tools for LXQt License:BSD-3-Clause Group: Development/Libraries/C and C++ URL:http://www.lxqt.org -Source: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz -Source1: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc +Source: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz +Source1: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc BuildRequires: cmake >= 3.1.0 BuildRequires: pkgconfig -BuildRequires: pkgconfig(Qt5Core) >= 5.7.1 +BuildRequires: pkgconfig(Qt5Core) >= 5.10 BuildRequires: pkgconfig(glib-2.0) >= 2.50 BuildArch: noarch ++ lxqt-build-tools-0.6.0.tar.xz -> lxqt-build-tools-0.7.0.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-build-tools-0.6.0/CHANGELOG new/lxqt-build-tools-0.7.0/CHANGELOG --- old/lxqt-build-tools-0.6.0/CHANGELOG2019-01-24 22:40:14.0 +0100 +++ new/lxqt-build-tools-0.7.0/CHANGELOG2020-04-21 19:02:33.0 +0200 @@ -1,3 +1,14 @@ +lxqt-build-tools-0.7.0 / 2020-04-21 +=== + * Bump version to 0.7.0. + * Initial support for Xcode (AppleClang and ld64). + * Added a section for settings related to CMake build. + * Set C++ extensions to be disabled. + * Forbid string casts in LXQtCompilerSettings. + * Added a FindClazy CMake module. + * Enabled Clazy option when building with clang. + * Adds CMake find modules for some xdg-utils tools. + * The minimum Qt version is bumped to 5.10.0. lxqt-build-tools-0.6.0 / 2018-01-25 === diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-build-tools-0.6.0/CMakeLists.txt new/lxqt-build-tools-0.7.0/CMakeLists.txt --- old/lxqt-build-tools-0.6.0/CMakeLists.txt 2019-01-24 22:40:14.0 +0100 +++ new/lxqt-build-tools-0.7.0/CMakeLists.txt 2020-04-21 19:02:33.0 +0200 @@ -9,15 +9,15 @@ option(WITH_XDG_DIRS_FALLBACK "Use our XDG_CONFIG_DIRS fallback" ON) set(LXQT_BUILD_TOOLS_MAJOR_VERSION 0) -set(LXQT_BUILD_TOOLS_MINOR_VERSION 6) +set(LXQT_BUILD_TOOLS_MINOR_VERSION 7) set(LXQT_BUILD_TOOLS_PATCH_VERSION 0) set(LXQT_BUILD_TOOLS_VERSION ${LXQT_BUILD_TOOLS_MAJOR_VERSION}.${LXQT_BUILD_TOOLS_MINOR_VERSION}.${LXQT_BUILD_TOOLS_PATCH_VERSION}) # Check for needed versions -# We need at least Qt 5.7.1 and glib-2.0 >= 2.50 to build all LXQt parts +# We need at least Qt 5.10.0 and glib-2.0 >= 2.50 to build all LXQt parts find_package(PkgConfig REQUIRED) -find_package(Qt5Core "5.7.1" REQUIRED) +find_package(Qt5Core "5.10.0" REQUIRED) pkg_check_modules(GLIB2 glib-2.0>=2.50 REQUIRED) include(CMakePackageConfigHelpers) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
commit lxqt-build-tools for openSUSE:Factory
Hello community, here is the log from the commit of package lxqt-build-tools for openSUSE:Factory checked in at 2019-02-25 17:49:12 Comparing /work/SRC/openSUSE:Factory/lxqt-build-tools (Old) and /work/SRC/openSUSE:Factory/.lxqt-build-tools.new.28833 (New) Package is "lxqt-build-tools" Mon Feb 25 17:49:12 2019 rev:5 rq:670382 version:0.6.0 Changes: --- /work/SRC/openSUSE:Factory/lxqt-build-tools/lxqt-build-tools.changes 2018-06-29 22:31:34.690247503 +0200 +++ /work/SRC/openSUSE:Factory/.lxqt-build-tools.new.28833/lxqt-build-tools.changes 2019-02-25 17:49:15.826811242 +0100 @@ -1,0 +2,10 @@ +Thu Jan 31 09:59:32 UTC 2019 - Michael Vetter + +- Update to 0.6.0: + * Introduced lxqt-transupdate for translation updates + * Set cmake_minimum_required to 3.1.0 + * Consider QT_SELECT - some distributions use this tool + * Drop 0X and 11 support, require c++14 + * Removed obsolete FindFm module + +--- Old: lxqt-build-tools-0.5.0.tar.xz lxqt-build-tools-0.5.0.tar.xz.asc New: lxqt-build-tools-0.6.0.tar.xz lxqt-build-tools-0.6.0.tar.xz.asc Other differences: -- ++ lxqt-build-tools.spec ++ --- /var/tmp/diff_new_pack.ySH9yc/_old 2019-02-25 17:49:16.382811015 +0100 +++ /var/tmp/diff_new_pack.ySH9yc/_new 2019-02-25 17:49:16.390811011 +0100 @@ -1,7 +1,7 @@ # # spec file for package lxqt-build-tools # -# Copyright (c) 2018 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,23 +12,23 @@ # 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/ # Name: lxqt-build-tools -Version:0.5.0 +Version:0.6.0 Release:0 Summary:Core build tools for LXQt License:BSD-3-Clause Group: Development/Libraries/C and C++ -Url:http://www.lxqt.org +URL:http://www.lxqt.org Source: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz Source1: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc -BuildRequires: cmake >= 3.0.2 +BuildRequires: cmake >= 3.1.0 +BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5Core) >= 5.7.1 BuildRequires: pkgconfig(glib-2.0) >= 2.50 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description @@ -56,8 +56,9 @@ %cmake_install %files devel -%defattr (-,root,root) -%doc AUTHORS BSD-3-Clause CHANGELOG README.md +%doc AUTHORS CHANGELOG README.md +%license BSD-3-Clause %{_datadir}/cmake/ +%{_bindir}/lxqt-transupdate %changelog ++ lxqt-build-tools-0.5.0.tar.xz -> lxqt-build-tools-0.6.0.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-build-tools-0.5.0/CHANGELOG new/lxqt-build-tools-0.6.0/CHANGELOG --- old/lxqt-build-tools-0.5.0/CHANGELOG2018-05-21 19:06:51.0 +0200 +++ new/lxqt-build-tools-0.6.0/CHANGELOG2019-01-24 22:40:14.0 +0100 @@ -1,4 +1,22 @@ +lxqt-build-tools-0.6.0 / 2018-01-25 +=== + + * Bump version to 0.6.0 + * Don't use automatic string conversions + * Introduced lxqt-transupdate for translation updates + * Improved cmake scripting +- Set cmake_minimum_required to 3.1.0 +- Consider QT_SELECT - some distributions use this tool +- Drop 0X and 11 support, require c++14 +- Remvoed QUIET from any finds +- Cleaned up LXQtTranslateTs module +- Removed translation pulling and cleanup external repos + after translations moved back to their original repos +- Remove link-time optimization for gcc since it breaks + qobject_cast() in some cases. +- Removed obsolete FindFm module + lxqt-build-tools-0.5.0 / 2018-05-21 === diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-build-tools-0.5.0/CMakeLists.txt new/lxqt-build-tools-0.6.0/CMakeLists.txt --- old/lxqt-build-tools-0.5.0/CMakeLists.txt 2018-05-21 19:06:51.0 +0200 +++ new/lxqt-build-tools-0.6.0/CMakeLists.txt 2019-01-24 22:40:14.0 +0100 @@ -1,11 +1,15 @@ +cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +# CMP: Call the cmake_minimum_required() command at the beginning of the top-level +#
commit lxqt-build-tools for openSUSE:Factory
Hello community, here is the log from the commit of package lxqt-build-tools for openSUSE:Factory checked in at 2018-06-29 22:30:55 Comparing /work/SRC/openSUSE:Factory/lxqt-build-tools (Old) and /work/SRC/openSUSE:Factory/.lxqt-build-tools.new (New) Package is "lxqt-build-tools" Fri Jun 29 22:30:55 2018 rev:4 rq:618050 version:0.5.0 Changes: --- /work/SRC/openSUSE:Factory/lxqt-build-tools/lxqt-build-tools.changes 2017-10-24 22:23:03.705300621 +0200 +++ /work/SRC/openSUSE:Factory/.lxqt-build-tools.new/lxqt-build-tools.changes 2018-06-29 22:31:34.690247503 +0200 @@ -1,0 +2,10 @@ +Tue May 22 14:00:41 UTC 2018 - mvet...@suse.com + +- Update to 0.5.0: + * LXQtCompilerSettings: Set CMAKE_C_VISIBILITY_PRESET to hidden + * Don’t allow Qt foreach/Q_FOREACH + * Require Qt 5.7.1 + * Adds a FindXKBCommon CMake module + * Adds ECMFindModuleHelpers CMake module + +--- Old: lxqt-build-tools-0.4.0.tar.xz lxqt-build-tools-0.4.0.tar.xz.asc New: lxqt-build-tools-0.5.0.tar.xz lxqt-build-tools-0.5.0.tar.xz.asc Other differences: -- ++ lxqt-build-tools.spec ++ --- /var/tmp/diff_new_pack.LDNg0V/_old 2018-06-29 22:31:35.178247130 +0200 +++ /var/tmp/diff_new_pack.LDNg0V/_new 2018-06-29 22:31:35.178247130 +0200 @@ -1,7 +1,7 @@ # # spec file for package lxqt-build-tools # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -17,7 +17,7 @@ Name: lxqt-build-tools -Version:0.4.0 +Version:0.5.0 Release:0 Summary:Core build tools for LXQt License:BSD-3-Clause @@ -26,7 +26,7 @@ Source: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz Source1: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc BuildRequires: cmake >= 3.0.2 -BuildRequires: pkgconfig(Qt5Core) >= 5.6.1 +BuildRequires: pkgconfig(Qt5Core) >= 5.7.1 BuildRequires: pkgconfig(glib-2.0) >= 2.50 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch ++ lxqt-build-tools-0.4.0.tar.xz -> lxqt-build-tools-0.5.0.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-build-tools-0.4.0/AUTHORS new/lxqt-build-tools-0.5.0/AUTHORS --- old/lxqt-build-tools-0.4.0/AUTHORS 2017-09-22 23:29:22.0 +0200 +++ new/lxqt-build-tools-0.5.0/AUTHORS 2018-05-21 19:06:51.0 +0200 @@ -1,5 +1,5 @@ Upstream Authors: -LXQt team: http://lxqt.org +LXQt team: https://lxqt.org Razor team: http://razor-qt.org Luís Pereira Alexander Sokolov diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-build-tools-0.4.0/CHANGELOG new/lxqt-build-tools-0.5.0/CHANGELOG --- old/lxqt-build-tools-0.4.0/CHANGELOG2017-09-22 23:29:22.0 +0200 +++ new/lxqt-build-tools-0.5.0/CHANGELOG2018-05-21 19:06:51.0 +0200 @@ -1,7 +1,24 @@ -lxqt-build-tools-0.4.0 / 2017-09-22 +lxqt-build-tools-0.5.0 / 2018-05-21 === + * Bump version to 0.5.0 + * Prevent in-source builds + * Adds an PreventInSourceBuilds module + * http --> https + * Fixed some LXDE mentions + * LXQtCompilerSettings: Set CMAKE_C_VISIBILITY_PRESET to hidden + * Don't allow Qt foreach/Q_FOREACH + * Update CMakeLists.txt + * Require Qt 5.7.1 + * Adds a FindXKBCommon CMake module + * Adds ECMFindModuleHelpers CMake module + * Don't export github templates + +0.4.0 / 2017-09-22 +== + + * Release 0.4.0: Update changelog * Bump version to 0.4.0 * Added needed versions * remove version set from LXQtConfigVars.in diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-build-tools-0.4.0/CMakeLists.txt new/lxqt-build-tools-0.5.0/CMakeLists.txt --- old/lxqt-build-tools-0.4.0/CMakeLists.txt 2017-09-22 23:29:22.0 +0200 +++ new/lxqt-build-tools-0.5.0/CMakeLists.txt 2018-05-21 19:06:51.0 +0200 @@ -5,20 +5,21 @@ option(WITH_XDG_DIRS_FALLBACK "Use our XDG_CONFIG_DIRS fallback" ON) set(LXQT_BUILD_TOOLS_MAJOR_VERSION 0) -set(LXQT_BUILD_TOOLS_MINOR_VERSION 4) +set(LXQT_BUILD_TOOLS_MINOR_VERSION 5) set(LXQT_BUILD_TOOLS_PATCH_VERSION 0) set(LXQT_BUILD_TOOLS_VERSION ${LXQT_BUILD_TOOLS_MAJOR_VERSION}.${LXQT_BUILD_TOOLS_MINOR_VERSION}.${LXQT_BUILD_TOOLS_PATCH_VERSION}) # Check for needed versions -# We need at least
commit lxqt-build-tools for openSUSE:Factory
Hello community, here is the log from the commit of package lxqt-build-tools for openSUSE:Factory checked in at 2017-10-24 22:22:52 Comparing /work/SRC/openSUSE:Factory/lxqt-build-tools (Old) and /work/SRC/openSUSE:Factory/.lxqt-build-tools.new (New) Package is "lxqt-build-tools" Tue Oct 24 22:22:52 2017 rev:3 rq:535971 version:0.4.0 Changes: --- /work/SRC/openSUSE:Factory/lxqt-build-tools/lxqt-build-tools.changes 2017-06-21 13:58:07.411483183 +0200 +++ /work/SRC/openSUSE:Factory/.lxqt-build-tools.new/lxqt-build-tools.changes 2017-10-24 22:23:03.705300621 +0200 @@ -1,0 +2,14 @@ +Mon Oct 23 09:48:31 UTC 2017 - mvet...@suse.com + +- Update to 0.4.0: + * Bump version to 0.4.0 + * Added needed versions + * remove version set from LXQtConfigVars.in + * Move LXQt version to liblxqt + * Fixes a FTBFS with superbuild mode + * Adds a FindExif module + * LXQtCompilerSettings: Fixes a typo in diagnostics-color + * Adds (Ninja) colored diagnostics for GCC (>=4.9) + * Enable strict iterators for debug builds + +--- Old: lxqt-build-tools-0.3.2.tar.xz lxqt-build-tools-0.3.2.tar.xz.asc New: lxqt-build-tools-0.4.0.tar.xz lxqt-build-tools-0.4.0.tar.xz.asc Other differences: -- ++ lxqt-build-tools.spec ++ --- /var/tmp/diff_new_pack.LdHygH/_old 2017-10-24 22:23:04.297272950 +0200 +++ /var/tmp/diff_new_pack.LdHygH/_new 2017-10-24 22:23:04.301272762 +0200 @@ -17,7 +17,7 @@ Name: lxqt-build-tools -Version:0.3.2 +Version:0.4.0 Release:0 Summary:Core build tools for LXQt License:BSD-3-Clause @@ -26,7 +26,8 @@ Source: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz Source1: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc BuildRequires: cmake >= 3.0.2 -BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Core) >= 5.6.1 +BuildRequires: pkgconfig(glib-2.0) >= 2.50 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch ++ lxqt-build-tools-0.3.2.tar.xz -> lxqt-build-tools-0.4.0.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-build-tools-0.3.2/CHANGELOG new/lxqt-build-tools-0.4.0/CHANGELOG --- old/lxqt-build-tools-0.3.2/CHANGELOG2017-01-14 00:21:35.0 +0100 +++ new/lxqt-build-tools-0.4.0/CHANGELOG2017-09-22 23:29:22.0 +0200 @@ -1,7 +1,21 @@ -lxqt-build-tools-0.3.2 / 2017-01-14 +lxqt-build-tools-0.4.0 / 2017-09-22 === + * Bump version to 0.4.0 + * Added needed versions + * remove version set from LXQtConfigVars.in + * Move LXQt version to liblxqt + * Fixes a FTBFS with superbuild mode + * Adds a FindExif module + * LXQtCompilerSettings: Fixes a typo in diagnostics-color + * Adds (Ninja) colored diagnostics for GCC (>=4.9) + * Enable strict iterators for debug builds + +0.3.2 / 2017-01-14 +== + + * Release 0.3.2: Update changelog * Bump version to 0.3.2 - finally the build tools are arch: all (#15) * Warnings (#16) * Remove arched bits from version.cmake-file (#14) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-build-tools-0.3.2/CMakeLists.txt new/lxqt-build-tools-0.4.0/CMakeLists.txt --- old/lxqt-build-tools-0.3.2/CMakeLists.txt 2017-01-14 00:21:35.0 +0100 +++ new/lxqt-build-tools-0.4.0/CMakeLists.txt 2017-09-22 23:29:22.0 +0200 @@ -5,14 +5,16 @@ option(WITH_XDG_DIRS_FALLBACK "Use our XDG_CONFIG_DIRS fallback" ON) set(LXQT_BUILD_TOOLS_MAJOR_VERSION 0) -set(LXQT_BUILD_TOOLS_MINOR_VERSION 3) -set(LXQT_BUILD_TOOLS_PATCH_VERSION 2) +set(LXQT_BUILD_TOOLS_MINOR_VERSION 4) +set(LXQT_BUILD_TOOLS_PATCH_VERSION 0) set(LXQT_BUILD_TOOLS_VERSION ${LXQT_BUILD_TOOLS_MAJOR_VERSION}.${LXQT_BUILD_TOOLS_MINOR_VERSION}.${LXQT_BUILD_TOOLS_PATCH_VERSION}) -set(LXQT_MAJOR_VERSION 0) -set(LXQT_MINOR_VERSION 11) -set(LXQT_PATCH_VERSION 1) -set(LXQT_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_PATCH_VERSION}) + +# Check for needed versions +# We need at least Qt 5.6.1 and glib-2.0 >= 2.50 to build all LXQt parts +find_package(PkgConfig REQUIRED) +find_package(Qt5Core "5.6.1" REQUIRED) +pkg_check_modules(GLIB2 glib-2.0>=2.50 REQUIRED) include(CMakePackageConfigHelpers) include(GNUInstallDirs) # Standard directories for installation @@ -103,7 +105,7 @@ # The package version file is common to superbuild and installable mode configure_file( "${CMAKE_CURRENT_SOURCE_DIR}/lxqt-build-tools-config-version.cmake.in" -
commit lxqt-build-tools for openSUSE:Factory
Hello community, here is the log from the commit of package lxqt-build-tools for openSUSE:Factory checked in at 2017-06-21 13:58:05 Comparing /work/SRC/openSUSE:Factory/lxqt-build-tools (Old) and /work/SRC/openSUSE:Factory/.lxqt-build-tools.new (New) Package is "lxqt-build-tools" Wed Jun 21 13:58:05 2017 rev:2 rq:505135 version:0.3.2 Changes: --- /work/SRC/openSUSE:Factory/lxqt-build-tools/lxqt-build-tools.changes 2017-03-12 20:00:32.491119492 +0100 +++ /work/SRC/openSUSE:Factory/.lxqt-build-tools.new/lxqt-build-tools.changes 2017-06-21 13:58:07.411483183 +0200 @@ -1,0 +2,16 @@ +Tue Jun 20 14:55:29 UTC 2017 - alarr...@suse.com + +- Update to 0.3.2 + * Bump version to 0.3.2 - finally the build tools are arch: all (#15) + * Warnings (#16) + * Remove arched bits from version.cmake-file (#14) + * Fixed missing point in version string +- Update Source URLs + +--- +Sat Mar 4 19:20:45 UTC 2017 - sfal...@opensuse.org + +- Update Source URLs +- Normalize .spec file to match with version in X11:LXQt:git + +--- Old: lxqt-build-tools-0.3.1.tar.xz lxqt-build-tools-0.3.1.tar.xz.asc New: lxqt-build-tools-0.3.2.tar.xz lxqt-build-tools-0.3.2.tar.xz.asc Other differences: -- ++ lxqt-build-tools.spec ++ --- /var/tmp/diff_new_pack.VsojAx/_old 2017-06-21 13:58:08.067390662 +0200 +++ /var/tmp/diff_new_pack.VsojAx/_new 2017-06-21 13:58:08.067390662 +0200 @@ -1,7 +1,7 @@ # # spec file for package lxqt-build-tools # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,19 +17,18 @@ Name: lxqt-build-tools -Version:0.3.1 +Version:0.3.2 Release:0 Summary:Core build tools for LXQt License:BSD-3-Clause Group: Development/Libraries/C and C++ Url:http://www.lxqt.org -Source: http://downloads.lxqt.org/lxqt-build-tools/%{version}/%{name}-%{version}.tar.xz -Source1: http://downloads.lxqt.org/lxqt-build-tools/%{version}/%{name}-%{version}.tar.xz.asc +Source: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz +Source1: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc BuildRequires: cmake >= 3.0.2 -BuildRequires: fdupes -BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5Core) BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %description This package provides several tools needed to build LXQt itself as well as other components maintained by the LXQt project. @@ -46,7 +45,7 @@ These tools used to be spread over the repositories of various other components and were summarized to ease dependency management. So far many components, in particular [liblxqt](https://github.com/lxde/liblxqt), were representing a build dependency without being needed themselves but only because their repository was providing a subset of the tools which are now summarized here. So the use of this repository will reduce superfluous and bloated dependencies. %prep -%setup -q -n %{name}-%{version} +%setup -q %build %cmake -DPULL_TRANSLATIONS=No @@ -57,7 +56,7 @@ %files devel %defattr (-,root,root) +%doc AUTHORS BSD-3-Clause CHANGELOG README.md %{_datadir}/cmake/ -%doc BSD-3-Clause %changelog ++ lxqt-build-tools-0.3.1.tar.xz -> lxqt-build-tools-0.3.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-build-tools-0.3.1/CHANGELOG new/lxqt-build-tools-0.3.2/CHANGELOG --- old/lxqt-build-tools-0.3.1/CHANGELOG2017-01-01 22:46:43.0 +0100 +++ new/lxqt-build-tools-0.3.2/CHANGELOG2017-01-14 00:21:35.0 +0100 @@ -1,7 +1,15 @@ -lxqt-build-tools-0.3.1 / 2017-01-01 +lxqt-build-tools-0.3.2 / 2017-01-14 === + * Bump version to 0.3.2 - finally the build tools are arch: all (#15) + * Warnings (#16) + * Remove arched bits from version.cmake-file (#14) + +0.3.1 / 2017-01-01 +== + + * Release 0.3.1: Update changelog * Bump LXQT_PATCH_VERSION and build tools version (#13) * 32 64 bit ness (#12) * Use "gcc-ar" and "gcc-ranlib" tools when building static libs with gcc link-time optimization. (#11) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-build-tools-0.3.1/CMakeLists.txt