8 Commits

Author SHA256 Message Date
c076a635f9 Accepting request 1294139 from devel:libraries:libyui
- Allow building with CMake 4.0
  * Bump cmake_minumum_required to 3.10, which matches what most
    other modules in libyui use (3.5 is the minimum required to be
    supportable by CMake 4.0(
  * Remove CMP0046, as CMake 4.0 no longer supports it. The OLD
    mode in any case was a workaround for 'badly written
    CMakeLists.txt', as it just instructed cmake to ignore
    non-existing dependenices listed in add_dependencies. This
    package does not rely on non-existing dependencies and builds
    perfectly without this policy.
- 4.7.6

OBS-URL: https://build.opensuse.org/request/show/1294139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyui?expand=0&rev=99
2025-07-20 13:28:42 +00:00
a70377f671 - Allow building with CMake 4.0
* Bump cmake_minumum_required to 3.10, which matches what most
    other modules in libyui use (3.5 is the minimum required to be
    supportable by CMake 4.0(
  * Remove CMP0046, as CMake 4.0 no longer supports it. The OLD
    mode in any case was a workaround for 'badly written
    CMakeLists.txt', as it just instructed cmake to ignore
    non-existing dependenices listed in add_dependencies. This
    package does not rely on non-existing dependencies and builds
    perfectly without this policy.
- 4.7.6

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:libyui/libyui?expand=0&rev=264
2025-07-17 11:15:36 +00:00
c74eb4f26f Accepting request 1288461 from devel:libraries:libyui
Do not build the qt packages in SLE16 since Qt5 won't be there

https://github.com/libyui/libyui/pull/121

OBS-URL: https://build.opensuse.org/request/show/1288461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyui?expand=0&rev=98
2025-06-27 21:00:42 +00:00
d024565555 - Do not build the qt packages (libyui-qt, libyui-qt-graph,
libyui-qt-pkg and libyui-qt-rest-api) in SLE16 since Qt5 won't
  be available there.
- 4.7.5

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:libyui/libyui?expand=0&rev=263
2025-06-25 08:22:09 +00:00
50c8822159 Accepting request 1286871 from devel:libraries:libyui
Fix for graphviz API change
https://github.com/libyui/libyui/pull/120

OBS-URL: https://build.opensuse.org/request/show/1286871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyui?expand=0&rev=97
2025-06-20 14:48:21 +00:00
4221c6aa57 - Integrated the graphviz API fix upstream (gh#libyui/libyui#120)
(Let CMake detect graphviz version)
- 4.7.4
D graphviz_unsigned_fix.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:libyui/libyui?expand=0&rev=262
2025-06-19 08:25:55 +00:00
2919ddecba Accepting request 1286022 from devel:libraries:libyui
OBS-URL: https://build.opensuse.org/request/show/1286022
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyui?expand=0&rev=96
2025-06-18 13:53:33 +00:00
85fd1fe64a Accepting request 1285172 from home:trenn:branches:graphics
- graphviz API broke in a recent version update (bezier size is now
  of type size_t instead of int).
A graphviz_unsigned_fix.patch
- graphviz API broke in a recent version update (bezier size is now
  of type size_t instead of int).
A graphviz_unsigned_fix.patch

OBS-URL: https://build.opensuse.org/request/show/1285172
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:libyui/libyui?expand=0&rev=261
2025-06-16 08:23:15 +00:00
13 changed files with 67 additions and 13 deletions

Binary file not shown.

3
libyui-4.7.6.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66156683bdadf7ff59fed1f76f9b14db83d9cef7a8d01f20f120ac44560074f6
size 748647

View File

@@ -20,7 +20,7 @@
Name: libyui-bindings
# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.7.3
Version: 4.7.6
Release: 0
Summary: Bindings for libyui
License: LGPL-2.1-only OR LGPL-3.0-only

View File

@@ -19,7 +19,7 @@
Name: libyui-ncurses-pkg
# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.7.3
Version: 4.7.6
Release: 0
%define so_version 16

View File

@@ -19,7 +19,7 @@
Name: libyui-ncurses-rest-api
# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.7.3
Version: 4.7.6
Release: 0
%define so_version 16

View File

@@ -19,7 +19,7 @@
Name: libyui-ncurses
# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.7.3
Version: 4.7.6
Release: 0
%define so_version 16

View File

@@ -19,7 +19,7 @@
Name: libyui-qt-graph
# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.7.3
Version: 4.7.6
Release: 0
%define so_version 16
@@ -45,6 +45,10 @@ License: LGPL-2.1-only OR LGPL-3.0-only
URL: http://github.com/libyui/
Source: libyui-%{version}.tar.bz2
%if 0%{?suse_version} == 1600 && ! 0%{?is_openSUSE}
ExclusiveArch: donotbuild
%endif
%description
This package contains the Qt graph component for libyui.

View File

@@ -19,7 +19,7 @@
Name: libyui-qt-pkg
# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.7.3
Version: 4.7.6
Release: 0
%define so_version 16
@@ -47,6 +47,10 @@ License: LGPL-2.1-only OR LGPL-3.0-only
URL: https://github.com/libyui/
Source: libyui-%{version}.tar.bz2
%if 0%{?suse_version} == 1600 && ! 0%{?is_openSUSE}
ExclusiveArch: donotbuild
%endif
%description
This package contains the Qt package selector component for libyui.

View File

@@ -19,7 +19,7 @@
Name: libyui-qt-rest-api
# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.7.3
Version: 4.7.6
Release: 0
%define so_version 16
@@ -44,6 +44,10 @@ License: LGPL-2.1-only OR LGPL-3.0-only
URL: http://github.com/libyui/
Source: libyui-%{version}.tar.bz2
%if 0%{?suse_version} == 1600 && ! 0%{?is_openSUSE}
ExclusiveArch: donotbuild
%endif
%description
This package provides a libyui REST API plugin for the Qt frontend.

View File

@@ -19,7 +19,7 @@
Name: libyui-qt
# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.7.3
Version: 4.7.6
Release: 0
%define so_version 16
@@ -45,6 +45,10 @@ License: LGPL-2.1-only OR LGPL-3.0-only
URL: http://github.com/libyui/
Source: libyui-%{version}.tar.bz2
%if 0%{?suse_version} == 1600 && ! 0%{?is_openSUSE}
ExclusiveArch: donotbuild
%endif
%description
This package contains the Qt (graphical) user interface component
for libyui.

View File

@@ -19,7 +19,7 @@
Name: libyui-rest-api
# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.7.3
Version: 4.7.6
Release: 0
%define so_version 16

View File

@@ -1,3 +1,41 @@
-------------------------------------------------------------------
Wed Jul 16 11:56:11 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Allow building with CMake 4.0
* Bump cmake_minumum_required to 3.10, which matches what most
other modules in libyui use (3.5 is the minimum required to be
supportable by CMake 4.0(
* Remove CMP0046, as CMake 4.0 no longer supports it. The OLD
mode in any case was a workaround for 'badly written
CMakeLists.txt', as it just instructed cmake to ignore
non-existing dependenices listed in add_dependencies. This
package does not rely on non-existing dependencies and builds
perfectly without this policy.
- 4.7.6
-------------------------------------------------------------------
Tue Jun 24 14:16:06 UTC 2025 - Antonio Larrosa <alarrosa@suse.com>
- Do not build the qt packages (libyui-qt, libyui-qt-graph,
libyui-qt-pkg and libyui-qt-rest-api) in SLE16 since Qt5 won't
be available there.
- 4.7.5
-------------------------------------------------------------------
Wed Jun 18 09:44:29 UTC 2025 - Martin Vidner <mvidner@suse.com>
- Integrated the graphviz API fix upstream (gh#libyui/libyui#120)
(Let CMake detect graphviz version)
- 4.7.4
D graphviz_unsigned_fix.patch
-------------------------------------------------------------------
Mon Jun 9 14:27:14 UTC 2025 - Thomas Renninger <trenn@suse.de>
- graphviz API broke in a recent version update (bezier size is now
of type size_t instead of int).
A graphviz_unsigned_fix.patch
-------------------------------------------------------------------
Wed May 28 08:58:26 UTC 2025 - Stefan Hundhammer <shundhammer@suse.com>

View File

@@ -19,7 +19,7 @@
Name: libyui
# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.7.3
Version: 4.7.6
Release: 0
%define so_version 16