Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lxqt-menu-data for openSUSE:Factory 
checked in at 2023-11-10 12:33:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-menu-data (Old)
 and      /work/SRC/openSUSE:Factory/.lxqt-menu-data.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxqt-menu-data"

Fri Nov 10 12:33:52 2023 rev:2 rq:1124848 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxqt-menu-data/lxqt-menu-data.changes    
2023-11-07 21:26:02.462812248 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-menu-data.new.17445/lxqt-menu-data.changes 
2023-11-10 12:37:42.458225173 +0100
@@ -1,0 +2,6 @@
+Fri Nov 10 10:41:55 UTC 2023 - Michael Vetter <mvet...@suse.com>
+
+- Update to 1.4.1:
+  * Made arch independent
+
+-------------------------------------------------------------------

Old:
----
  lxqt-menu-data-1.4.0.tar.xz
  lxqt-menu-data-1.4.0.tar.xz.asc

New:
----
  lxqt-menu-data-1.4.1.tar.xz
  lxqt-menu-data-1.4.1.tar.xz.asc

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

Other differences:
------------------
++++++ lxqt-menu-data.spec ++++++
--- /var/tmp/diff_new_pack.Ycdz7h/_old  2023-11-10 12:37:44.130287058 +0100
+++ /var/tmp/diff_new_pack.Ycdz7h/_new  2023-11-10 12:37:44.142287502 +0100
@@ -17,17 +17,17 @@
 
 
 Name:           lxqt-menu-data
-Version:        1.4.0 
+Version:        1.4.1
 Release:        0
 Summary:        FD.O compliant menu files for LXQt
 License:        LGPL-2.1-or-later
-URL:            http://github.com/lxqt/lxqt-menu-data
+URL:            https://github.com/lxqt/lxqt-menu-data
 Source0:        
https://github.com/lxqt/lxqt-menu-data/releases/download/%{version}/%{name}-%{version}.tar.xz
 Source1:       
https://github.com/lxqt/lxqt-menu-data/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
-BuildArch:     noarch
 BuildRequires:  cmake >= 3.1.0
-BuildRequires:  cmake(Qt5LinguistTools)
 BuildRequires:  lxqt-build-tools-devel >= 0.13.0
+BuildRequires:  cmake(Qt5LinguistTools)
+BuildArch:      noarch
 
 %description
 Freedesktop.org compliant menu files for LXQt Panel, Configuration Center and 
PCManFM-Qt/libfm-qt.
@@ -35,9 +35,9 @@
 %package -n %{name}-devel
 Summary:       Development files for %{name}
 Group:         Development/Libraries/C and C++
-BuildArch:     noarch
 Requires:      %{name} >= %{version}
 Requires:      cmake
+BuildArch:      noarch
 
 %description -n %{name}-devel
 lxqt-menu-data libraries for development

++++++ lxqt-menu-data-1.4.0.tar.xz -> lxqt-menu-data-1.4.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-menu-data-1.4.0/CHANGELOG 
new/lxqt-menu-data-1.4.1/CHANGELOG
--- old/lxqt-menu-data-1.4.0/CHANGELOG  2023-11-05 12:00:33.000000000 +0100
+++ new/lxqt-menu-data-1.4.1/CHANGELOG  2023-11-10 09:46:37.000000000 +0100
@@ -1,3 +1,7 @@
+lxqt-menu-data-1.4.1 / 2023-11-10
+=================================
+ * Made the package arch independent.
+
 lxqt-menu-data-1.4.0 / 2023-11-05
-============================
+=================================
  * The first release, to replace lxmenu-data.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-menu-data-1.4.0/CMakeLists.txt 
new/lxqt-menu-data-1.4.1/CMakeLists.txt
--- old/lxqt-menu-data-1.4.0/CMakeLists.txt     2023-11-05 12:00:33.000000000 
+0100
+++ new/lxqt-menu-data-1.4.1/CMakeLists.txt     2023-11-10 09:46:37.000000000 
+0100
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 # CMP0000: Call the cmake_minimum_required() command at the beginning of the 
top-level
 # CMakeLists.txt file even before calling the project() command.
 # The cmake_minimum_required(VERSION) command implicitly invokes the 
cmake_policy(VERSION)
@@ -15,7 +15,7 @@
 # Version
 set(LXQT_MENU_DATA_MAJOR_VERSION 1)
 set(LXQT_MENU_DATA_MINOR_VERSION 4)
-set(LXQT_MENU_DATA_PATCH_VERSION 0)
+set(LXQT_MENU_DATA_PATCH_VERSION 1)
 set(LXQT_MENU_DATA_VERSION 
${LXQT_MENU_DATA_MAJOR_VERSION}.${LXQT_MENU_DATA_MINOR_VERSION}.${LXQT_MENU_DATA_PATCH_VERSION})
 
 include(LXQtConfigVars)
@@ -36,6 +36,7 @@
     "${CMAKE_BINARY_DIR}/${LXQT_MENU_DATA_CMAKE_NAME}-config-version.cmake"
     VERSION ${LXQT_MENU_DATA_VERSION}
     COMPATIBILITY AnyNewerVersion
+    ARCH_INDEPENDENT
 )
 
 install(FILES

Reply via email to