commit xcompmgr for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package xcompmgr for openSUSE:Factory 
checked in at 2019-06-01 09:49:22

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


Package is "xcompmgr"

Sat Jun  1 09:49:22 2019 rev:7 rq:705954 version:1.1.8

Changes:

--- /work/SRC/openSUSE:Factory/xcompmgr/xcompmgr.changes2015-04-25 
11:26:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.xcompmgr.new.5148/xcompmgr.changes  
2019-06-01 09:49:23.491326503 +0200
@@ -1,0 +2,7 @@
+Mon Mar 25 14:44:21 UTC 2019 - Stefan Dirsch 
+
+- Update to version 1.1.8
+  * This release fixes a couple of bugs in basic eye-candy effects 
+of xcompmgr
+
+---

Old:

  xcompmgr-1.1.7.tar.bz2

New:

  xcompmgr-1.1.8.tar.bz2



Other differences:
--
++ xcompmgr.spec ++
--- /var/tmp/diff_new_pack.T56Wct/_old  2019-06-01 09:49:23.875326373 +0200
+++ /var/tmp/diff_new_pack.T56Wct/_new  2019-06-01 09:49:23.879326371 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xcompmgr
 #
-# Copyright (c) 2015 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:   xcompmgr
-Version:1.1.7
+Version:1.1.8
 Release:0
 Summary:Compositing manager for X servers
 License:MIT
@@ -52,7 +52,7 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog COPYING README
+%doc ChangeLog COPYING README.md
 %{_bindir}/xcompmgr
 %{_mandir}/man1/xcompmgr.1%{?ext_man}
 

++ xcompmgr-1.1.7.tar.bz2 -> xcompmgr-1.1.8.tar.bz2 ++
 5498 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/xcompmgr-1.1.7/ChangeLog new/xcompmgr-1.1.8/ChangeLog
--- old/xcompmgr-1.1.7/ChangeLog2015-04-17 07:56:56.0 +0200
+++ new/xcompmgr-1.1.8/ChangeLog2019-03-24 23:58:41.0 +0100
@@ -1,3 +1,50 @@
+commit ccf46116f8fba6a3e32bff6b3c0be420f821828c
+Author: Alan Coopersmith 
+Date:   Sun Mar 24 15:55:48 2019 -0700
+
+xcompmgr 1.1.8
+
+Signed-off-by: Alan Coopersmith 
+
+commit 5a7d139f33288c77c77622cdcb1453a58e25a2ec
+Author: Brandon Gooch 
+Date:   Sat Aug 11 21:58:58 2012 -0500
+
+xcompmgr 1.1.6-1 doesn't draw shadows
+
+This patch reworks the XFixesIntersectRegion calls to apply to the
+correct window modes.
+
+Fixes: https://gitlab.freedesktop.org/xorg/app/xcompmgr/issues/3
+
+Signed-off-by: Alan Coopersmith 
+
+commit 9c86c0f21b9d34c0ae491327482415a946102c4f
+Author: Jason Woofenden 
+Date:   Mon Dec 26 21:08:05 2011 -0500
+
+fix fade-in speed when opacity raises
+
+Fixes: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648158
+
+Signed-off-by: Alan Coopersmith 
+
+commit 3f37d974bedea52c0b4d8cf576baa2180a8f222d
+Author: Alan Coopersmith 
+Date:   Wed Nov 21 17:00:19 2018 -0800
+
+Update configure.ac bug URL for gitlab migration
+
+Signed-off-by: Alan Coopersmith 
+
+commit aba4a53594d600dc61b0c8faf86e2ce1c2adea74
+Author: Alan Coopersmith 
+Date:   Fri Nov 16 21:19:36 2018 -0800
+
+Update README for gitlab migration
+
+Signed-off-by: Alan Coopersmith 
+
 commit e99e56944915a99981ec28d7525347bf9da7fb94
 Author: Alan Coopersmith 
 Date:   Thu Apr 16 22:56:13 2015 -0700
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/xcompmgr-1.1.7/Makefile.am new/xcompmgr-1.1.8/Makefile.am
--- old/xcompmgr-1.1.7/Makefile.am  2015-04-17 07:56:17.0 +0200
+++ new/xcompmgr-1.1.8/Makefile.am  2019-03-24 23:58:29.0 +0100
@@ -17,3 +17,4 @@
 
 dist-hook: ChangeLog INSTALL
 
+EXTRA_DIST = README.md
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/xcompmgr-1.1.7/README new/xcompmgr-1.1.8/README

commit xcompmgr for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package xcompmgr for openSUSE:Factory 
checked in at 2015-04-25 09:53:58

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


Package is xcompmgr

Changes:

--- /work/SRC/openSUSE:Factory/xcompmgr/xcompmgr.changes2012-05-08 
12:02:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.xcompmgr.new/xcompmgr.changes   2015-04-25 
11:26:16.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 24 14:21:16 UTC 2015 - sndir...@suse.com
+
+- Update to version 1.1.7:
+  * This is a minor bugfix and janitorial cleanup release. 
+
+---

Old:

  xcompmgr-1.1.6.tar.bz2

New:

  xcompmgr-1.1.7.tar.bz2



Other differences:
--
++ xcompmgr.spec ++
--- /var/tmp/diff_new_pack.YvyKPw/_old  2015-04-25 11:26:17.0 +0200
+++ /var/tmp/diff_new_pack.YvyKPw/_new  2015-04-25 11:26:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xcompmgr
 #
-# Copyright (c) 2012 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xcompmgr
-Version:1.1.6
-Release:1
-License:MIT
+Version:1.1.7
+Release:0
 Summary:Compositing manager for X servers
-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(xcomposite)
@@ -51,7 +52,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%doc ChangeLog COPYING README
 %{_bindir}/xcompmgr
 %{_mandir}/man1/xcompmgr.1%{?ext_man}
 

++ xcompmgr-1.1.6.tar.bz2 - xcompmgr-1.1.7.tar.bz2 ++
 13440 lines of diff (skipped)