Accepting request 149361 from X11:XOrg
Update to version 1.0.5 (forwarded request 149205 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/149361 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xconsole?expand=0&rev=3
This commit is contained in:
commit
4dc8dc02b6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5643e90bf7bf77369e67f3a0a982a4809b5bd2d9a36f02a59c79de77c9d6648e
|
||||
size 115082
|
3
xconsole-1.0.5.tar.bz2
Normal file
3
xconsole-1.0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:195fad7a1ca274835fc346c82acce90a0c2e9f288e85bd1a3c256dbc1c8c11e5
|
||||
size 126538
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 10:50:22 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.0.5:
|
||||
+ Fix implicit conversion from size_t to int warnings in
|
||||
Deiconified().
|
||||
+ Open /dev/console with NOCTTY and O_NONBLOCK flags.
|
||||
+ Don't rely on being able to set tab stops.
|
||||
+ Mark functions _X_NORETURN that gcc warnings suggest.
|
||||
+ Remove old Xorg & XFree86 CVS version tags.
|
||||
+ Strip trailing whitespace.
|
||||
+ Require xt >= 1.0 for appdefaultdir (fdo#7237).
|
||||
+ config:
|
||||
- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
|
||||
- Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
|
||||
- Move man pages into their own directory.
|
||||
+ man: replace hard coded man page section with substitution
|
||||
strings.
|
||||
- Replace pkgconfig(xorg-macros) with pkgconfig(xproto)
|
||||
BuildRequires, since this is what configure checks for now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xconsole
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,20 +15,21 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: xconsole
|
||||
Version: 1.0.4
|
||||
Version: 1.0.5
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: Utility to monitor system console messages with X
|
||||
Url: http://xorg.freedesktop.org/
|
||||
License: MIT
|
||||
Group: System/X11/Utilities
|
||||
Url: http://xorg.freedesktop.org/
|
||||
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xaw7)
|
||||
BuildRequires: pkgconfig(xmu)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(xt)
|
||||
BuildRequires: pkgconfig(xproto) >= 7.0.17
|
||||
BuildRequires: pkgconfig(xt) >= 1.0
|
||||
# This was part of the xorg-x11 package up to version 7.6
|
||||
Conflicts: xorg-x11 <= 7.6
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user