commit xorgxrdp for openSUSE:Factory

2020-09-21 Thread root
Hello community,

here is the log from the commit of package xorgxrdp for openSUSE:Factory 
checked in at 2020-09-21 17:21:02

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


Package is "xorgxrdp"

Mon Sep 21 17:21:02 2020 rev:18 rq:835316 version:0.2.14

Changes:

--- /work/SRC/openSUSE:Factory/xorgxrdp/xorgxrdp.changes2020-03-14 
09:55:20.331110069 +0100
+++ /work/SRC/openSUSE:Factory/.xorgxrdp.new.4249/xorgxrdp.changes  
2020-09-21 17:24:22.215972648 +0200
@@ -1,0 +2,7 @@
+Mon Sep 14 10:23:51 UTC 2020 - Felix Zhang 
+
+- Update to version 0.2.14
+  + Reduce input lag by using two different delays #166
+  + Do not fail randr resize if size not changed #161 #156
+- Update the upstream maintainer's keyring
+---

Old:

  xorgxrdp-0.2.13.tar.gz
  xorgxrdp-0.2.13.tar.gz.asc

New:

  xorgxrdp-0.2.14.tar.gz
  xorgxrdp-0.2.14.tar.gz.asc



Other differences:
--
++ xorgxrdp.spec ++
--- /var/tmp/diff_new_pack.eNCIrq/_old  2020-09-21 17:24:26.247975761 +0200
+++ /var/tmp/diff_new_pack.eNCIrq/_new  2020-09-21 17:24:26.251975764 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xorgxrdp
 #
-# 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
@@ -17,12 +17,12 @@
 
 
 Name:   xorgxrdp
-Version:0.2.13
+Version:0.2.14
 Release:0
 Summary:Xorg drivers for xrdp
 License:X11
 Group:  System/X11/Utilities
-Url:https://github.com/neutrinolabs/xorgxrdp
+URL:https://github.com/neutrinolabs/xorgxrdp
 Source0:
https://github.com/neutrinolabs/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Source1:
https://github.com/neutrinolabs/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
 Source2:%{name}.keyring

++ xorgxrdp-0.2.13.tar.gz -> xorgxrdp-0.2.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorgxrdp-0.2.13/Makefile.in 
new/xorgxrdp-0.2.14/Makefile.in
--- old/xorgxrdp-0.2.13/Makefile.in 2020-03-11 07:51:43.0 +0100
+++ new/xorgxrdp-0.2.14/Makefile.in 2020-08-31 04:53:07.0 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.2 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2018 Free Software Foundation, Inc.
+# Copyright (C) 1994-2020 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -144,8 +144,8 @@
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
cscope distdir distdir-am dist dist-all distcheck
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
-   $(LISP)config_ac-h.in
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
+   config_ac-h.in
 # Read a list of newline-separated strings from the standard input,
 # and print each of them once, without duplicates.  Input order is
 # *not* preserved.
@@ -606,6 +606,10 @@
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c 
>$(distdir).tar.xz
$(am__post_remove_distdir)
 
+dist-zstd: distdir
+   tardir=$(distdir) && $(am__tar) | zstd -c 
$${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
+   $(am__post_remove_distdir)
+
 dist-tarZ: distdir
@echo WARNING: "Support for distribution archives compressed with" \
   "legacy program 'compress' is deprecated." >&2
@@ -648,6 +652,8 @@
  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
  unzip $(distdir).zip ;;\
+   *.tar.zst*) \
+ zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
esac
chmod -R a-w $(distdir)
chmod u+w $(distdir)
@@ -825,18 +831,18 @@
am--refresh check check-am clean clean-cscope clean-generic \
clean-libtool cscope cscopelist-am ctags ctags-am dist \
dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
-   dist-xz dist-zip distcheck distclean distclean-generic \
-   distclean-hdr distclean-libtool distclean-tags distcleancheck \
-   distdir distuninstallcheck dvi dvi-am html html-am info \
-   info-am install install-am install-data install-data-am \
-   install-dvi install-dvi-am install-exec install-exec-am \
-   install-html 

commit xorgxrdp for openSUSE:Factory

2020-03-14 Thread root
Hello community,

here is the log from the commit of package xorgxrdp for openSUSE:Factory 
checked in at 2020-03-14 09:55:12

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


Package is "xorgxrdp"

Sat Mar 14 09:55:12 2020 rev:17 rq:784522 version:0.2.13

Changes:

--- /work/SRC/openSUSE:Factory/xorgxrdp/xorgxrdp.changes2019-12-12 
23:17:55.130214798 +0100
+++ /work/SRC/openSUSE:Factory/.xorgxrdp.new.3160/xorgxrdp.changes  
2020-03-14 09:55:20.331110069 +0100
@@ -1,0 +2,6 @@
+Thu Mar 12 08:21:13 UTC 2020 - Felix Zhang 
+
+- Update to version 0.2.13
+  + Add support for button 8/9 #157
+
+---

Old:

  xorgxrdp-0.2.12.tar.gz
  xorgxrdp-0.2.12.tar.gz.asc

New:

  xorgxrdp-0.2.13.tar.gz
  xorgxrdp-0.2.13.tar.gz.asc



Other differences:
--
++ xorgxrdp.spec ++
--- /var/tmp/diff_new_pack.85gFWT/_old  2020-03-14 09:55:20.843110445 +0100
+++ /var/tmp/diff_new_pack.85gFWT/_new  2020-03-14 09:55:20.843110445 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xorgxrdp
-Version:0.2.12
+Version:0.2.13
 Release:0
 Summary:Xorg drivers for xrdp
 License:X11

++ xorgxrdp-0.2.12.tar.gz -> xorgxrdp-0.2.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorgxrdp-0.2.12/README.md 
new/xorgxrdp-0.2.13/README.md
--- old/xorgxrdp-0.2.12/README.md   2019-12-11 03:44:27.0 +0100
+++ new/xorgxrdp-0.2.13/README.md   2020-03-11 06:31:54.0 +0100
@@ -1,6 +1,6 @@
 [![Build 
Status](https://travis-ci.org/neutrinolabs/xorgxrdp.svg?branch=devel)](https://travis-ci.org/neutrinolabs/xorgxrdp)
 
-*Current Version:* 0.2.12
+*Current Version:* 0.2.13
 
 # xorgxrdp
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorgxrdp-0.2.12/configure 
new/xorgxrdp-0.2.13/configure
--- old/xorgxrdp-0.2.12/configure   2019-12-11 03:48:23.0 +0100
+++ new/xorgxrdp-0.2.13/configure   2020-03-11 07:51:42.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for xorgxrdp 0.2.12.
+# Generated by GNU Autoconf 2.69 for xorgxrdp 0.2.13.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='xorgxrdp'
 PACKAGE_TARNAME='xorgxrdp'
-PACKAGE_VERSION='0.2.12'
-PACKAGE_STRING='xorgxrdp 0.2.12'
+PACKAGE_VERSION='0.2.13'
+PACKAGE_STRING='xorgxrdp 0.2.13'
 PACKAGE_BUGREPORT='xrdp-de...@googlegroups.com'
 PACKAGE_URL=''
 
@@ -1345,7 +1345,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures xorgxrdp 0.2.12 to adapt to many kinds of systems.
+\`configure' configures xorgxrdp 0.2.13 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1415,7 +1415,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of xorgxrdp 0.2.12:";;
+ short | recursive ) echo "Configuration of xorgxrdp 0.2.13:";;
esac
   cat <<\_ACEOF
 
@@ -1544,7 +1544,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-xorgxrdp configure 0.2.12
+xorgxrdp configure 0.2.13
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1822,7 +1822,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by xorgxrdp $as_me 0.2.12, which was
+It was created by xorgxrdp $as_me 0.2.13, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2696,7 +2696,7 @@
 
 # Define the identity of the package.
  PACKAGE='xorgxrdp'
- VERSION='0.2.12'
+ VERSION='0.2.13'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -12522,12 +12522,12 @@
 pkg_cv_XRDP_CFLAGS="$XRDP_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
 if test -n "$PKG_CONFIG" && \
-{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"xrdp >= 0.9.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "xrdp >= 0.9.0") 2>&5
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"xrdp >= 0.9.13\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "xrdp >= 0.9.13") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_XRDP_CFLAGS=`$PKG_CONFIG --cflags "xrdp >= 0.9.0" 2>/dev/null`
+  pkg_cv_XRDP_CFLAGS=`$PKG_CONFIG --cflags "xrdp >= 0.9.13" 

commit xorgxrdp for openSUSE:Factory

2019-12-12 Thread root
Hello community,

here is the log from the commit of package xorgxrdp for openSUSE:Factory 
checked in at 2019-12-12 23:17:43

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


Package is "xorgxrdp"

Thu Dec 12 23:17:43 2019 rev:16 rq:755799 version:0.2.12

Changes:

--- /work/SRC/openSUSE:Factory/xorgxrdp/xorgxrdp.changes2019-10-14 
13:41:50.557349200 +0200
+++ /work/SRC/openSUSE:Factory/.xorgxrdp.new.4691/xorgxrdp.changes  
2019-12-12 23:17:55.130214798 +0100
@@ -1,0 +2,8 @@
+Wed Dec 11 09:08:25 UTC 2019 - Felix Zhang 
+
+- Update to version 0.2.12
+  + Glamor support for hardware acceleration #151
+  + Fix some memory leak #152
+  + Fix issue on screen resizing #153 neutrinolabs/xrdp#914
+
+---

Old:

  xorgxrdp-0.2.11.tar.gz
  xorgxrdp-0.2.11.tar.gz.asc

New:

  xorgxrdp-0.2.12.tar.gz
  xorgxrdp-0.2.12.tar.gz.asc



Other differences:
--
++ xorgxrdp.spec ++
--- /var/tmp/diff_new_pack.9IKlnf/_old  2019-12-12 23:17:55.774214740 +0100
+++ /var/tmp/diff_new_pack.9IKlnf/_new  2019-12-12 23:17:55.782214740 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xorgxrdp
-Version:0.2.11
+Version:0.2.12
 Release:0
 Summary:Xorg drivers for xrdp
 License:X11

++ xorgxrdp-0.2.11.tar.gz -> xorgxrdp-0.2.12.tar.gz ++
 3424 lines of diff (skipped)




commit xorgxrdp for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package xorgxrdp for openSUSE:Factory 
checked in at 2019-10-14 13:41:49

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


Package is "xorgxrdp"

Mon Oct 14 13:41:49 2019 rev:15 rq:738266 version:0.2.11

Changes:

--- /work/SRC/openSUSE:Factory/xorgxrdp/xorgxrdp.changes2019-10-14 
12:44:08.298286616 +0200
+++ /work/SRC/openSUSE:Factory/.xorgxrdp.new.2352/xorgxrdp.changes  
2019-10-14 13:41:50.557349200 +0200
@@ -4,6 +3,0 @@
-- Update to version 0.2.11 (jsc#9612)
-  + Fix crash on reconnect when monitors change #121 #147
-

-Sat Oct 12 10:43:24 UTC 2019 - Felix Zhang 
-



Other differences:
--




commit xorgxrdp for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package xorgxrdp for openSUSE:Factory 
checked in at 2019-10-14 12:43:58

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


Package is "xorgxrdp"

Mon Oct 14 12:43:58 2019 rev:14 rq:738208 version:0.2.11
Mon Oct 14 12:43:20 2019 rev:13 rq:738172 version:0.2.11

Changes:

--- /work/SRC/openSUSE:Factory/xorgxrdp/xorgxrdp.changes2019-06-13 
23:06:23.323192841 +0200
+++ /work/SRC/openSUSE:Factory/.xorgxrdp.new.2352/xorgxrdp.changes  
2019-10-14 12:44:08.298286616 +0200
@@ -1,0 +2,12 @@
+Sat Oct 12 10:43:24 UTC 2019 - Felix Zhang 
+
+- Update to version 0.2.11 (jsc#9612)
+  + Fix crash on reconnect when monitors change #121 #147
+
+---
+Sat Oct 12 10:43:24 UTC 2019 - Felix Zhang 
+
+- Update to version 0.2.11 (jsc#SLE-9612)
+  + Fix crash on reconnect when monitors change #121 #147
+
+---

Old:

  xorgxrdp-0.2.10.tar.gz
  xorgxrdp-0.2.10.tar.gz.asc

New:

  xorgxrdp-0.2.11.tar.gz
  xorgxrdp-0.2.11.tar.gz.asc



Other differences:
--
++ xorgxrdp.spec ++
--- /var/tmp/diff_new_pack.OMuGn1/_old  2019-10-14 12:44:09.206284241 +0200
+++ /var/tmp/diff_new_pack.OMuGn1/_new  2019-10-14 12:44:09.206284241 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xorgxrdp
-Version:0.2.10
+Version:0.2.11
 Release:0
 Summary:Xorg drivers for xrdp
 License:X11

++ xorgxrdp-0.2.10.tar.gz -> xorgxrdp-0.2.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorgxrdp-0.2.10/README.md 
new/xorgxrdp-0.2.11/README.md
--- old/xorgxrdp-0.2.10/README.md   2019-05-30 08:05:34.0 +0200
+++ new/xorgxrdp-0.2.11/README.md   2019-08-16 03:14:04.0 +0200
@@ -1,6 +1,6 @@
 [![Build 
Status](https://travis-ci.org/neutrinolabs/xorgxrdp.svg?branch=devel)](https://travis-ci.org/neutrinolabs/xorgxrdp)
 
-*Current Version:* 0.2.10
+*Current Version:* 0.2.11
 
 # xorgxrdp
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorgxrdp-0.2.10/configure 
new/xorgxrdp-0.2.11/configure
--- old/xorgxrdp-0.2.10/configure   2019-05-30 08:06:20.0 +0200
+++ new/xorgxrdp-0.2.11/configure   2019-08-16 03:15:33.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for xorgxrdp 0.2.10.
+# Generated by GNU Autoconf 2.69 for xorgxrdp 0.2.11.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='xorgxrdp'
 PACKAGE_TARNAME='xorgxrdp'
-PACKAGE_VERSION='0.2.10'
-PACKAGE_STRING='xorgxrdp 0.2.10'
+PACKAGE_VERSION='0.2.11'
+PACKAGE_STRING='xorgxrdp 0.2.11'
 PACKAGE_BUGREPORT='xrdp-de...@googlegroups.com'
 PACKAGE_URL=''
 
@@ -1338,7 +1338,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures xorgxrdp 0.2.10 to adapt to many kinds of systems.
+\`configure' configures xorgxrdp 0.2.11 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1408,7 +1408,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of xorgxrdp 0.2.10:";;
+ short | recursive ) echo "Configuration of xorgxrdp 0.2.11:";;
esac
   cat <<\_ACEOF
 
@@ -1532,7 +1532,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-xorgxrdp configure 0.2.10
+xorgxrdp configure 0.2.11
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1810,7 +1810,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by xorgxrdp $as_me 0.2.10, which was
+It was created by xorgxrdp $as_me 0.2.11, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2684,7 +2684,7 @@
 
 # Define the identity of the package.
  PACKAGE='xorgxrdp'
- VERSION='0.2.10'
+ VERSION='0.2.11'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13533,7 +13533,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by xorgxrdp $as_me 0.2.10, which was
+This file was extended by xorgxrdp $as_me 0.2.11, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -13599,7 +13599,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1

commit xorgxrdp for openSUSE:Factory

2019-06-13 Thread root
Hello community,

here is the log from the commit of package xorgxrdp for openSUSE:Factory 
checked in at 2019-06-13 23:06:23

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


Package is "xorgxrdp"

Thu Jun 13 23:06:23 2019 rev:12 rq:709675 version:0.2.10

Changes:

--- /work/SRC/openSUSE:Factory/xorgxrdp/xorgxrdp.changes2019-05-02 
19:16:54.505372899 +0200
+++ /work/SRC/openSUSE:Factory/.xorgxrdp.new.4811/xorgxrdp.changes  
2019-06-13 23:06:23.323192841 +0200
@@ -1,0 +2,8 @@
+Thu Jun 13 06:36:56 UTC 2019 - Felix Zhang 
+
+- Update to version 0.2.10
+  + Improve reliability killing disconnected sessions
+  + Introduce suppress output support (requires upcoming xrdp
+v0.9.11)
+
+---

Old:

  xorgxrdp-0.2.9.tar.gz
  xorgxrdp-0.2.9.tar.gz.asc

New:

  xorgxrdp-0.2.10.tar.gz
  xorgxrdp-0.2.10.tar.gz.asc



Other differences:
--
++ xorgxrdp.spec ++
--- /var/tmp/diff_new_pack.hy7e9X/_old  2019-06-13 23:06:23.883192510 +0200
+++ /var/tmp/diff_new_pack.hy7e9X/_new  2019-06-13 23:06:23.887192508 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xorgxrdp
-Version:0.2.9
+Version:0.2.10
 Release:0
 Summary:Xorg drivers for xrdp
 License:X11

++ xorgxrdp-0.2.9.tar.gz -> xorgxrdp-0.2.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorgxrdp-0.2.9/README.md 
new/xorgxrdp-0.2.10/README.md
--- old/xorgxrdp-0.2.9/README.md2018-12-12 02:16:54.0 +0100
+++ new/xorgxrdp-0.2.10/README.md   2019-05-30 08:05:34.0 +0200
@@ -1,6 +1,6 @@
 [![Build 
Status](https://travis-ci.org/neutrinolabs/xorgxrdp.svg?branch=devel)](https://travis-ci.org/neutrinolabs/xorgxrdp)
 
-*Current Version:* 0.2.9
+*Current Version:* 0.2.10
 
 # xorgxrdp
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorgxrdp-0.2.9/configure 
new/xorgxrdp-0.2.10/configure
--- old/xorgxrdp-0.2.9/configure2018-12-12 02:21:10.0 +0100
+++ new/xorgxrdp-0.2.10/configure   2019-05-30 08:06:20.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for xorgxrdp 0.2.9.
+# Generated by GNU Autoconf 2.69 for xorgxrdp 0.2.10.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='xorgxrdp'
 PACKAGE_TARNAME='xorgxrdp'
-PACKAGE_VERSION='0.2.9'
-PACKAGE_STRING='xorgxrdp 0.2.9'
+PACKAGE_VERSION='0.2.10'
+PACKAGE_STRING='xorgxrdp 0.2.10'
 PACKAGE_BUGREPORT='xrdp-de...@googlegroups.com'
 PACKAGE_URL=''
 
@@ -1338,7 +1338,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures xorgxrdp 0.2.9 to adapt to many kinds of systems.
+\`configure' configures xorgxrdp 0.2.10 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1408,7 +1408,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of xorgxrdp 0.2.9:";;
+ short | recursive ) echo "Configuration of xorgxrdp 0.2.10:";;
esac
   cat <<\_ACEOF
 
@@ -1532,7 +1532,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-xorgxrdp configure 0.2.9
+xorgxrdp configure 0.2.10
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1810,7 +1810,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by xorgxrdp $as_me 0.2.9, which was
+It was created by xorgxrdp $as_me 0.2.10, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2684,7 +2684,7 @@
 
 # Define the identity of the package.
  PACKAGE='xorgxrdp'
- VERSION='0.2.9'
+ VERSION='0.2.10'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13533,7 +13533,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by xorgxrdp $as_me 0.2.9, which was
+This file was extended by xorgxrdp $as_me 0.2.10, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -13599,7 +13599,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-xorgxrdp config.status 0.2.9
+xorgxrdp config.status 0.2.10
 configured by $0, generated by GNU Autoconf 2.69,
   with 

commit xorgxrdp for openSUSE:Factory

2019-05-02 Thread root
Hello community,

here is the log from the commit of package xorgxrdp for openSUSE:Factory 
checked in at 2019-05-02 19:16:52

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


Package is "xorgxrdp"

Thu May  2 19:16:52 2019 rev:11 rq:699566 version:0.2.9

Changes:

--- /work/SRC/openSUSE:Factory/xorgxrdp/xorgxrdp.changes2018-12-21 
08:22:35.749503884 +0100
+++ /work/SRC/openSUSE:Factory/.xorgxrdp.new.5148/xorgxrdp.changes  
2019-05-02 19:16:54.505372899 +0200
@@ -1,0 +2,5 @@
+Mon Apr 29 17:11:02 UTC 2019 - Felix Zhang 
+
+- BuildRequires libXfont2-devel for SLE12-SP4 and later
+
+---
@@ -4 +9 @@
-- Update to version 0.2.9
+- Update to version 0.2.9 (jsc#SLE-5926)



Other differences:
--
++ xorgxrdp.spec ++
--- /var/tmp/diff_new_pack.VBGt4q/_old  2019-05-02 19:16:55.433374604 +0200
+++ /var/tmp/diff_new_pack.VBGt4q/_new  2019-05-02 19:16:55.433374604 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xorgxrdp
 #
-# Copyright (c) 2018 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
@@ -34,8 +34,8 @@
 BuildRequires:  xrdp-devel
 BuildRequires:  pkgconfig(xorg-macros)
 Requires:   xrdp >= 0.9.1
-# For 42.x keep to use libXfont-devel
-%if 0%{?suse_version} > 1320
+# For Leap 42.x and SLE 12.x <= 12.3, keep to use libXfont-devel
+%if 0%{?suse_version} > 1320 || 0%{?sle_version}  > 120300
 BuildRequires:  libXfont2-devel
 %else
 BuildRequires:  libXfont-devel





commit xorgxrdp for openSUSE:Factory

2018-12-20 Thread root
Hello community,

here is the log from the commit of package xorgxrdp for openSUSE:Factory 
checked in at 2018-12-21 08:22:32

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


Package is "xorgxrdp"

Fri Dec 21 08:22:32 2018 rev:10 rq:660283 version:0.2.9

Changes:

--- /work/SRC/openSUSE:Factory/xorgxrdp/xorgxrdp.changes2018-09-24 
13:12:58.441736997 +0200
+++ /work/SRC/openSUSE:Factory/.xorgxrdp.new.28833/xorgxrdp.changes 
2018-12-21 08:22:35.749503884 +0100
@@ -1,0 +2,7 @@
+Tue Dec 18 09:36:17 UTC 2018 - Felix Zhang 
+
+- Update to version 0.2.9
+  + Add a feature to disconnect idle sessions
+  + Disable autorepeat in Xorg, it is done in RDP layer
+
+---

Old:

  xorgxrdp-0.2.8.tar.gz
  xorgxrdp-0.2.8.tar.gz.asc

New:

  xorgxrdp-0.2.9.tar.gz
  xorgxrdp-0.2.9.tar.gz.asc



Other differences:
--
++ xorgxrdp.spec ++
--- /var/tmp/diff_new_pack.m0g32g/_old  2018-12-21 08:22:36.257503408 +0100
+++ /var/tmp/diff_new_pack.m0g32g/_new  2018-12-21 08:22:36.261503404 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xorgxrdp
-Version:0.2.8
+Version:0.2.9
 Release:0
 Summary:Xorg drivers for xrdp
 License:X11

++ xorgxrdp-0.2.8.tar.gz -> xorgxrdp-0.2.9.tar.gz ++
 4293 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/xorgxrdp-0.2.8/README.md new/xorgxrdp-0.2.9/README.md
--- old/xorgxrdp-0.2.8/README.md2018-09-18 04:36:30.0 +0200
+++ new/xorgxrdp-0.2.9/README.md2018-12-12 02:16:54.0 +0100
@@ -1,6 +1,6 @@
 [![Build 
Status](https://travis-ci.org/neutrinolabs/xorgxrdp.svg?branch=devel)](https://travis-ci.org/neutrinolabs/xorgxrdp)
 
-*Current Version:* 0.2.8
+*Current Version:* 0.2.9
 
 # xorgxrdp
 
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/xorgxrdp-0.2.8/configure.ac new/xorgxrdp-0.2.9/configure.ac
--- old/xorgxrdp-0.2.8/configure.ac 2018-09-18 04:36:30.0 +0200
+++ new/xorgxrdp-0.2.9/configure.ac 2018-12-12 02:16:54.0 +0100
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.65)
 # package version must be x.y.z
-AC_INIT([xorgxrdp], [0.2.8], [xrdp-de...@googlegroups.com])
+AC_INIT([xorgxrdp], [0.2.9], [xrdp-de...@googlegroups.com])
 package_version_major=$(echo ${PACKAGE_VERSION}|cut -d. -f1)
 package_version_minor=$(echo ${PACKAGE_VERSION}|cut -d. -f2)
 package_version_patchlevel=$(echo ${PACKAGE_VERSION}|cut -d. -f3)
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/xorgxrdp-0.2.8/module/rdp.h new/xorgxrdp-0.2.9/module/rdp.h
--- old/xorgxrdp-0.2.8/module/rdp.h 2018-08-30 07:52:18.0 +0200
+++ new/xorgxrdp-0.2.9/module/rdp.h 2018-12-11 06:56:02.0 +0100
@@ -284,6 +284,10 @@
 int disconnect_timeout_s;
 int disconnect_time_ms;
 
+OsTimerPtr idleDisconnectTimer;
+int idle_disconnect_timeout_s;
+time_t last_event_time;
+
 int conNumber;
 
 struct _rdpCounts counts;
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/xorgxrdp-0.2.8/module/rdpClientCon.c 
new/xorgxrdp-0.2.9/module/rdpClientCon.c
--- old/xorgxrdp-0.2.8/module/rdpClientCon.c2018-09-18 04:36:30.0 
+0200
+++ new/xorgxrdp-0.2.9/module/rdpClientCon.c2018-12-11 06:56:02.0 
+0100
@@ -101,6 +101,8 @@
 
 static int
 rdpClientConDisconnect(rdpPtr dev, rdpClientCon *clientCon);
+static CARD32
+rdpDeferredIdleDisconnectCallback(OsTimerPtr timer, CARD32 now, pointer arg);
 
 #if XORG_VERSION_CURRENT < XORG_VERSION_NUMERIC(1, 18, 5, 0, 0)
 
@@ -208,6 +210,7 @@
 LLOGLN(0, ("rdpClientConGotConnection:"));
 clientCon = g_new0(rdpClientCon, 1);

commit xorgxrdp for openSUSE:Factory

2018-09-24 Thread root
Hello community,

here is the log from the commit of package xorgxrdp for openSUSE:Factory 
checked in at 2018-09-24 13:12:55

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


Package is "xorgxrdp"

Mon Sep 24 13:12:55 2018 rev:9 rq:637022 version:0.2.8

Changes:

--- /work/SRC/openSUSE:Factory/xorgxrdp/xorgxrdp.changes2018-08-06 
11:54:55.349311546 +0200
+++ /work/SRC/openSUSE:Factory/.xorgxrdp.new/xorgxrdp.changes   2018-09-24 
13:12:58.441736997 +0200
@@ -1,0 +2,6 @@
+Thu Sep 20 08:57:44 UTC 2018 - fezh...@suse.com
+
+- Update to version 0.2.8
+  + Fix invalid memory access issues #124 #125
+
+---

Old:

  xorgxrdp-0.2.7.tar.gz
  xorgxrdp-0.2.7.tar.gz.asc

New:

  xorgxrdp-0.2.8.tar.gz
  xorgxrdp-0.2.8.tar.gz.asc



Other differences:
--
++ xorgxrdp.spec ++
--- /var/tmp/diff_new_pack.i4b4LA/_old  2018-09-24 13:12:58.849736283 +0200
+++ /var/tmp/diff_new_pack.i4b4LA/_new  2018-09-24 13:12:58.853736276 +0200
@@ -12,12 +12,12 @@
 # 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/
 #
 
 
 Name:   xorgxrdp
-Version:0.2.7
+Version:0.2.8
 Release:0
 Summary:Xorg drivers for xrdp
 License:X11

++ xorgxrdp-0.2.7.tar.gz -> xorgxrdp-0.2.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorgxrdp-0.2.7/README.md new/xorgxrdp-0.2.8/README.md
--- old/xorgxrdp-0.2.7/README.md2018-06-18 15:32:27.0 +0200
+++ new/xorgxrdp-0.2.8/README.md2018-09-18 04:36:30.0 +0200
@@ -1,6 +1,6 @@
 [![Build 
Status](https://travis-ci.org/neutrinolabs/xorgxrdp.svg?branch=devel)](https://travis-ci.org/neutrinolabs/xorgxrdp)
 
-*Current Version:* 0.2.7
+*Current Version:* 0.2.8
 
 # xorgxrdp
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorgxrdp-0.2.7/configure new/xorgxrdp-0.2.8/configure
--- old/xorgxrdp-0.2.7/configure2018-06-18 15:35:56.0 +0200
+++ new/xorgxrdp-0.2.8/configure2018-09-18 04:56:51.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for xorgxrdp 0.2.7.
+# Generated by GNU Autoconf 2.69 for xorgxrdp 0.2.8.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='xorgxrdp'
 PACKAGE_TARNAME='xorgxrdp'
-PACKAGE_VERSION='0.2.7'
-PACKAGE_STRING='xorgxrdp 0.2.7'
+PACKAGE_VERSION='0.2.8'
+PACKAGE_STRING='xorgxrdp 0.2.8'
 PACKAGE_BUGREPORT='xrdp-de...@googlegroups.com'
 PACKAGE_URL=''
 
@@ -1338,7 +1338,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures xorgxrdp 0.2.7 to adapt to many kinds of systems.
+\`configure' configures xorgxrdp 0.2.8 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1408,7 +1408,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of xorgxrdp 0.2.7:";;
+ short | recursive ) echo "Configuration of xorgxrdp 0.2.8:";;
esac
   cat <<\_ACEOF
 
@@ -1532,7 +1532,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-xorgxrdp configure 0.2.7
+xorgxrdp configure 0.2.8
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1810,7 +1810,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by xorgxrdp $as_me 0.2.7, which was
+It was created by xorgxrdp $as_me 0.2.8, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2684,7 +2684,7 @@
 
 # Define the identity of the package.
  PACKAGE='xorgxrdp'
- VERSION='0.2.7'
+ VERSION='0.2.8'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13533,7 +13533,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by xorgxrdp $as_me 0.2.7, which was
+This file was extended by xorgxrdp $as_me 0.2.8, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -13599,7 +13599,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 

commit xorgxrdp for openSUSE:Factory

2018-08-06 Thread root
Hello community,

here is the log from the commit of package xorgxrdp for openSUSE:Factory 
checked in at 2018-08-06 11:54:53

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


Package is "xorgxrdp"

Mon Aug  6 11:54:53 2018 rev:8 rq:627610 version:0.2.7

Changes:

--- /work/SRC/openSUSE:Factory/xorgxrdp/xorgxrdp.changes2018-07-03 
23:35:55.832273167 +0200
+++ /work/SRC/openSUSE:Factory/.xorgxrdp.new/xorgxrdp.changes   2018-08-06 
11:54:55.349311546 +0200
@@ -1,0 +2,7 @@
+Mon Aug  6 07:35:47 UTC 2018 - fezh...@suse.com
+
+- Add xorg-macros BuildRequires and %{x11_abi_videodrv_req} and
+  %{x11_abi_xinput_req} to prevent ABI mismatch with Xorg, reported
+  and fix suggested by Michal Srb (boo#1103556).
+
+---



Other differences:
--
++ xorgxrdp.spec ++
--- /var/tmp/diff_new_pack.kfnJAQ/_old  2018-08-06 11:54:55.817312359 +0200
+++ /var/tmp/diff_new_pack.kfnJAQ/_new  2018-08-06 11:54:55.821312367 +0200
@@ -32,6 +32,7 @@
 BuildRequires:  nasm
 BuildRequires:  xorg-x11-server-sdk
 BuildRequires:  xrdp-devel
+BuildRequires:  pkgconfig(xorg-macros)
 Requires:   xrdp >= 0.9.1
 # For 42.x keep to use libXfont-devel
 %if 0%{?suse_version} > 1320
@@ -40,6 +41,8 @@
 BuildRequires:  libXfont-devel
 %endif
 ExcludeArch:s390 s390x
+%{x11_abi_videodrv_req}
+%{x11_abi_xinput_req}
 
 %description
 This package contains Xorg driver modules for xrdp





commit xorgxrdp for openSUSE:Factory

2018-07-03 Thread root
Hello community,

here is the log from the commit of package xorgxrdp for openSUSE:Factory 
checked in at 2018-07-03 23:34:49

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


Package is "xorgxrdp"

Tue Jul  3 23:34:49 2018 rev:7 rq:620400 version:0.2.7

Changes:

--- /work/SRC/openSUSE:Factory/xorgxrdp/xorgxrdp.changes2018-04-17 
11:19:40.260354669 +0200
+++ /work/SRC/openSUSE:Factory/.xorgxrdp.new/xorgxrdp.changes   2018-07-03 
23:35:55.832273167 +0200
@@ -1,0 +2,6 @@
+Tue Jul  3 03:03:35 UTC 2018 - fezh...@suse.com
+
+- Update to version 0.2.7
+  + Build fix #119 #123
+
+---

Old:

  xorgxrdp-0.2.6.tar.gz
  xorgxrdp-0.2.6.tar.gz.asc

New:

  xorgxrdp-0.2.7.tar.gz
  xorgxrdp-0.2.7.tar.gz.asc



Other differences:
--
++ xorgxrdp.spec ++
--- /var/tmp/diff_new_pack.IwSytJ/_old  2018-07-03 23:35:56.676271961 +0200
+++ /var/tmp/diff_new_pack.IwSytJ/_new  2018-07-03 23:35:56.676271961 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xorgxrdp
-Version:0.2.6
+Version:0.2.7
 Release:0
 Summary:Xorg drivers for xrdp
 License:X11

++ xorgxrdp-0.2.6.tar.gz -> xorgxrdp-0.2.7.tar.gz ++
 1906 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/xorgxrdp-0.2.6/README.md new/xorgxrdp-0.2.7/README.md
--- old/xorgxrdp-0.2.6/README.md2018-03-21 16:24:47.0 +0100
+++ new/xorgxrdp-0.2.7/README.md2018-06-18 15:32:27.0 +0200
@@ -1,6 +1,6 @@
 [![Build 
Status](https://travis-ci.org/neutrinolabs/xorgxrdp.svg?branch=devel)](https://travis-ci.org/neutrinolabs/xorgxrdp)
 
-*Current Version:* 0.2.6
+*Current Version:* 0.2.7
 
 # xorgxrdp
 
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/xorgxrdp-0.2.6/compile new/xorgxrdp-0.2.7/compile
--- old/xorgxrdp-0.2.6/compile  2018-03-21 16:35:57.0 +0100
+++ new/xorgxrdp-0.2.7/compile  2018-06-18 15:35:57.0 +0200
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1999-2017 Free Software Foundation, Inc.
+# Copyright (C) 1999-2018 Free Software Foundation, Inc.
 # Written by Tom Tromey .
 #
 # This program is free software; you can redistribute it and/or modify
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see .
+# along with this program.  If not, see .
 
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
@@ -340,7 +340,7 @@
 # Local Variables:
 # mode: shell-script
 # sh-indentation: 2
-# eval: (add-hook 'write-file-hooks 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
 # time-stamp-time-zone: "UTC0"
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/xorgxrdp-0.2.6/configure.ac new/xorgxrdp-0.2.7/configure.ac
--- old/xorgxrdp-0.2.6/configure.ac 2018-03-21 16:24:47.0 +0100
+++ new/xorgxrdp-0.2.7/configure.ac 2018-06-18 15:32:27.0 +0200
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.65)
 # package version must be x.y.z
-AC_INIT([xorgxrdp], [0.2.6], [xrdp-de...@googlegroups.com])
+AC_INIT([xorgxrdp], [0.2.7], [xrdp-de...@googlegroups.com])
 package_version_major=$(echo ${PACKAGE_VERSION}|cut -d. -f1)
 package_version_minor=$(echo ${PACKAGE_VERSION}|cut -d. -f2)
 package_version_patchlevel=$(echo ${PACKAGE_VERSION}|cut -d. -f3)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude 

commit xorgxrdp for openSUSE:Factory

2018-04-17 Thread root
Hello community,

here is the log from the commit of package xorgxrdp for openSUSE:Factory 
checked in at 2018-04-17 11:19:35

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


Package is "xorgxrdp"

Tue Apr 17 11:19:35 2018 rev:6 rq:597311 version:0.2.6

Changes:

--- /work/SRC/openSUSE:Factory/xorgxrdp/xorgxrdp.changes2018-02-01 
21:29:41.640216486 +0100
+++ /work/SRC/openSUSE:Factory/.xorgxrdp.new/xorgxrdp.changes   2018-04-17 
11:19:40.260354669 +0200
@@ -1,0 +2,7 @@
+Tue Apr 17 02:56:02 UTC 2018 - fezh...@suse.com
+
+- Update to version 0.2.6
+  + Fix GNOME 3 gnome-settings-daemon crash issue #111
+  + Show correct version in Xorg log #114 #115
+
+---
@@ -4 +11 @@
-- add s390 to excludearch list 
+- Add s390 to excludearch list
@@ -17 +24 @@
-- update to 0.2.4
+- Update to 0.2.4
@@ -23,2 +30,2 @@
-- exclude s390x arch
-- specfile cleanup
+- Exclude s390x arch
+- Specfile cleanup
@@ -29,2 +36,2 @@
-- update to 0.2.3
-  + fix X programs crash when reconnecting to xrdp with different
+- Update to 0.2.3
+  + Fix X programs crash when reconnecting to xrdp with different
@@ -32 +39 @@
-- fix build error for Leap 42.3
+- Fix build error for Leap 42.3
@@ -38,3 +45,3 @@
-- add source verification
-  + add xorgxrdp-0.2.2.tar.gz.asc
-  + add xorgxrdp.keyring, from the signer Koichiro IWAO (@metalefty
+- Add source verification
+  + Add xorgxrdp-0.2.2.tar.gz.asc
+  + Add xorgxrdp.keyring, from the signer Koichiro IWAO (@metalefty
@@ -46 +53 @@
-- update to 0.2.2
+- Update to 0.2.2
@@ -54 +61 @@
-- initial package
+- Initial package

Old:

  xorgxrdp-0.2.5.tar.gz
  xorgxrdp-0.2.5.tar.gz.asc

New:

  xorgxrdp-0.2.6.tar.gz
  xorgxrdp-0.2.6.tar.gz.asc



Other differences:
--
++ xorgxrdp.spec ++
--- /var/tmp/diff_new_pack.zRZCuP/_old  2018-04-17 11:19:40.788329923 +0200
+++ /var/tmp/diff_new_pack.zRZCuP/_new  2018-04-17 11:19:40.792329735 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xorgxrdp
-Version:0.2.5
+Version:0.2.6
 Release:0
 Summary:Xorg drivers for xrdp
 License:X11

++ xorgxrdp-0.2.5.tar.gz -> xorgxrdp-0.2.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorgxrdp-0.2.5/Makefile.in 
new/xorgxrdp-0.2.6/Makefile.in
--- old/xorgxrdp-0.2.5/Makefile.in  2017-12-14 08:02:46.0 +0100
+++ new/xorgxrdp-0.2.6/Makefile.in  2018-03-21 16:35:57.0 +0100
@@ -324,6 +324,9 @@
 mkdir_p = @mkdir_p@
 moduledir = @moduledir@
 oldincludedir = @oldincludedir@
+package_version_major = @package_version_major@
+package_version_minor = @package_version_minor@
+package_version_patchlevel = @package_version_patchlevel@
 pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorgxrdp-0.2.5/README.md new/xorgxrdp-0.2.6/README.md
--- old/xorgxrdp-0.2.5/README.md2017-12-14 07:52:19.0 +0100
+++ new/xorgxrdp-0.2.6/README.md2018-03-21 16:24:47.0 +0100
@@ -1,6 +1,6 @@
 [![Build 
Status](https://travis-ci.org/neutrinolabs/xorgxrdp.svg?branch=devel)](https://travis-ci.org/neutrinolabs/xorgxrdp)
 
-*Current Version:* 0.2.5
+*Current Version:* 0.2.6
 
 # xorgxrdp
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorgxrdp-0.2.5/configure new/xorgxrdp-0.2.6/configure
--- old/xorgxrdp-0.2.5/configure2017-12-14 08:02:45.0 +0100
+++ new/xorgxrdp-0.2.6/configure2018-03-21 16:35:56.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for xorgxrdp 0.2.5.
+# Generated by GNU Autoconf 2.69 for xorgxrdp 0.2.6.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='xorgxrdp'
 PACKAGE_TARNAME='xorgxrdp'
-PACKAGE_VERSION='0.2.5'
-PACKAGE_STRING='xorgxrdp 0.2.5'
+PACKAGE_VERSION='0.2.6'
+PACKAGE_STRING='xorgxrdp 0.2.6'
 PACKAGE_BUGREPORT='xrdp-de...@googlegroups.com'
 PACKAGE_URL=''
 
@@ -724,6 +724,9 @@
 INSTALL_DATA
 INSTALL_SCRIPT
 INSTALL_PROGRAM
+package_version_patchlevel
+package_version_minor
+package_version_major
 target_alias
 host_alias
 build_alias
@@ -1335,7 +1338,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures xorgxrdp 0.2.5 to adapt to many kinds of systems.
+\`configure' configures xorgxrdp 0.2.6 to adapt to many kinds of 

commit xorgxrdp for openSUSE:Factory

2018-02-01 Thread root
Hello community,

here is the log from the commit of package xorgxrdp for openSUSE:Factory 
checked in at 2018-02-01 21:29:40

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


Package is "xorgxrdp"

Thu Feb  1 21:29:40 2018 rev:5 rq:571627 version:0.2.5

Changes:

--- /work/SRC/openSUSE:Factory/xorgxrdp/xorgxrdp.changes2018-01-09 
14:53:22.963269097 +0100
+++ /work/SRC/openSUSE:Factory/.xorgxrdp.new/xorgxrdp.changes   2018-02-01 
21:29:41.640216486 +0100
@@ -1,0 +2,5 @@
+Wed Jan 31 17:52:38 CET 2018 - r...@suse.de
+
+- add s390 to excludearch list 
+
+---



Other differences:
--
++ xorgxrdp.spec ++
--- /var/tmp/diff_new_pack.3U18zD/_old  2018-02-01 21:29:42.700166896 +0100
+++ /var/tmp/diff_new_pack.3U18zD/_new  2018-02-01 21:29:42.704166708 +0100
@@ -39,7 +39,7 @@
 %else
 BuildRequires:  libXfont-devel
 %endif
-ExcludeArch:s390x
+ExcludeArch:s390 s390x
 
 %description
 This package contains Xorg driver modules for xrdp





commit xorgxrdp for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package xorgxrdp for openSUSE:Factory 
checked in at 2018-01-09 14:53:21

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


Package is "xorgxrdp"

Tue Jan  9 14:53:21 2018 rev:4 rq:562292 version:0.2.5

Changes:

--- /work/SRC/openSUSE:Factory/xorgxrdp/xorgxrdp.changes2017-10-03 
23:17:46.062342787 +0200
+++ /work/SRC/openSUSE:Factory/.xorgxrdp.new/xorgxrdp.changes   2018-01-09 
14:53:22.963269097 +0100
@@ -1,0 +2,8 @@
+Sat Jan  6 19:16:29 UTC 2018 - fezh...@suse.com
+
+- Update to version 0.2.5
+  + Adjust socket file permission #110
+  + Accept display number 0 #106
+  + Assembly code refactoring
+
+---

Old:

  xorgxrdp-0.2.4.tar.gz
  xorgxrdp-0.2.4.tar.gz.asc

New:

  xorgxrdp-0.2.5.tar.gz
  xorgxrdp-0.2.5.tar.gz.asc



Other differences:
--
++ xorgxrdp.spec ++
--- /var/tmp/diff_new_pack.gTMBQf/_old  2018-01-09 14:53:23.671235907 +0100
+++ /var/tmp/diff_new_pack.gTMBQf/_new  2018-01-09 14:53:23.671235907 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xorgxrdp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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:   xorgxrdp
-Version:0.2.4
+Version:0.2.5
 Release:0
 Summary:Xorg drivers for xrdp
 License:X11

++ xorgxrdp-0.2.4.tar.gz -> xorgxrdp-0.2.5.tar.gz ++
 1863 lines of diff (skipped)




commit xorgxrdp for openSUSE:Factory

2017-10-04 Thread root
Hello community,

here is the log from the commit of package xorgxrdp for openSUSE:Factory 
checked in at 2017-10-03 23:17:44

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


Package is "xorgxrdp"

Tue Oct  3 23:17:44 2017 rev:3 rq:530424 version:0.2.4

Changes:

--- /work/SRC/openSUSE:Factory/xorgxrdp/xorgxrdp.changes2017-09-05 
15:16:31.514230635 +0200
+++ /work/SRC/openSUSE:Factory/.xorgxrdp.new/xorgxrdp.changes   2017-10-03 
23:17:46.062342787 +0200
@@ -1,0 +2,6 @@
+Thu Sep 28 04:23:42 UTC 2017 - fezh...@suse.com
+
+- update to 0.2.4
+  + Implement disconnection by xrdp-dis command #51
+
+---

Old:

  xorgxrdp-0.2.3.tar.gz
  xorgxrdp-0.2.3.tar.gz.asc

New:

  xorgxrdp-0.2.4.tar.gz
  xorgxrdp-0.2.4.tar.gz.asc



Other differences:
--
++ xorgxrdp.spec ++
--- /var/tmp/diff_new_pack.3IksZm/_old  2017-10-03 23:17:46.690254419 +0200
+++ /var/tmp/diff_new_pack.3IksZm/_new  2017-10-03 23:17:46.694253856 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xorgxrdp
-Version:0.2.3
+Version:0.2.4
 Release:0
 Summary:Xorg drivers for xrdp
 License:X11

++ xorgxrdp-0.2.3.tar.gz -> xorgxrdp-0.2.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorgxrdp-0.2.3/README.md new/xorgxrdp-0.2.4/README.md
--- old/xorgxrdp-0.2.3/README.md2017-07-13 08:45:00.0 +0200
+++ new/xorgxrdp-0.2.4/README.md2017-09-14 09:28:53.0 +0200
@@ -1,6 +1,6 @@
 [![Build 
Status](https://travis-ci.org/neutrinolabs/xorgxrdp.svg?branch=devel)](https://travis-ci.org/neutrinolabs/xorgxrdp)
 
-*Current Version:* 0.2.3
+*Current Version:* 0.2.4
 
 # xorgxrdp
 
@@ -14,6 +14,8 @@
 xorgxrdp is to be used together with 
[xrdp](https://github.com/neutrinolabs/xrdp)
 and X.Org Server. It is pretty useless using xorgxrdp alone.
 
+![xorgxrdp 
overview](https://github.com/neutrinolabs/xorgxrdp/raw/gh-pages/docs/xorgxrdp_overview.png)
+
 ## Features
 
 xorgxrdp supports screen resizing. When an RDP client connects, the screen is
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorgxrdp-0.2.3/configure new/xorgxrdp-0.2.4/configure
--- old/xorgxrdp-0.2.3/configure2017-07-13 08:48:27.0 +0200
+++ new/xorgxrdp-0.2.4/configure2017-09-19 09:55:06.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for xorgxrdp 0.2.3.
+# Generated by GNU Autoconf 2.69 for xorgxrdp 0.2.4.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='xorgxrdp'
 PACKAGE_TARNAME='xorgxrdp'
-PACKAGE_VERSION='0.2.3'
-PACKAGE_STRING='xorgxrdp 0.2.3'
+PACKAGE_VERSION='0.2.4'
+PACKAGE_STRING='xorgxrdp 0.2.4'
 PACKAGE_BUGREPORT='xrdp-de...@googlegroups.com'
 PACKAGE_URL=''
 
@@ -1335,7 +1335,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures xorgxrdp 0.2.3 to adapt to many kinds of systems.
+\`configure' configures xorgxrdp 0.2.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1405,7 +1405,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of xorgxrdp 0.2.3:";;
+ short | recursive ) echo "Configuration of xorgxrdp 0.2.4:";;
esac
   cat <<\_ACEOF
 
@@ -1529,7 +1529,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-xorgxrdp configure 0.2.3
+xorgxrdp configure 0.2.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1807,7 +1807,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by xorgxrdp $as_me 0.2.3, which was
+It was created by xorgxrdp $as_me 0.2.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2672,7 +2672,7 @@
 
 # Define the identity of the package.
  PACKAGE='xorgxrdp'
- VERSION='0.2.3'
+ VERSION='0.2.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13521,7 +13521,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by xorgxrdp $as_me 0.2.3, which was
+This file was extended by xorgxrdp $as_me 0.2.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -13587,7 +13587,7 @@
 

commit xorgxrdp for openSUSE:Factory

2017-09-05 Thread root
Hello community,

here is the log from the commit of package xorgxrdp for openSUSE:Factory 
checked in at 2017-09-05 15:16:28

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


Package is "xorgxrdp"

Tue Sep  5 15:16:28 2017 rev:2 rq:520593 version:0.2.3

Changes:

--- /work/SRC/openSUSE:Factory/xorgxrdp/xorgxrdp.changes2017-08-24 
18:38:15.548903050 +0200
+++ /work/SRC/openSUSE:Factory/.xorgxrdp.new/xorgxrdp.changes   2017-09-05 
15:16:31.514230635 +0200
@@ -1,0 +2,15 @@
+Mon Sep  4 05:20:53 UTC 2017 - fezh...@suse.com
+
+- exclude s390x arch
+- specfile cleanup
+
+---
+Wed Aug 16 05:23:06 UTC 2017 - ft...@geeko.jp
+
+- update to 0.2.3
+  + fix X programs crash when reconnecting to xrdp with different
+screen size
+- fix build error for Leap 42.3
+  + Use libXfont-devel instead of libXfont2-devel
+
+---

Old:

  xorgxrdp-0.2.2.tar.gz
  xorgxrdp-0.2.2.tar.gz.asc

New:

  xorgxrdp-0.2.3.tar.gz
  xorgxrdp-0.2.3.tar.gz.asc



Other differences:
--
++ xorgxrdp.spec ++
--- /var/tmp/diff_new_pack.OY8NEd/_old  2017-09-05 15:16:32.758055798 +0200
+++ /var/tmp/diff_new_pack.OY8NEd/_new  2017-09-05 15:16:32.758055798 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xorgxrdp
 #
-# Copyright (c) 2017 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
@@ -15,30 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xorgxrdp
-Version:0.2.2
+Version:0.2.3
 Release:0
-License:X11
 Summary:Xorg drivers for xrdp
-Url:https://github.com/neutrinolabs/xorgxrdp
+License:X11
 Group:  System/X11/Utilities
+Url:https://github.com/neutrinolabs/xorgxrdp
 Source0:
https://github.com/neutrinolabs/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Source1:
https://github.com/neutrinolabs/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
 Source2:%{name}.keyring
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  nasm
 BuildRequires:  libtool
-# For 42.3 and Tumbleweed, use libXfont2-devel
-%if 0%{?sle_version} && 0%{?sle_version} <= 120200
-BuildRequires:  libXfont-devel
-%else
-BuildRequires:  libXfont2-devel
-%endif
+BuildRequires:  nasm
 BuildRequires:  xorg-x11-server-sdk
 BuildRequires:  xrdp-devel
 Requires:   xrdp >= 0.9.1
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# For 42.x keep to use libXfont-devel
+%if 0%{?suse_version} > 1320
+BuildRequires:  libXfont2-devel
+%else
+BuildRequires:  libXfont-devel
+%endif
+ExcludeArch:s390x
 
 %description
 This package contains Xorg driver modules for xrdp
@@ -52,11 +53,10 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot} %{?_smp_mflags}
-find %{buildroot}/%{_libdir} -name "*.la" -type f -delete -print
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %files
-%defattr(-,root,root)
 %doc README.md COPYING
 %{_libdir}/xorg/modules/drivers/xrdpdev_drv.so
 %dir %{_libdir}/xorg/modules/input

++ xorgxrdp-0.2.2.tar.gz -> xorgxrdp-0.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xorgxrdp-0.2.2/Makefile.in 
new/xorgxrdp-0.2.3/Makefile.in
--- old/xorgxrdp-0.2.2/Makefile.in  2017-06-21 05:01:53.0 +0200
+++ new/xorgxrdp-0.2.3/Makefile.in  2017-07-13 08:48:28.0 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -583,7 +583,7 @@
  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-   tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
+   tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c 
>$(distdir).tar.gz
$(am__post_remove_distdir)
 
 dist-bzip2: distdir
@@ -609,7 +609,7 @@
@echo WARNING: "Support for shar distribution archives is" \
   "deprecated." >&2
@echo WARNING: