Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 296fe0c33d | |||
| 39631506a5 | |||
| ef2bb5e541 | |||
| b13c5d331a | |||
| 0a80a6ed69 |
3
1.4.6.tar.gz
Normal file
3
1.4.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ae6d31394cc3fa7c44a9e4449baa405865c6c0ee447546a3cd8af6c642dda11
|
||||
size 846105
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f84d39abf5afaade26cfa81382add6e97fb3b07fc626c2a6260e8d60c89c5a78
|
||||
size 286201
|
||||
13
duc.changes
13
duc.changes
@@ -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>
|
||||
|
||||
|
||||
12
duc.spec
12
duc.spec
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user