- Fixed some more spacing and minor issues in adapted patches
- Fixed some spacing and single quote vs backtick issues in patches - Corrections to variable names in xinit-suse.patch and xinit-tolerant-hostname-changes.patch - Update to version 1.3.4: + Changes from 1.3.3 - Fix warnings about parameters to startServer & startClient shadowing globals - Pass files to cpp via CLI arg instead of stdin to workaround gcc 4.8 change (fdo#69439) - Remove unixware / sco support - Bump required util-macros version to 1.19 - Replace $RAWCPPFLAGS with $TRADITIONALCPPFLAGS when processing cpp files - Under Linux start X on the current VT (rh#806491) - startx; Pass vtX as long as the user did not specify one - configure: Drop AM_MAINTAINER_MODE - autogen.sh: Honor NOCONFIGURE=1 - startx: Make the bugzilla reference in a comment survive cpp processing (fdo#83019) - Remove hardcoded path to OpenSSL for OpenBSD + Patches refactored/renamed for version change + Added: - xinit-client-session.patch - xinit-tolerant-hostname-changes.patch - xinit-suse.patch - xinit-1.3.4.tar.bz2 + Modified: - xinit-client-session.patch + Dropped: - xinit-tolerant-hostname-changes.diff - xinit-suse.diff - xinit-1.3.3.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=19
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xinit
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: xinit
|
||||
Version: 1.3.3
|
||||
Version: 1.3.4
|
||||
Release: 0
|
||||
Summary: X Window System initializer
|
||||
License: MIT
|
||||
@@ -29,8 +29,8 @@ Source2: keygen.c
|
||||
Source3: keygen.1
|
||||
Patch0: xinit.diff
|
||||
Patch1: xinit-client-session.patch
|
||||
Patch2: xinit-suse.diff
|
||||
Patch3: xinit-tolerant-hostname-changes.diff
|
||||
Patch2: xinit-suse.patch
|
||||
Patch3: xinit-tolerant-hostname-changes.patch
|
||||
# needed for patch0
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
|
Reference in New Issue
Block a user