Accepting request 298146 from X11:terminals

1

OBS-URL: https://build.opensuse.org/request/show/298146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=99
This commit is contained in:
Dominique Leuenberger 2015-04-21 23:16:19 +00:00 committed by Git OBS Bridge
commit b3d509fee8
5 changed files with 28 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d2e5b0dbe47568f9e76123a4f0aeaafd586a4ce0c1beb63a476b07cd718e356d
size 1208960

3
xterm-318.tgz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e71f2b0fb11d6c723c1f9af10fc01048b776f44c1636aa1b71e5eff77deb81d7
size 1208968

View File

@ -2,7 +2,7 @@
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: See http://invisible-island.net/public/public.html for info
iEYEABECAAYFAlUVHKMACgkQcCNT4PfkjtvLTwCeKhMklXssP7Z74xeAdkXDRdNM
c+oAoKBI6l1VRLBxvCOqNTDGjRUJYQFi
=liNP
iEYEABECAAYFAlUrF/cACgkQcCNT4Pfkjtvz2ACgqC1Ccv0hukLdXvleCMpY/stn
Le0AoKfPBCktafIEt4wzrC19mQYbt+Fe
=WMBc
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Apr 19 09:03:43 UTC 2015 - mpluskal@suse.com
- Update to version 318
* rename new(er) configure option --enable-initial-erase to
--enable-pty-erase, since that conflicted with an existing
option (report by Jens Schweikhardt).
* fix cut/paste error in --with-builtin-xpms configure option
(reports by Jens Schweikhardt, Ross Combs).
* fix minor formatting issue in xterm manual (report by Jens
Schweikhardt).
* eliminate unnecessary "#(vi" markers in autoconf macros by
using "(" to begin case-statement cases (suggested by Jens
Schweikhardt).
* minor fixes to improve const usage (Ross Combs).
- Add pkgconfig and groff as dependency as configure is looking
for them
-------------------------------------------------------------------
Fri Mar 27 16:45:16 UTC 2015 - pcerny@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package xterm
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define vttest_version 20120506
%define splitbin 0%{?suse_version} >= 1300
Name: xterm
Version: 317
Version: 318
Release: 0
Summary: The basic X terminal program
License: MIT
@ -58,6 +58,8 @@ Requires: %{name}-bin
Provides: XFree86:%{_prefix}/X11R6/bin/xterm
Provides: xorg-x11:%{_prefix}/X11R6/bin/xterm
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: groff
BuildRequires: pkgconfig
%if 0%{?suse_version} > 1220
BuildRequires: fontpackages-devel
%endif