- Update to version 1.0.8:
* Update README for gitlab migration * Update configure.ac bug URL for gitlab migration * gitlab CI: add a basic build test * Build xz tarballs instead of bzip2 * Use _CONST_X_STRING to make libXt declare String as const char * * unifdef sgi * Reduce scope of ttydev & ptydev * gitlab CI: stop requiring Signed-off-by in commits OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xconsole?expand=0&rev=12
This commit is contained in:
parent
1bcd92cc53
commit
ae785d5ce6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1144882df207378381bc83927906559defbf7b83a01d52c50ad44234c5851e0
|
||||
size 134832
|
BIN
xconsole-1.0.8.tar.xz
(Stored with Git LFS)
Normal file
BIN
xconsole-1.0.8.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 11 12:35:35 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 1.0.8:
|
||||
* Update README for gitlab migration
|
||||
* Update configure.ac bug URL for gitlab migration
|
||||
* gitlab CI: add a basic build test
|
||||
* Build xz tarballs instead of bzip2
|
||||
* Use _CONST_X_STRING to make libXt declare String as const char *
|
||||
* unifdef sgi
|
||||
* Reduce scope of ttydev & ptydev
|
||||
* gitlab CI: stop requiring Signed-off-by in commits
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 1 18:44:43 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xconsole
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 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,13 @@
|
||||
|
||||
|
||||
Name: xconsole
|
||||
Version: 1.0.7
|
||||
Version: 1.0.8
|
||||
Release: 0
|
||||
Summary: Utility to monitor system console messages with X
|
||||
License: MIT
|
||||
Group: System/X11/Utilities
|
||||
URL: https://xorg.freedesktop.org/
|
||||
Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||
Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xaw7)
|
||||
@ -49,7 +49,7 @@ to /dev/console
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc ChangeLog README
|
||||
%doc ChangeLog README.md
|
||||
%{_bindir}/xconsole
|
||||
%dir %{_datadir}/X11/app-defaults
|
||||
%{_datadir}/X11/app-defaults/XConsole
|
||||
|
Loading…
Reference in New Issue
Block a user