Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package myrlyn for openSUSE:Factory checked 
in at 2025-10-13 15:36:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/myrlyn (Old)
 and      /work/SRC/openSUSE:Factory/.myrlyn.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "myrlyn"

Mon Oct 13 15:36:35 2025 rev:7 rq:1311099 version:0.9.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/myrlyn/myrlyn.changes    2025-08-26 
16:14:13.904284955 +0200
+++ /work/SRC/openSUSE:Factory/.myrlyn.new.18484/myrlyn.changes 2025-10-13 
15:38:09.612338170 +0200
@@ -1,0 +2,11 @@
+Mon Oct 13 09:52:28 UTC 2025 - Stefan Hundhammer <[email protected]>
+
+- Update to version 0.9.9:
+  * Version bump to 0.9.9
+  * Default to not using RPM groups on openSUSE / SLE distros
+  * Added the freshly published community repos for Leap 16.0 / SLES-16.0
+  * Hint about HiDPI scaling in .desktop files
+  * Keep QT_SCALE_FACTOR in myrlyn-sudo environment
+  * Don't show service filter view by default
+
+-------------------------------------------------------------------

Old:
----
  myrlyn-0.9.8.obscpio

New:
----
  myrlyn-0.9.9.obscpio

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

Other differences:
------------------
++++++ myrlyn.spec ++++++
--- /var/tmp/diff_new_pack.6DQMrB/_old  2025-10-13 15:38:10.296366923 +0200
+++ /var/tmp/diff_new_pack.6DQMrB/_new  2025-10-13 15:38:10.296366923 +0200
@@ -20,7 +20,7 @@
 Name:           myrlyn
 # If you change the version here, don't forget ../VERSION.cmake !
 # To increase only the last number, use  rake version:bump
-Version:        0.9.8
+Version:        0.9.9
 Release:        0
 Summary:        Package manager GUI
 License:        GPL-2.0-only
@@ -77,7 +77,8 @@
 %endif
 
 %cmake \
- $CMAKE_OPTS
+  $CMAKE_OPTS \
+  -DUSE_RPM_GROUPS=off
 %cmake_build
 
 %install

++++++ _service ++++++
--- /var/tmp/diff_new_pack.6DQMrB/_old  2025-10-13 15:38:10.360369613 +0200
+++ /var/tmp/diff_new_pack.6DQMrB/_new  2025-10-13 15:38:10.364369780 +0200
@@ -7,7 +7,7 @@
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>
-    <param name="revision">0.9.8</param>
+    <param name="revision">0.9.9</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="set_version" mode="manual"/>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.6DQMrB/_old  2025-10-13 15:38:10.392370958 +0200
+++ /var/tmp/diff_new_pack.6DQMrB/_new  2025-10-13 15:38:10.392370958 +0200
@@ -3,6 +3,6 @@
                 <param 
name="url">https://github.com/shundhammer/yqpkg.git</param>
               <param 
name="changesrevision">ca8bd11aa2729b40fa14e5e7131f3e7506962260</param></service><service
 name="tar_scm">
                 <param 
name="url">https://github.com/shundhammer/myrlyn.git</param>
-              <param 
name="changesrevision">e451031266033fbc325f6fff5d65f04917298c1a</param></service></servicedata>
+              <param 
name="changesrevision">69d5748b96492d02ccac8e3de701cff2b8c93b62</param></service></servicedata>
 (No newline at EOF)
 

++++++ myrlyn-0.9.8.obscpio -> myrlyn-0.9.9.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/myrlyn-0.9.8/VERSION.cmake 
new/myrlyn-0.9.9/VERSION.cmake
--- old/myrlyn-0.9.8/VERSION.cmake      2025-08-26 14:25:49.000000000 +0200
+++ new/myrlyn-0.9.9/VERSION.cmake      2025-10-13 11:37:05.000000000 +0200
@@ -1,4 +1,4 @@
 SET( VERSION_MAJOR "0")
 SET( VERSION_MINOR "9" )
-SET( VERSION_PATCH "8" )
+SET( VERSION_PATCH "9" )
 SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/myrlyn-0.9.8/package/myrlyn.spec 
new/myrlyn-0.9.9/package/myrlyn.spec
--- old/myrlyn-0.9.8/package/myrlyn.spec        2025-08-26 14:25:49.000000000 
+0200
+++ new/myrlyn-0.9.9/package/myrlyn.spec        2025-10-13 11:37:05.000000000 
+0200
@@ -20,7 +20,7 @@
 Name:           myrlyn
 # If you change the version here, don't forget ../VERSION.cmake !
 # To increase only the last number, use  rake version:bump
-Version:        0.9.8
+Version:        0.9.9
 Release:        0
 Summary:        Package manager GUI
 License:        GPL-2.0-only
@@ -77,7 +77,8 @@
 %endif
 
 %cmake \
- $CMAKE_OPTS
+  $CMAKE_OPTS \
+  -DUSE_RPM_GROUPS=off
 %cmake_build
 
 %install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/myrlyn-0.9.8/src/CommunityRepos.cc 
new/myrlyn-0.9.9/src/CommunityRepos.cc
--- old/myrlyn-0.9.8/src/CommunityRepos.cc      2025-08-26 14:25:49.000000000 
+0200
+++ new/myrlyn-0.9.9/src/CommunityRepos.cc      2025-10-13 11:37:05.000000000 
+0200
@@ -254,17 +254,11 @@
 
 void CommunityRepos::openSUSE_Leap_16x_Repos()
 {
-#if 0
     _repos << packmanRepo          ( 
"https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_$releasever/"; )
            << packmanEssentialsRepo( 
"https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_$releasever/Essentials/";
 )
            << libdvdcssRepo        ( 
"https://opensuse-guide.org/repo/openSUSE_Leap_$releasever/"; )
            << openH264Repo         ( 
"http://codecs.opensuse.org/openh264/openSUSE_Leap_16/"; )
            << nvidiaRepo           ( 
"https://download.nvidia.com/opensuse/leap/$releasever/"; );
-#else
-    _repos << libdvdcssRepo        ( 
"https://opensuse-guide.org/repo/openSUSE_Leap_$releasever/"; )
-           << openH264Repo         ( 
"http://codecs.opensuse.org/openh264/openSUSE_Leap_16/"; )
-           << nvidiaRepo           ( 
"https://download.nvidia.com/opensuse/leap/$releasever/"; );
-#endif
 }
 
 
@@ -279,13 +273,9 @@
 
 void CommunityRepos::SLES_16_Repos()
 {
-#if 0
-    _repos << packmanRepo          ( 
"https://ftp.gwdg.de/pub/linux/misc/packman/suse/SLES_16/"; )
-           << packmanEssentialsRepo( 
"https://ftp.gwdg.de/pub/linux/misc/packman/suse/SLES_16/Essentials/"; )
+    _repos << packmanRepo          ( 
"https://ftp.gwdg.de/pub/linux/misc/packman/suse/SLE_16/"; )
+           << packmanEssentialsRepo( 
"https://ftp.gwdg.de/pub/linux/misc/packman/suse/SLE_16/Essentials/"; )
            << libdvdcssRepo        ( 
"https://opensuse-guide.org/repo/openSUSE_Leap_$releasever/"; )
-           << openH264Repo         ( 
"http://codecs.opensuse.org/openh264/openSUSE_Leap_16/"; );
-#else
-    _repos << libdvdcssRepo        ( 
"https://opensuse-guide.org/repo/openSUSE_Leap_$releasever/"; )
-           << openH264Repo         ( 
"http://codecs.opensuse.org/openh264/openSUSE_Leap_16/"; );
-#endif
+           << openH264Repo         ( 
"http://codecs.opensuse.org/openh264/openSUSE_Leap_16/"; )
+           << nvidiaRepo           ( "https://download.nvidia.com/suse/sle16/"; 
);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/myrlyn-0.9.8/src/YQPkgSelector.cc 
new/myrlyn-0.9.9/src/YQPkgSelector.cc
--- old/myrlyn-0.9.8/src/YQPkgSelector.cc       2025-08-26 14:25:49.000000000 
+0200
+++ new/myrlyn-0.9.9/src/YQPkgSelector.cc       2025-10-13 11:37:05.000000000 
+0200
@@ -187,7 +187,6 @@
         if ( _patchFilterView   ) _filters->showPage( _patchFilterView   );
         if ( _updatesFilterView ) _filters->showPage( _updatesFilterView );
         if ( _repoFilterView    ) _filters->showPage( _repoFilterView    );
-        if ( _serviceFilterView ) _filters->showPage( _serviceFilterView );
         if ( _patternList       ) _filters->showPage( _patternList       );
         if ( _statusFilterView  ) _filters->showPage( _statusFilterView  );
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/myrlyn-0.9.8/src/myrlyn-sudo 
new/myrlyn-0.9.9/src/myrlyn-sudo
--- old/myrlyn-0.9.8/src/myrlyn-sudo    2025-08-26 14:25:49.000000000 +0200
+++ new/myrlyn-0.9.9/src/myrlyn-sudo    2025-10-13 11:37:05.000000000 +0200
@@ -11,7 +11,7 @@
 
 # Environment variables to keep for the 'sudo' call
 ENV_KEEP="DISPLAY WAYLAND_DISPLAY XAUTHORITY XDG_RUNTIME_DIR \
-QT_QPA_PLATFORMTHEME QT_ENABLE_HIGHDPI_SCALING \
+QT_QPA_PLATFORMTHEME QT_ENABLE_HIGHDPI_SCALING QT_SCALE_FACTOR \
 LANG LC_MESSAGES LC_COLLATE LC_NUMERIC LC_TIME LC_ALL LANGUAGE"
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/myrlyn-0.9.8/src/myrlyn-sudo.desktop 
new/myrlyn-0.9.9/src/myrlyn-sudo.desktop
--- old/myrlyn-0.9.8/src/myrlyn-sudo.desktop    2025-08-26 14:25:49.000000000 
+0200
+++ new/myrlyn-0.9.9/src/myrlyn-sudo.desktop    2025-10-13 11:37:05.000000000 
+0200
@@ -2,6 +2,9 @@
 Type=Application
 Name=Myrlyn
 Exec=myrlyn-sudo
+# Uncomment this and comment out the above line if you need HiDPI scaling:
+# Exec=sh -c "QT_SCALE_FACTOR=2 myrlyn-sudo"
+
 Icon=Myrlyn.png
 GenericName=Myrlyn Graphical Software Package Manager (using sudo)
 Comment=Full root access (via sudo)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/myrlyn-0.9.8/src/myrlyn-user.desktop 
new/myrlyn-0.9.9/src/myrlyn-user.desktop
--- old/myrlyn-0.9.8/src/myrlyn-user.desktop    2025-08-26 14:25:49.000000000 
+0200
+++ new/myrlyn-0.9.9/src/myrlyn-user.desktop    2025-10-13 11:37:05.000000000 
+0200
@@ -2,6 +2,9 @@
 Type=Application
 Name=Myrlyn (read‑only)
 Exec=/usr/bin/myrlyn
+# Uncomment this and comment out the above line if you need HiDPI scaling:
+# Exec=sh -c "QT_SCALE_FACTOR=2 /usr/bin/myrlyn"
+
 Icon=Myrlyn.png
 GenericName=Myrlyn Graphical Software Package Manager (read‑only)
 Comment=Read-only mode for non-privileged users

++++++ myrlyn.obsinfo ++++++
--- /var/tmp/diff_new_pack.6DQMrB/_old  2025-10-13 15:38:11.088400214 +0200
+++ /var/tmp/diff_new_pack.6DQMrB/_new  2025-10-13 15:38:11.096400550 +0200
@@ -1,5 +1,5 @@
 name: myrlyn
-version: 0.9.8
-mtime: 1756211149
-commit: e451031266033fbc325f6fff5d65f04917298c1a
+version: 0.9.9
+mtime: 1760348225
+commit: 69d5748b96492d02ccac8e3de701cff2b8c93b62
 

Reply via email to