Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 405c70b9ba | |||
| df3845b4fa | |||
| 83af761ece | |||
| 1c82be2940 |
2
_service
2
_service
@@ -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.7</param>
|
||||
<param name="revision">0.9.9</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
<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">1cfa079e67f1c9820e0b402daa713d98e0677c4a</param></service></servicedata>
|
||||
<param name="changesrevision">69d5748b96492d02ccac8e3de701cff2b8c93b62</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4d2f2a3cc7ec6db59f540db5fd129c78c478cc9b069f38eb8f3ef7334167284
|
||||
size 6581773
|
||||
3
myrlyn-0.9.9.obscpio
Normal file
3
myrlyn-0.9.9.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0cbf9a405cbe93a4501ade4bc3aba91fd46675b4549307697027d3f7b9288f74
|
||||
size 6622733
|
||||
@@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 09:52:28 UTC 2025 - Stefan Hundhammer <shundhammer@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 12:32:56 UTC 2025 - Stefan Hundhammer <shundhammer@suse.com>
|
||||
|
||||
- Update to version 0.9.8:
|
||||
* Version bump to 0.9.8
|
||||
* Don't write a default for useRpmGroups for now (Closes #112)
|
||||
* Make the default for "useRpmGroups" compile-time configurable
|
||||
* Make "useRpmGroups" configurable in config file
|
||||
* Use textdomain "rpm-groups" for RPM groups
|
||||
* Removed redundant initial selection
|
||||
* Class rename for consistency
|
||||
* Lazy RPM tree init for startup performance
|
||||
* Filter correcty for empty RPM groups
|
||||
* Removed ancient fallback RPM groups
|
||||
* Consistent terminology
|
||||
* Open only the first two levels of the RPM groups tree
|
||||
* Suppress Qt logging spam
|
||||
* First hacky version of RPM groups (#112)
|
||||
* Translate RPM groups and suppress 'Unspecified'
|
||||
* Show RPM group in technical details view (#112)
|
||||
* Use non-breaking hyphen in read‑only
|
||||
* Don't consider ignored missing RPM signature as failed task (Closes #110)
|
||||
* GitHub config
|
||||
* Added Leap 16.x community repos
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 09 09:41:24 UTC 2025 - shundhammer@suse.com
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: myrlyn
|
||||
version: 0.9.7
|
||||
mtime: 1752053759
|
||||
commit: 1cfa079e67f1c9820e0b402daa713d98e0677c4a
|
||||
version: 0.9.9
|
||||
mtime: 1760348225
|
||||
commit: 69d5748b96492d02ccac8e3de701cff2b8c93b62
|
||||
|
||||
@@ -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.7
|
||||
Version: 0.9.9
|
||||
Release: 0
|
||||
Summary: Package manager GUI
|
||||
License: GPL-2.0-only
|
||||
@@ -77,7 +77,8 @@ CMAKE_OPTS="-DCMAKE_BUILD_TYPE=RELEASE"
|
||||
%endif
|
||||
|
||||
%cmake \
|
||||
$CMAKE_OPTS
|
||||
$CMAKE_OPTS \
|
||||
-DUSE_RPM_GROUPS=off
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
|
||||
Reference in New Issue
Block a user