commit xtrans for openSUSE:Factory

2020-10-03 Thread root
Hello community,

here is the log from the commit of package xtrans for openSUSE:Factory checked 
in at 2020-10-03 18:54:19

Comparing /work/SRC/openSUSE:Factory/xtrans (Old)
 and  /work/SRC/openSUSE:Factory/.xtrans.new.4249 (New)


Package is "xtrans"

Sat Oct  3 18:54:19 2020 rev:16 rq:838722 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/xtrans/xtrans.changes2019-08-27 
15:20:13.328876020 +0200
+++ /work/SRC/openSUSE:Factory/.xtrans.new.4249/xtrans.changes  2020-10-03 
18:54:26.141411393 +0200
@@ -1,0 +2,7 @@
+Wed Sep 30 08:49:47 UTC 2020 - Dominique Leuenberger 
+
+- Add u_xtrans-noarch-pkgconfig.patch: Do not add
+  libdir=/usr(lib|lib64) entry to an arch-independent pkgconfig
+  file (installed to /usr/share) (boo#1109895).
+
+---

New:

  u_xtrans-noarch-pkgconfig.patch



Other differences:
--
++ xtrans.spec ++
--- /var/tmp/diff_new_pack.6SI6aC/_old  2020-10-03 18:54:26.745412062 +0200
+++ /var/tmp/diff_new_pack.6SI6aC/_new  2020-10-03 18:54:26.745412062 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xtrans
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Source: 
http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
 Patch0: p_xauth.diff
 Patch1: n_unifdef-LBXPROXY_t-and-TEST_t.patch
+Patch2: u_xtrans-noarch-pkgconfig.patch
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(xorg-macros) >= 1.12
 BuildRequires:  pkgconfig(xshmfence)
@@ -46,6 +47,7 @@
 %setup -q
 %patch0
 %patch1 -p1 -R
+%patch2 -p1
 
 %build
 %configure --docdir=%{_docdir}/xtrans

++ u_xtrans-noarch-pkgconfig.patch ++
Index: xtrans-1.4.0/xtrans.pc.in
===
--- xtrans-1.4.0.orig/xtrans.pc.in
+++ xtrans-1.4.0/xtrans.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 includedir=@includedir@
 
 Name: XTrans



commit xtrans for openSUSE:Factory

2019-08-27 Thread root
Hello community,

here is the log from the commit of package xtrans for openSUSE:Factory checked 
in at 2019-08-27 15:20:12

Comparing /work/SRC/openSUSE:Factory/xtrans (Old)
 and  /work/SRC/openSUSE:Factory/.xtrans.new.7948 (New)


Package is "xtrans"

Tue Aug 27 15:20:12 2019 rev:15 rq:724418 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/xtrans/xtrans.changes2019-03-26 
22:30:14.249737422 +0100
+++ /work/SRC/openSUSE:Factory/.xtrans.new.7948/xtrans.changes  2019-08-27 
15:20:13.328876020 +0200
@@ -1,0 +2,7 @@
+Thu Aug  8 10:59:38 UTC 2019 - Dominique Leuenberger 
+
+- Own %{_datadir}/aclocal: when we might switch to pkgconf instead
+  of pkg-config, nothing in the build root is 'accidentally' owning
+  this directory for us.
+
+---



Other differences:
--
++ xtrans.spec ++
--- /var/tmp/diff_new_pack.Wmvwho/_old  2019-08-27 15:20:14.120875621 +0200
+++ /var/tmp/diff_new_pack.Wmvwho/_new  2019-08-27 15:20:14.124875619 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,11 +22,11 @@
 Summary:Library to handle network protocol transport in X
 License:MIT
 Group:  Development/Libraries/X11
-Url:http://xorg.freedesktop.org/
+URL:https://xorg.freedesktop.org/
 Source: 
http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
 Patch0: p_xauth.diff
 Patch1: n_unifdef-LBXPROXY_t-and-TEST_t.patch
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(xorg-macros) >= 1.12
 BuildRequires:  pkgconfig(xshmfence)
 # Package was named xorg-x11-xtrans-devel until 12.2
@@ -34,7 +34,6 @@
 # X11R7.7 is in RC1, and xorg-x11-xtrans-devel was version 7.6
 Provides:   xorg-x11-xtrans-devel = 7.7
 Obsoletes:  xorg-x11-xtrans-devel < 7.7
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -45,7 +44,7 @@
 
 %prep
 %setup -q
-%patch0 -p0
+%patch0
 %patch1 -p1 -R
 
 %build
@@ -60,10 +59,11 @@
 exit 0
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING README.md
+%license COPYING
+%doc AUTHORS ChangeLog README.md
 %doc doc/xtrans.xml
 %{_includedir}/X11/Xtrans/
+%dir %{_datadir}/aclocal
 %{_datadir}/aclocal/xtrans.m4
 %{_datadir}/pkgconfig/xtrans.pc
 




commit xtrans for openSUSE:Factory

2019-03-26 Thread root
Hello community,

here is the log from the commit of package xtrans for openSUSE:Factory checked 
in at 2019-03-26 22:30:12

Comparing /work/SRC/openSUSE:Factory/xtrans (Old)
 and  /work/SRC/openSUSE:Factory/.xtrans.new.25356 (New)


Package is "xtrans"

Tue Mar 26 22:30:12 2019 rev:14 rq:687690 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/xtrans/xtrans.changes2017-06-04 
01:46:26.477688388 +0200
+++ /work/SRC/openSUSE:Factory/.xtrans.new.25356/xtrans.changes 2019-03-26 
22:30:14.249737422 +0100
@@ -1,0 +2,15 @@
+Fri Mar 22 13:38:03 UTC 2019 - Stefan Dirsch 
+
+- n_unifdef-LBXPROXY_t-and-TEST_t.patch
+  * reverse apply in order to fix build of lbxproxy again ...
+
+---
+Fri Mar 22 11:11:11 UTC 2019 - Stefan Dirsch 
+
+- Update to version 1.4.0
+  * This release drops a bunch of dead code, including support
+only used by lbxproxy and pre-1.4.0 versions of libX11, as
+well as support for obsolete SysV x86 platforms. It also
+provides some bug fixes & other maintenance work.
+
+---

Old:

  xtrans-1.3.5.tar.bz2

New:

  n_unifdef-LBXPROXY_t-and-TEST_t.patch
  xtrans-1.4.0.tar.bz2



Other differences:
--
++ xtrans.spec ++
--- /var/tmp/diff_new_pack.Zj3yZu/_old  2019-03-26 22:30:14.961737250 +0100
+++ /var/tmp/diff_new_pack.Zj3yZu/_new  2019-03-26 22:30:14.965737249 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xtrans
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -17,7 +17,7 @@
 
 
 Name:   xtrans
-Version:1.3.5
+Version:1.4.0
 Release:0
 Summary:Library to handle network protocol transport in X
 License:MIT
@@ -25,6 +25,7 @@
 Url:http://xorg.freedesktop.org/
 Source: 
http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
 Patch0: p_xauth.diff
+Patch1: n_unifdef-LBXPROXY_t-and-TEST_t.patch
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(xorg-macros) >= 1.12
 BuildRequires:  pkgconfig(xshmfence)
@@ -45,6 +46,7 @@
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p1 -R
 
 %build
 %configure --docdir=%{_docdir}/xtrans
@@ -59,7 +61,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING README
+%doc AUTHORS ChangeLog COPYING README.md
 %doc doc/xtrans.xml
 %{_includedir}/X11/Xtrans/
 %{_datadir}/aclocal/xtrans.m4

++ n_unifdef-LBXPROXY_t-and-TEST_t.patch ++
>From 0794b1b712a90b40e2b019c9edc6f96874493c52 Mon Sep 17 00:00:00 2001
From: Adam Jackson 
Date: Wed, 18 May 2016 12:41:41 -0400
Subject: [PATCH] unifdef LBXPROXY_t and TEST_t

LBX is dead, and TEST_t is unused.

Reviewed-by: Keith Packard 
Signed-off-by: Adam Jackson 
---
 Xtrans.h | 15 ---
 Xtranssock.c |  8 
 2 files changed, 23 deletions(-)

diff --git a/Xtrans.h b/Xtrans.h
index 3fd73b8..7ed033b 100644
--- a/Xtrans.h
+++ b/Xtrans.h
@@ -111,21 +111,6 @@ static const char *__xtransname = "_IceTrans";
 #endif
 #endif /* ICE_t */
 
-#ifdef TEST_t
-#define TRANS(func) _TESTTrans##func
-#ifdef XTRANSDEBUG
-static const char *__xtransname = "_TESTTrans";
-#endif
-#endif /* TEST_t */
-
-#ifdef LBXPROXY_t
-#define TRANS(func) _LBXPROXYTrans##func
-#define X11_t  /* The server defines this - so should the LBX proxy */
-#ifdef XTRANSDEBUG
-static const char *__xtransname = "_LBXPROXYTrans";
-#endif
-#endif /* LBXPROXY_t */
-
 #if !defined(TRANS)
 #define TRANS(func) _XTrans##func
 #ifdef XTRANSDEBUG
diff --git a/Xtranssock.c b/Xtranssock.c
index 2cda9bb..866f4ab 100644
--- a/Xtranssock.c
+++ b/Xtranssock.c
@@ -215,14 +215,6 @@ static int TRANS(SocketINETClose) (XtransConnInfo ciptr);
 #define UNIX_PATH "/tmp/.ICE-unix/"
 #define UNIX_DIR "/tmp/.ICE-unix"
 #endif /* ICE_t */
-#if defined(TEST_t)
-#define UNIX_PATH "/tmp/.Test-unix/test"
-#define UNIX_DIR "/tmp/.Test-unix"
-#endif
-#if defined(LBXPROXY_t)
-#define UNIX_PATH "/tmp/.X11-unix/X"
-#define UNIX_DIR  "/tmp/.X11-unix"
-#endif
 
 
 #endif /* UNIXCONN */
-- 
2.16.4

++ xtrans-1.3.5.tar.bz2 -> xtrans-1.4.0.tar.bz2 ++
 7847 lines of diff (skipped)




commit xtrans for openSUSE:Factory

2017-06-03 Thread root
Hello community,

here is the log from the commit of package xtrans for openSUSE:Factory checked 
in at 2017-06-04 01:46:25

Comparing /work/SRC/openSUSE:Factory/xtrans (Old)
 and  /work/SRC/openSUSE:Factory/.xtrans.new (New)


Package is "xtrans"

Sun Jun  4 01:46:25 2017 rev:13 rq:499644 version:1.3.5

Changes:

--- /work/SRC/openSUSE:Factory/xtrans/xtrans.changes2014-09-25 
08:42:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.xtrans.new/xtrans.changes   2017-06-04 
01:46:26.477688388 +0200
@@ -1,0 +2,6 @@
+Tue May 30 09:43:50 UTC 2017 - sndir...@suse.com
+
+- includes everything needed for missing sle issue entries:
+  fate #320388 (bsc#1041610) 
+
+---



Other differences:
--
++ xtrans.spec ++
--- /var/tmp/diff_new_pack.6xwl9N/_old  2017-06-04 01:46:26.925625096 +0200
+++ /var/tmp/diff_new_pack.6xwl9N/_new  2017-06-04 01:46:26.929624531 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xtrans
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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




commit xtrans for openSUSE:Factory

2014-09-25 Thread h_root


binxinI2usJNC.bin
Description: Binary data


commit xtrans for openSUSE:Factory

2014-04-26 Thread h_root
Hello community,

here is the log from the commit of package xtrans for openSUSE:Factory checked 
in at 2014-04-26 19:34:11

Comparing /work/SRC/openSUSE:Factory/xtrans (Old)
 and  /work/SRC/openSUSE:Factory/.xtrans.new (New)


Package is xtrans

Changes:

--- /work/SRC/openSUSE:Factory/xtrans/xtrans.changes2014-04-06 
07:10:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.xtrans.new/xtrans.changes   2014-04-26 
19:34:18.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 25 00:34:39 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Remove superfluous Require
+
+---



Other differences:
--
++ xtrans.spec ++
--- /var/tmp/diff_new_pack.IIFXgu/_old  2014-04-26 19:34:19.0 +0200
+++ /var/tmp/diff_new_pack.IIFXgu/_new  2014-04-26 19:34:19.0 +0200
@@ -28,7 +28,6 @@
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(xorg-macros) = 1.12
 BuildRequires:  pkgconfig(xshmfence)
-Requires:   xorg-x11-proto-devel
 # Package was named xorg-x11-xtrans-devel until 12.2
 # We use 7.7 for Provides/Obsoletes, since we're renaming the packages when
 # X11R7.7 is in RC1, and xorg-x11-xtrans-devel was version 7.6

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xtrans for openSUSE:Factory

2014-04-05 Thread h_root
Hello community,

here is the log from the commit of package xtrans for openSUSE:Factory checked 
in at 2014-04-06 07:10:15

Comparing /work/SRC/openSUSE:Factory/xtrans (Old)
 and  /work/SRC/openSUSE:Factory/.xtrans.new (New)


Package is xtrans

Changes:

--- /work/SRC/openSUSE:Factory/xtrans/xtrans.changes2014-01-29 
07:17:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.xtrans.new/xtrans.changes   2014-04-06 
07:10:18.0 +0200
@@ -1,0 +2,9 @@
+Mon Mar 31 20:51:52 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.3.4:
+  + configure: Also add -D_DEFAULT_SOURCE to .pc cflags to shut up glibc 
warnings
+  + Increase UNIX socket buffer size
+  + Cast ctype(3) function arguments to unsigned char.
+  + Add missing headers for free() and strlen().
+
+---

Old:

  xtrans-1.3.3.tar.bz2

New:

  xtrans-1.3.4.tar.bz2



Other differences:
--
++ xtrans.spec ++
--- /var/tmp/diff_new_pack.Uhj5Ve/_old  2014-04-06 07:10:19.0 +0200
+++ /var/tmp/diff_new_pack.Uhj5Ve/_new  2014-04-06 07:10:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xtrans
-Version:1.3.3
+Version:1.3.4
 Release:0
 Summary:Library to handle network protocol transport in X
 License:MIT

++ xtrans-1.3.3.tar.bz2 - xtrans-1.3.4.tar.bz2 ++
 8157 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xtrans-1.3.3/ChangeLog new/xtrans-1.3.4/ChangeLog
--- old/xtrans-1.3.3/ChangeLog  2014-01-27 13:51:51.0 +0100
+++ new/xtrans-1.3.4/ChangeLog  2014-03-31 12:42:34.0 +0200
@@ -1,3 +1,69 @@
+commit a57a7f62242e1ea972b81414741729bf3dbae0a4
+Author: Hans de Goede hdego...@redhat.com
+Date:   Mon Mar 31 12:37:43 2014 +0200
+
+xtrans 1.3.4
+
+Signed-off-by: Hans de Goede hdego...@redhat.com
+
+commit 1cd9cbe9b404e6c3e73dc0239d11547a5e2c02c4
+Author: Mark Kettenis kette...@openbsd.org
+Date:   Sat Mar 29 23:51:49 2014 +0100
+
+Increase UNIX socket buffer size
+
+Some systems provide a really small default buffer size for UNIX sockets.
+Bump it up to 64k if necessary such that large transfers (such as
+XGetImage() on a 8-megapixel image) don't take tens of seconds.
+
+Signed-off-by: Hans de Goede hdego...@redhat.com
+
+commit 68f60238c4224f954ff6556ae778c72e420175f0
+Author: Thomas Klausner w...@netbsd.org
+Date:   Wed Mar 26 13:21:49 2014 +0100
+
+Add missing headers for free() and strlen().
+
+Reviewed-by: Mark Kettenis kette...@openbsd.org
+Signed-off-by: Thomas Klausner w...@netbsd.org
+
+commit 34463baacb3cafc096e0e0859bc10d6868cb2299
+Author: Thomas Klausner w...@netbsd.org
+Date:   Wed Mar 26 13:21:23 2014 +0100
+
+Cast ctype(3) function arguments to unsigned char.
+
+Fixes warnings on at least NetBSD.
+
+Reviewed-by: Mark Kettenis kette...@openbsd.org
+Signed-off-by: Thomas Klausner w...@netbsd.org
+
+commit f20a9bb2ea25408ce9f1166b3b6e48759960fe86
+Author: Hans de Goede hdego...@redhat.com
+Date:   Mon Mar 3 08:42:45 2014 +0100
+
+configure: Also add -D_DEFAULT_SOURCE to .pc cflags to shut up glibc 
warnings
+
+The latest glibc considers _BSD_SOURCE deprecated, leading to the following
+warning being issued for pretty much every C-file in the xserver:
+
+In file included from /usr/include/stdint.h:25:0,
+ from 
/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,
+ from ../include/misc.h:81,
+ from miexpose.c:82:
+/usr/include/features.h:145:3: warning: #warning _BSD_SOURCE and 
_SVID_SOURCE are deprecated, use _DEFAULT_SOURCE [-Wcpp]
+ # warning _BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE
+   ^
+
+I've discussed this with the glibc developers and the prefered way of 
fixing
+this is by also defining _DEFAULT_SOURCE which is the new way of stating
+_BSD_SOURCE / _SVID_SOURCE .
+
+Signed-off-by: Hans de Goede hdego...@redhat.com
+Reviewed-by: Mark Kettenis kette...@openbsd.org
+Tested-by: Kristian Høgsberg k...@bitplanet.net
+Reviewed-by: Kristian Høgsberg k...@bitplanet.net
+
 commit 3f0de269abe59353acbd7a5587d68ce0da91db67
 Author: Hans de Goede hdego...@redhat.com
 Date:   Thu Jan 23 11:47:25 2014 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit xtrans for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package xtrans for openSUSE:Factory checked 
in at 2014-01-29 07:17:43

Comparing /work/SRC/openSUSE:Factory/xtrans (Old)
 and  /work/SRC/openSUSE:Factory/.xtrans.new (New)


Package is xtrans

Changes:

--- /work/SRC/openSUSE:Factory/xtrans/xtrans.changes2013-12-11 
17:46:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.xtrans.new/xtrans.changes   2014-01-29 
07:17:44.0 +0100
@@ -1,0 +2,14 @@
+Mon Jan 27 14:32:27 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.3.3:
+  + xtrans.m4: replace obsolete AC_HELP_STRING
+  + xtrans.m4: replace deprecated AC_HAVE_LIBRARY with AC_CHECK_LIB
+  + xtrans.m4: remove AC_TYPE_SIGNAL and Imake SIGNALRETURNSINT
+  + Add TransIsListening()
+  + Remove unused static inlines
+  + Fix alignment issues in FD passing code
+  + Don't restrict FD passing to Linux  Solaris
+  + Define TRANS_RECEIVED flag for transports
+  + Enable systemd socket activation
+
+---

Old:

  xtrans-1.3.2.tar.bz2

New:

  xtrans-1.3.3.tar.bz2



Other differences:
--
++ xtrans.spec ++
--- /var/tmp/diff_new_pack.rEXzm4/_old  2014-01-29 07:17:45.0 +0100
+++ /var/tmp/diff_new_pack.rEXzm4/_new  2014-01-29 07:17:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xtrans
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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:   xtrans
-Version:1.3.2
+Version:1.3.3
 Release:0
 Summary:Library to handle network protocol transport in X
 License:MIT

++ xtrans-1.3.2.tar.bz2 - xtrans-1.3.3.tar.bz2 ++
 9729 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xtrans-1.3.2/ChangeLog new/xtrans-1.3.3/ChangeLog
--- old/xtrans-1.3.2/ChangeLog  2013-11-08 05:18:13.0 +0100
+++ new/xtrans-1.3.3/ChangeLog  2014-01-27 13:51:51.0 +0100
@@ -1,3 +1,141 @@
+commit 3f0de269abe59353acbd7a5587d68ce0da91db67
+Author: Hans de Goede hdego...@redhat.com
+Date:   Thu Jan 23 11:47:25 2014 +0100
+
+xtrans 1.3.3
+
+Signed-off-by: Hans de Goede hdego...@redhat.com
+
+commit 8f3bbed42c308f9c90293f23b7eaceff006aa232
+Author: Jon TURNEY jon.tur...@dronecode.org.uk
+Date:   Wed Jul 10 16:29:12 2013 +0100
+
+Add TransIsListening()
+
+libxtrans provides TransNoListen() to set the 'don't listen' flag for a
+particular transport, but there is no interface to query the state of that 
flag
+
+This is a bit of a problem for the XWin server, as it wants to start some 
helper
+clients (for clipboard integration and integrated window management), so 
needs
+to know what transports the server is listening on to construct appropriate
+display names for those clients.
+
+Add TransIsListening() to discover if TransNoListen() has been called for a
+particular protocol or not
+
+HdG:
+-Invert the final check so that TransIsListening returns True when
+ TRANS_NOLISTEN is not set, as one would expect of it.
+-Make the protocol argument a const char * as similar functions do
+-Fix warning: too many arguments for format warning
+
+Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk
+Signed-off-by: Hans de Goede hdego...@redhat.com
+
+commit e1e6121a1638d43d9929589b4723da2b38cb6b44
+Author: Łukasz Stelmach l.stelm...@samsung.com
+Date:   Mon Nov 25 11:11:54 2013 +0100
+
+Enable systemd socket activation
+
+Receive file descriptors of open sockets from systemd instead of
+creating them.
+
+Signed-off-by: Łukasz Stelmach l.stelm...@samsung.com
+Cc: Kyungmin Park kyungmin.p...@samsung.com
+Cc: MyungJoo Ham myungjoo@samsung.com
+Cc: Piort Bereza p.ber...@samsung.com
+Cc: Karol Lewandowski k.lewando...@samsung.com
+Cc: Lennart Poettering lenn...@poettering.net
+Cc: Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl
+Cc: Peter Hutterer peter.hutte...@who-t.net
+Cc: walter harms wha...@bfs.de
+Signed-off-by: Hans de Goede hdego...@redhat.com
+Acked-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit 

commit xtrans for openSUSE:Factory

2013-12-11 Thread h_root
Hello community,

here is the log from the commit of package xtrans for openSUSE:Factory checked 
in at 2013-12-11 17:46:01

Comparing /work/SRC/openSUSE:Factory/xtrans (Old)
 and  /work/SRC/openSUSE:Factory/.xtrans.new (New)


Package is xtrans

Changes:

--- /work/SRC/openSUSE:Factory/xtrans/xtrans.changes2013-04-14 
16:12:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.xtrans.new/xtrans.changes   2013-12-11 
17:46:02.0 +0100
@@ -1,0 +2,36 @@
+Fri Nov  8 17:30:20 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.3.2:
+  Another round of fixes for the fd sending API's: improves portability,
+  fixes build failures on BSD  Solaris when building with the new API
+  disabled, and enables the new API for Solaris.
+  + Add stubs for send/recv fd functions in local transports
+  + Check if we need to define _XOPEN_SOURCE for struct msghdr.msg_control
+  + Allow XTRANS_SEND_FDS on Solaris as well
+  + Actually disable all of the FD passing code unless XTRANS_SEND_FDS is set
+  + Switch to CMSG_* macros for FD passing
+
+---
+Thu Nov  7 16:27:19 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.3.1:
+  Here's a new 1.3.1 release of libXtrans. The only interesting change
+  is that it now requires applications to specify that they want FD
+  passing support by defining XTRANS_SEND_FDS; the X server will do that
+  only on Linux. When non-Linux FD passing support is integrated, we can
+  change what the X server does.
+- Add upstream patch to fix build:
+  + U_disable_all_of_the_FD_passing_code_unless_XTRANS_SEND_FDS_is_set.patch
+
+---
+Sun Nov  3 00:46:57 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.3.0:
+  + configure: Remove AM_MAINTAINER_MODE
+  + Remove unused TLI (STREAMSCONN) code from xtrans
+  + Docs: convert function synopses to docbook funcsynopsis markup
+  + autogen.sh: Implement GNOME Build API
+  + Remove 'Readv' interface
+  + Add APIs to send file descriptors through the network
+
+---

Old:

  xtrans-1.2.7.tar.bz2

New:

  xtrans-1.3.2.tar.bz2



Other differences:
--
++ xtrans.spec ++
--- /var/tmp/diff_new_pack.qdxigA/_old  2013-12-11 17:46:02.0 +0100
+++ /var/tmp/diff_new_pack.qdxigA/_new  2013-12-11 17:46:02.0 +0100
@@ -17,16 +17,17 @@
 
 
 Name:   xtrans
-Version:1.2.7
+Version:1.3.2
 Release:0
 Summary:Library to handle network protocol transport in X
 License:MIT
 Group:  Development/Libraries/X11
 Url:http://xorg.freedesktop.org/
 Source: 
http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
-Patch:  p_xauth.diff
+Patch0: p_xauth.diff
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(xorg-macros) = 1.12
+BuildRequires:  pkgconfig(xshmfence)
 Requires:   xorg-x11-proto-devel
 # Package was named xorg-x11-xtrans-devel until 12.2
 # We use 7.7 for Provides/Obsoletes, since we're renaming the packages when
@@ -44,7 +45,7 @@
 
 %prep
 %setup -q
-%patch -p0
+%patch0 -p0
 
 %build
 %configure --docdir=%{_docdir}/xtrans

++ xtrans-1.2.7.tar.bz2 - xtrans-1.3.2.tar.bz2 ++
 9614 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xtrans for openSUSE:Factory

2013-04-14 Thread h_root
Hello community,

here is the log from the commit of package xtrans for openSUSE:Factory checked 
in at 2013-04-14 16:12:55

Comparing /work/SRC/openSUSE:Factory/xtrans (Old)
 and  /work/SRC/openSUSE:Factory/.xtrans.new (New)


Package is xtrans, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xtrans/xtrans.changes2012-09-25 
14:18:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.xtrans.new/xtrans.changes   2013-04-14 
16:12:56.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr  5 07:58:19 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls 
+
+---



Other differences:
--
++ xtrans.spec ++
--- /var/tmp/diff_new_pack.b6dmDW/_old  2013-04-14 16:12:57.0 +0200
+++ /var/tmp/diff_new_pack.b6dmDW/_new  2013-04-14 16:12:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xtrans
 #
-# 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
@@ -23,7 +23,7 @@
 License:MIT
 Group:  Development/Libraries/X11
 Url:http://xorg.freedesktop.org/
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
 Patch:  p_xauth.diff
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(xorg-macros) = 1.12

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xtrans for openSUSE:Factory

2012-09-25 Thread h_root
Hello community,

here is the log from the commit of package xtrans for openSUSE:Factory checked 
in at 2012-09-25 14:04:47

Comparing /work/SRC/openSUSE:Factory/xtrans (Old)
 and  /work/SRC/openSUSE:Factory/.xtrans.new (New)


Package is xtrans, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xtrans/xtrans.changes2012-05-17 
18:55:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.xtrans.new/xtrans.changes   2012-09-25 
14:18:27.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 25 08:58:07 UTC 2012 - sndir...@suse.com
+
+- specfile cleanup 
+
+---



Other differences:
--
++ xtrans.spec ++
--- /var/tmp/diff_new_pack.sLyGrm/_old  2012-09-25 14:18:28.0 +0200
+++ /var/tmp/diff_new_pack.sLyGrm/_new  2012-09-25 14:18:28.0 +0200
@@ -60,7 +60,7 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING README
-%doc %{_docdir}/xtrans/xtrans.xml
+%doc doc/xtrans.xml
 %{_includedir}/X11/Xtrans/
 %{_datadir}/aclocal/xtrans.m4
 %{_datadir}/pkgconfig/xtrans.pc

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org