From 314ad5f6a25265ed0e2a132bbb0bb9571b3a11380922307683ef60a42d9ae31b Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 21 Jan 2013 08:53:26 +0000 Subject: [PATCH] Accepting request 149205 from home:Zaitor:branches:X11:XOrg Update to version 1.0.5 OBS-URL: https://build.opensuse.org/request/show/149205 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xconsole?expand=0&rev=3 --- xconsole-1.0.4.tar.bz2 | 3 --- xconsole-1.0.5.tar.bz2 | 3 +++ xconsole.changes | 21 +++++++++++++++++++++ xconsole.spec | 13 +++++++------ 4 files changed, 31 insertions(+), 9 deletions(-) delete mode 100644 xconsole-1.0.4.tar.bz2 create mode 100644 xconsole-1.0.5.tar.bz2 diff --git a/xconsole-1.0.4.tar.bz2 b/xconsole-1.0.4.tar.bz2 deleted file mode 100644 index cebd9b2..0000000 --- a/xconsole-1.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5643e90bf7bf77369e67f3a0a982a4809b5bd2d9a36f02a59c79de77c9d6648e -size 115082 diff --git a/xconsole-1.0.5.tar.bz2 b/xconsole-1.0.5.tar.bz2 new file mode 100644 index 0000000..5ae7358 --- /dev/null +++ b/xconsole-1.0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195fad7a1ca274835fc346c82acce90a0c2e9f288e85bd1a3c256dbc1c8c11e5 +size 126538 diff --git a/xconsole.changes b/xconsole.changes index 185b570..4f2a569 100644 --- a/xconsole.changes +++ b/xconsole.changes @@ -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 diff --git a/xconsole.spec b/xconsole.spec index 63f8b36..dfe542b 100644 --- a/xconsole.spec +++ b/xconsole.spec @@ -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