Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qterm for openSUSE:Factory checked 
in at 2021-05-13 22:18:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qterm (Old)
 and      /work/SRC/openSUSE:Factory/.qterm.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qterm"

Thu May 13 22:18:39 2021 rev:30 rq:892617 version:0.7.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/qterm/qterm.changes      2019-01-08 
12:30:56.176111430 +0100
+++ /work/SRC/openSUSE:Factory/.qterm.new.2988/qterm.changes    2021-05-13 
22:18:47.619535406 +0200
@@ -1,0 +2,8 @@
+Sat May  8 16:48:14 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Update to version 0.7.4
+  * No relevant changes
+- Add information about upstream issue to
+  qterm-qt5qcollectiongenerator.patch
+
+-------------------------------------------------------------------

Old:
----
  qterm-0.7.3.tar.gz

New:
----
  qterm-0.7.4.tar.gz

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

Other differences:
------------------
++++++ qterm.spec ++++++
--- /var/tmp/diff_new_pack.cYbAiY/_old  2021-05-13 22:18:48.095533750 +0200
+++ /var/tmp/diff_new_pack.cYbAiY/_new  2021-05-13 22:18:48.095533750 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qterm
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 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:           qterm
-Version:        0.7.3
+Version:        0.7.4
 Release:        0
 Summary:        QTerm is BBS client
 License:        GPL-2.0-or-later
@@ -51,7 +51,7 @@
 
 %build
 %cmake -DQT5=YES
-%make_jobs
+%make_build
 
 %install
 %cmake_install

++++++ qterm-0.7.3.tar.gz -> qterm-0.7.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterm-0.7.3/CMakeLists.txt 
new/qterm-0.7.4/CMakeLists.txt
--- old/qterm-0.7.3/CMakeLists.txt      2018-07-30 16:31:50.000000000 +0200
+++ new/qterm-0.7.4/CMakeLists.txt      2018-12-20 21:05:35.000000000 +0100
@@ -4,7 +4,7 @@
 cmake_minimum_required(VERSION 2.8.11 FATAL_ERROR)
 set(QTERM_VERSION_MAJOR 0)
 set(QTERM_VERSION_MINOR 7)
-set(QTERM_VERSION_RELEASE 3)
+set(QTERM_VERSION_RELEASE 4)
 set(QTERM_VERSION 
"${QTERM_VERSION_MAJOR}.${QTERM_VERSION_MINOR}.${QTERM_VERSION_RELEASE}" )
 set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
 
@@ -36,8 +36,14 @@
 
 IF(APPLE)
    SET (PROGRAME QTerm)
-   SET (MACOSX_BUNDLE_VERSION $QTERM_VERSION)
+   SET (MACOSX_BUNDLE_BUNDLE_NAME ${PROGRAME})
+   SET (MACOSX_BUNDLE_GUI_IDENTIFIER "org.qterm")
+   SET (MACOSX_BUNDLE_INFO_STRING "${PROGRAME} ${QTERM_VERSION}")
+   SET (MACOSX_BUNDLE_BUNDLE_VERSION ${QTERM_VERSION})
+   SET (MACOSX_BUNDLE_LONG_VERSION_STRING ${QTERM_VERSION})
+   SET (MACOSX_BUNDLE_SHORT_VERSION_STRING 
"${QTERM_VERSION_MAJOR}.${QTERM_VERSION_MINOR}")
    SET (MACOSX_BUNDLE_ICON_FILE QTerm.icns)
+   SET (MACOSX_BUNDLE_COPYRIGHT "The QTerm Project")
 ELSE(APPLE)
    SET (PROGRAME qterm)
 ENDIF(APPLE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterm-0.7.3/RELEASE_NOTES 
new/qterm-0.7.4/RELEASE_NOTES
--- old/qterm-0.7.3/RELEASE_NOTES       2018-07-30 16:31:50.000000000 +0200
+++ new/qterm-0.7.4/RELEASE_NOTES       2018-12-20 21:05:35.000000000 +0100
@@ -1,3 +1,7 @@
+0.7.4
+=====
+1. ?????? macOS ??? HiDPI ?????????
+
 0.7.3
 =====
 1. ????????? Qt5.11 ??????????????????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterm-0.7.3/cmake/MacOSXBundleInfo.plist.in 
new/qterm-0.7.4/cmake/MacOSXBundleInfo.plist.in
--- old/qterm-0.7.3/cmake/MacOSXBundleInfo.plist.in     1970-01-01 
01:00:00.000000000 +0100
+++ new/qterm-0.7.4/cmake/MacOSXBundleInfo.plist.in     2018-12-20 
21:05:35.000000000 +0100
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" 
"http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
+<plist version="1.0">
+<dict>
+       <key>CFBundleDevelopmentRegion</key>
+       <string>English</string>
+       <key>CFBundleExecutable</key>
+       <string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
+        <key>NSHighResolutionCapable</key>
+        <true/>
+       <key>CFBundleGetInfoString</key>
+       <string>${MACOSX_BUNDLE_INFO_STRING}</string>
+       <key>CFBundleIconFile</key>
+        <string>${MACOSX_BUNDLE_ICON_FILE}</string>
+       <key>CFBundleIdentifier</key>
+       <string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundleLongVersionString</key>
+       <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string>
+       <key>CFBundleName</key>
+       <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
+       <key>CFBundlePackageType</key>
+       <string>APPL</string>
+       <key>CFBundleShortVersionString</key>
+       <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
+       <key>CFBundleSignature</key>
+       <string>????</string>
+       <key>CFBundleVersion</key>
+       <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
+       <key>CSResourcesFileMapped</key>
+       <true/>
+       <key>NSHumanReadableCopyright</key>
+       <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
+</dict>
+</plist>

++++++ qterm-qt5qcollectiongenerator.patch ++++++
--- /var/tmp/diff_new_pack.cYbAiY/_old  2021-05-13 22:18:48.235533263 +0200
+++ /var/tmp/diff_new_pack.cYbAiY/_new  2021-05-13 22:18:48.235533263 +0200
@@ -1,3 +1,4 @@
+Upstream: https://github.com/qterm/qterm/issues/34
 Index: qterm-0.7.3/CMakeLists.txt
 ===================================================================
 --- qterm-0.7.3.orig/CMakeLists.txt

Reply via email to