5 Commits

Author SHA256 Message Date
296fe0c33d Accepting request 1323767 from utilities
OBS-URL: https://build.opensuse.org/request/show/1323767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/duc?expand=0&rev=5
2025-12-20 20:46:47 +00:00
39631506a5 - Fix build requirements
- Add CVE/bug reference 
  * fix: fixed logic error in buffer_get() (boo#1254566, CVE-2025-13654)

OBS-URL: https://build.opensuse.org/package/show/utilities/duc?expand=0&rev=14
2025-12-20 11:48:15 +00:00
ef2bb5e541 OBS-URL: https://build.opensuse.org/package/show/utilities/duc?expand=0&rev=13 2025-11-08 08:37:53 +00:00
b13c5d331a OBS-URL: https://build.opensuse.org/package/show/utilities/duc?expand=0&rev=12 2025-11-08 08:35:58 +00:00
0a80a6ed69 - Update to 1.4.6:
* new: added LICENCE to 'make release' target
  * fix: fixed logic error in buffer_get()
  * cha: updated tests

OBS-URL: https://build.opensuse.org/package/show/utilities/duc?expand=0&rev=11
2025-11-08 08:32:43 +00:00
4 changed files with 25 additions and 6 deletions

3
1.4.6.tar.gz Normal file
View File

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

View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Dec 10 12:13:39 UTC 2025 - Alexander Bergmann <abergmann@suse.com>
- Fix build requirements
-------------------------------------------------------------------
Sat Nov 8 08:29:11 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 1.4.6:
* new: added LICENCE to 'make release' target
* fix: fixed logic error in buffer_get() (boo#1254566, CVE-2025-13654)
* cha: updated tests
-------------------------------------------------------------------
Mon Jul 25 07:44:40 UTC 2022 - Michael Vetter <mvetter@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package duc
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,19 @@
Name: duc
Version: 1.4.5
Version: 1.4.6
Release: 0
Summary: Collection of tools for inspecting and visualizing disk usage
License: LGPL-3.0-only
Group: System/Filesystems
URL: https://github.com/zevv/duc
Source: https://github.com/zevv/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
Source: https://github.com/zevv/duc/archive/refs/tags/%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: autoconf-archive
BuildRequires: automake
BuildRequires: cairo-devel
BuildRequires: libglfw-devel
BuildRequires: libtool
BuildRequires: ncurses-devel
BuildRequires: pango-devel
BuildRequires: sqlite3-devel
@@ -40,6 +44,7 @@ Duc scales quite well, it has been tested on systems with more than 500 million
%setup -q
%build
autoreconf -fi
# add missing linker dependency to gobject library
LIBS="`pkg-config --libs gobject-2.0`"
export LIBS
@@ -54,6 +59,7 @@ make %{?_smp_mflags}
%make_install
%files
%license LICENSE
%doc ChangeLog
%{_bindir}/duc
%{_mandir}/man1/duc.1%{ext_man}