Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 932a4ff9d0 | |||
| bd1aa2a090 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b15a62085b1a10f55ae1cf17b7ded75b72b21be240c68071685db377c4afc628
|
||||
size 128608
|
||||
3
viewres-1.0.8.tar.xz
Normal file
3
viewres-1.0.8.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b221c2b103390b166633612b9abf8036cbbe90605dbd8a37cf2a377fa2b6cd2
|
||||
size 133288
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 19 18:28:06 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 1.0.8
|
||||
* gitlab CI: stop requiring Signed-off-by in commits
|
||||
* Print which argument was unknown before giving usage message
|
||||
* Add -help and -version options
|
||||
* Declare usage() as noreturn
|
||||
* Add unused attribute to unused callback arguments
|
||||
* Use intptr_t instead of long for casting between pointers and integers
|
||||
* meson: Add option to build with meson
|
||||
* Improve man page formatting
|
||||
- switch to meson build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 15 17:18:22 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
||||
14
viewres.spec
14
viewres.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package viewres
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,14 @@
|
||||
|
||||
|
||||
Name: viewres
|
||||
Version: 1.0.7
|
||||
Version: 1.0.8
|
||||
Release: 0
|
||||
Summary: Graphical class browser for Xt
|
||||
License: X11
|
||||
Group: System/X11/Utilities
|
||||
URL: http://xorg.freedesktop.org/
|
||||
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(xaw7)
|
||||
BuildRequires: pkgconfig(xmu)
|
||||
@@ -41,15 +42,16 @@ Athena Widget Set (libXaw).
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog COPYING README.md
|
||||
%doc ChangeLog README.md
|
||||
%license COPYING
|
||||
%{_bindir}/viewres
|
||||
%dir %{_datadir}/X11/app-defaults
|
||||
%{_datadir}/X11/app-defaults/Viewres
|
||||
|
||||
Reference in New Issue
Block a user