commit compiz-manager for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package compiz-manager for openSUSE:Factory 
checked in at 2015-12-23 08:49:51

Comparing /work/SRC/openSUSE:Factory/compiz-manager (Old)
 and  /work/SRC/openSUSE:Factory/.compiz-manager.new (New)


Package is "compiz-manager"

Changes:

--- /work/SRC/openSUSE:Factory/compiz-manager/compiz-manager.changes
2015-11-26 17:03:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.compiz-manager.new/compiz-manager.changes   
2015-12-23 08:49:51.0 +0100
@@ -1,0 +2,18 @@
+Sat Dec 19 21:13:15 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.7.0:
+  * Add MATE support.
+  * Add Marco fallback WM.
+  * Do not use Emerald by default.
+  * Remove blacklisting: deeply outdated.
+  * Software rasteriser check (bsc#479060).
+  * Other minor fixes.
+- Rebase compiz-manager-setup.patch.
+- Remove compiz-manager-detect-multiple-graphic-cards.patch,
+  bug-469785-disable-loose-binding.diff,
+  compiz-manager-avoid-sw-rast-bug-479060.diff,
+  compiz-manager-dry_run.patch, compiz-manager-fallback_xterm.patch,
+  compiz-manager-sbin-lspci.patch, compiz-manager-nouveau.patch,
+  compiz-manager-sm-client-id.patch: fixed upstream.
+
+---

Old:

  bug-469785-disable-loose-binding.diff
  compiz-manager-0.6.0.tar.bz2
  compiz-manager-avoid-sw-rast-bug-479060.diff
  compiz-manager-detect-multiple-graphic-cards.patch
  compiz-manager-dry_run.patch
  compiz-manager-fallback_xterm.patch
  compiz-manager-nouveau.patch
  compiz-manager-sbin-lspci.patch
  compiz-manager-sm-client-id.patch

New:

  compiz-manager-0.7.0.tar.xz



Other differences:
--
++ compiz-manager.spec ++
--- /var/tmp/diff_new_pack.eckvQj/_old  2015-12-23 08:49:52.0 +0100
+++ /var/tmp/diff_new_pack.eckvQj/_new  2015-12-23 08:49:52.0 +0100
@@ -17,33 +17,17 @@
 
 
 Name:   compiz-manager
-Version:0.6.0
+Version:0.7.0
 Release:0
 Summary:Wrapper script to launch Compiz with proper options
 License:GPL-2.0+
 Group:  System/X11/Utilities
-Url:https://launchpad.net/compiz
-Source: %{name}-%{version}.tar.bz2
+Url:https://github.com/raveit65/compiz-manager
+Source: 
https://github.com/raveit65/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 Source2:Compiz.desktop
 Source3:config.skel
 # PATCH-FEATURE-OPENSUSE compiz-manager-setup.patch dims...@opensuse.org -- 
Configure compiz-manager to fit the openSUSE.
 Patch0: compiz-manager-setup.patch
-# PATCH-FIX-UPSTREAM compiz-manager-detect-multiple-graphic-cards.patch 
boo#440273 rodr...@novell.com -- Detect more than 1 graphic card.
-Patch1: compiz-manager-detect-multiple-graphic-cards.patch
-# PATCH-FIX-UPSTREAM bug-469785-disable-loose-binding.diff 
dims...@opensuse.org boo#469785 -- Compiz not redrawing properly with NVIDIA 
hardware.
-Patch2: bug-469785-disable-loose-binding.diff
-# PATCH-FIX-UPSTREAM compiz-manager-avoid-sw-rast-bug-479060.diff
-Patch3: compiz-manager-avoid-sw-rast-bug-479060.diff
-# PATCH-FIX-UPSTREAM compiz-manager-dry_run.patch -- Add dry_run capabilities.
-Patch4: compiz-manager-dry_run.patch
-# PATCH-FIX-UPSTREAM compiz-manager-fallback_xterm.patch -- Have one last 
fallback to xterm if nothing else works.
-Patch5: compiz-manager-fallback_xterm.patch
-# PATCH-FIX-UPSTREAM compiz-manager-sbin-lspci.patch boo#564536 
dims...@opensuse.org -- Account for lib64 and double slashes in paths.
-Patch6: compiz-manager-sbin-lspci.patch
-# PATCH-FIX-UPSTREAM compiz-manager-sm-client-id.patch dims...@opensuse.org -- 
Properly register compiz with gnome-session, avoiding a 10 second timeout.
-Patch7: compiz-manager-sm-client-id.patch
-# PATCH-FEATURE-OPENSUSE compiz-manager-nouveau.patch dims...@opensuse.org -- 
Nouveau can be sufficient to handle Compiz.
-Patch8: compiz-manager-nouveau.patch
 BuildRequires:  update-desktop-files
 Requires:   compiz < 0.9
 Requires:   util-linux
@@ -56,14 +40,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
 cp -f %{SOURCE2} Compiz.desktop
 cp -f %{SOURCE3} config.skel
 
@@ -72,6 +48,7 @@
 
 %install
 install -Dm 0755 %{name} %{buildroot}%{_bindir}/%{name}
+install -Dm 0644 COPYING %{buildroot}%{_docdir}/%{name}/COPYING
 install -Dm 0644 Compiz.desktop 
%{buildroot}%{_datadir}/compiz-manager/Compiz.desktop
 install -Dm 0644 config.skel %{buildroot}%{_datadir}/compiz-manager/config.skel
 
@@ -79,6 +56,7 @@
 
 %files
 %defattr(-,root,root)
+%doc %{_docdir}/%{name}/
 %{_bindir}/%{name}
 %{_datadir}/%{nam

commit compiz-manager for openSUSE:Factory

2015-11-26 Thread h_root
Hello community,

here is the log from the commit of package compiz-manager for openSUSE:Factory 
checked in at 2015-11-26 17:03:54

Comparing /work/SRC/openSUSE:Factory/compiz-manager (Old)
 and  /work/SRC/openSUSE:Factory/.compiz-manager.new (New)


Package is "compiz-manager"

Changes:

--- /work/SRC/openSUSE:Factory/compiz-manager/compiz-manager.changes
2015-11-12 19:40:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.compiz-manager.new/compiz-manager.changes   
2015-11-26 17:03:55.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 20 08:32:20 UTC 2015 - sor.ale...@meowr.ru
+
+- Fix config.skel: was configured for Compiz 0.9.x.
+- Remove Compiz 0.9.x plugins from compiz-manager-setup.patch.
+- Enhance compiz-manager-detect-multiple-graphic-cards.patch:
+  original regular expressions are faulty.
+
+---



Other differences:
--
++ compiz-manager.spec ++
--- /var/tmp/diff_new_pack.QCsUXc/_old  2015-11-26 17:03:56.0 +0100
+++ /var/tmp/diff_new_pack.QCsUXc/_new  2015-11-26 17:03:56.0 +0100
@@ -26,7 +26,7 @@
 Source: %{name}-%{version}.tar.bz2
 Source2:Compiz.desktop
 Source3:config.skel
-# PATCH-FEATURE-OPENSUSE compiz-manager-setup.patch dims...@opensuse.org -- 
Configure compiz-manager to fit the openSUSE ecosystem.
+# PATCH-FEATURE-OPENSUSE compiz-manager-setup.patch dims...@opensuse.org -- 
Configure compiz-manager to fit the openSUSE.
 Patch0: compiz-manager-setup.patch
 # PATCH-FIX-UPSTREAM compiz-manager-detect-multiple-graphic-cards.patch 
boo#440273 rodr...@novell.com -- Detect more than 1 graphic card.
 Patch1: compiz-manager-detect-multiple-graphic-cards.patch
@@ -42,7 +42,7 @@
 Patch6: compiz-manager-sbin-lspci.patch
 # PATCH-FIX-UPSTREAM compiz-manager-sm-client-id.patch dims...@opensuse.org -- 
Properly register compiz with gnome-session, avoiding a 10 second timeout.
 Patch7: compiz-manager-sm-client-id.patch
-# PATCH-FEATURE-OPENSUSE compiz-manager-nouveau.patch dims...@opensuse.org -- 
Nouveau is sufficient to handle Compiz.
+# PATCH-FEATURE-OPENSUSE compiz-manager-nouveau.patch dims...@opensuse.org -- 
Nouveau can be sufficient to handle Compiz.
 Patch8: compiz-manager-nouveau.patch
 BuildRequires:  update-desktop-files
 Requires:   compiz < 0.9
@@ -56,7 +56,7 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1
+%patch1 -p1
 %patch2 -p1
 %patch3
 %patch4 -p1

++ compiz-manager-detect-multiple-graphic-cards.patch ++
--- /var/tmp/diff_new_pack.QCsUXc/_old  2015-11-26 17:03:56.0 +0100
+++ /var/tmp/diff_new_pack.QCsUXc/_new  2015-11-26 17:03:56.0 +0100
@@ -1,24 +1,28 @@
-Index: compiz-manager
-===
 compiz-manager.orig
-+++ compiz-manager
-@@ -237,13 +237,15 @@ check_texture_size()
+--- a/compiz-manager
 b/compiz-manager
+@@ -240,15 +240,17 @@ check_nvidia()
+ # Check if the max texture size is large enough compared to the resolution
+ check_texture_size()
  {
-   TEXTURE_LIMIT=$(glxinfo -l | grep GL_MAX_TEXTURE_SIZE | sed 
's/.*=[^0-9]//g')
-   RESOLUTION=$(xdpyinfo  | grep -i dimensions: | sed 
's/[^0-9]*pixels.*(.*).*//' | sed 's/[^0-9x]*//')
+-  TEXTURE_LIMIT=$(glxinfo -l | grep GL_MAX_TEXTURE_SIZE | sed 
's/.*=[^0-9]//g')
+-  RESOLUTION=$(xdpyinfo  | grep -i dimensions: | sed 
's/[^0-9]*pixels.*(.*).*//' | sed 's/[^0-9x]*//')
 -  VRES=$(echo $RESOLUTION | sed 's/.*x//')
 -  HRES=$(echo $RESOLUTION | sed 's/x.*//')
 -  verbose "Comparing resolution ($RESOLUTION) to maximum 3D texture size 
($TEXTURE_LIMIT): ";
 -  if [ $VRES -gt $TEXTURE_LIMIT ] || [ $HRES -gt $TEXTURE_LIMIT ]; then
-+  for res in $RESOLUTION; do
-+  VRES=$(echo $res | sed 's/.*x//')
-+  HRES=$(echo $res | sed 's/x.*//')
-+  verbose "Comparing resolution ($res) to maximum 3D texture size 
($TEXTURE_LIMIT): ";
-+  if [ $VRES -gt $TEXTURE_LIMIT ] || [ $HRES -gt $TEXTURE_LIMIT ]; 
then
-   verbose "Failed.\n"
-   return 1;
+-  verbose "Failed.\n"
+-  return 1;
 -  fi
-+  fi
++  TEXTURE_LIMIT=$(glxinfo -l | sed -re '/GL_MAX_TEXTURE_SIZE/!d;s/^.*[ 
\t]([[:digit:]]+)$/\1/;q')
++  RESOLUTION=$(xdpyinfo | sed -re '/dimensions:/!d;s/^.*[ 
\t]([[:digit:]x]+) pixels.*$/\1/')
++  for res in $RESOLUTION; do
++  HRES=$(echo "$RESOLUTION" | sed -re 's/^(.*)x.*$/\1/')
++  VRES=$(echo "$RESOLUTION" | sed -re 's/^.*x(.*)$/\1/')
++  verbose "Comparing resolution ($res) to maximum 3D texture size 
($TEXTURE_LIMIT): ";
++  if [ "$VRES" -gt "$TEXTURE_LIMIT" ] || [ "$HRES" -gt 
"$TEX

commit compiz-manager for openSUSE:Factory

2015-11-12 Thread h_root
Hello community,

here is the log from the commit of package compiz-manager for openSUSE:Factory 
checked in at 2015-11-12 19:40:53

Comparing /work/SRC/openSUSE:Factory/compiz-manager (Old)
 and  /work/SRC/openSUSE:Factory/.compiz-manager.new (New)


Package is "compiz-manager"

Changes:

--- /work/SRC/openSUSE:Factory/compiz-manager/compiz-manager.changes
2014-10-22 16:23:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.compiz-manager.new/compiz-manager.changes   
2015-11-12 19:40:54.0 +0100
@@ -1,0 +2,9 @@
+Mon Nov  9 11:48:58 UTC 2015 - sor.ale...@meowr.ru
+
+- Update and fix compiz-manager-setup.patch (Compiz 0.9.x stuff,
+  lack of MATE compatibility, $XDG_CONFIG_HOME ignoring).
+- Add Marco to compiz-manager-fallback_xterm.patch.
+- Rebase and rename compiz-manager-bnc564536.patch to
+  compiz-manager-sbin-lspci.patch.
+
+---

Old:

  compiz-manager-bnc564536.patch

New:

  compiz-manager-sbin-lspci.patch



Other differences:
--
++ compiz-manager.spec ++
--- /var/tmp/diff_new_pack.j2Y9D8/_old  2015-11-12 19:40:56.0 +0100
+++ /var/tmp/diff_new_pack.j2Y9D8/_new  2015-11-12 19:40:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package compiz-manager
 #
-# Copyright (c) 2014 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
@@ -18,71 +18,68 @@
 
 Name:   compiz-manager
 Version:0.6.0
-Release:16
-Summary:A wrapper script to launch Compiz with proper options
+Release:0
+Summary:Wrapper script to launch Compiz with proper options
 License:GPL-2.0+
 Group:  System/X11/Utilities
-Url:http://opencompositing.org
-Source: %name-%version.tar.bz2
+Url:https://launchpad.net/compiz
+Source: %{name}-%{version}.tar.bz2
 Source2:Compiz.desktop
 Source3:config.skel
 # PATCH-FEATURE-OPENSUSE compiz-manager-setup.patch dims...@opensuse.org -- 
Configure compiz-manager to fit the openSUSE ecosystem.
 Patch0: compiz-manager-setup.patch
-# PATCH-FIX-UPSTREAM compiz-manager-detect-multiple-graphic-cards.patch 
bnc#440273 rodr...@novell.com -- Detect more than 1 graphic card
-Patch6: compiz-manager-detect-multiple-graphic-cards.patch
-# PATCH-FIX-UPSTREAM dims...@opensuse.org bnc#469785 -- Compiz not redrawing 
properly with nVidia hardware, taken from upstream commit 06ca70.
-Patch7: bug-469785-disable-loose-binding.diff
-# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
-Patch8: compiz-manager-avoid-sw-rast-bug-479060.diff
-# PATCH-FIX-UPSTREAM compiz-manager-dry_run.patch -- Add dry_run capabilities, 
taken from upstream git
-Patch9: compiz-manager-dry_run.patch
-# PATCH-FIX-UPSTREAM compiz-manager-fallback_xterm.patch -- Have one last 
fallback to xterm if nothing else works, taken from upstream git
-Patch10:compiz-manager-fallback_xterm.patch
-# PATCH-FIX-UPSTREAM compiz-manager-bnc564536.patch bnc#564536 
dims...@opensuse.org -- Account for lib64 and double slashes in paths.
-Patch11:compiz-manager-bnc564536.patch
-# PATCH-FIX-UPSTREAM compiz-manager-sm-client-id.patch dims...@opensuse.org -- 
Properly register compiz with gnome-session, avoiding a 10 second timeout. 
Patch taken from upstream git, commit 223180bf
-Patch12:compiz-manager-sm-client-id.patch
-# PATCH-FEATURE-OPENSUSE compiz-manager-nouveau.patch dims...@opensuse.org -- 
Nouveau is sufficient to handle compiz.
-Patch13:compiz-manager-nouveau.patch
-PreReq: %fillup_prereq
+# PATCH-FIX-UPSTREAM compiz-manager-detect-multiple-graphic-cards.patch 
boo#440273 rodr...@novell.com -- Detect more than 1 graphic card.
+Patch1: compiz-manager-detect-multiple-graphic-cards.patch
+# PATCH-FIX-UPSTREAM bug-469785-disable-loose-binding.diff 
dims...@opensuse.org boo#469785 -- Compiz not redrawing properly with NVIDIA 
hardware.
+Patch2: bug-469785-disable-loose-binding.diff
+# PATCH-FIX-UPSTREAM compiz-manager-avoid-sw-rast-bug-479060.diff
+Patch3: compiz-manager-avoid-sw-rast-bug-479060.diff
+# PATCH-FIX-UPSTREAM compiz-manager-dry_run.patch -- Add dry_run capabilities.
+Patch4: compiz-manager-dry_run.patch
+# PATCH-FIX-UPSTREAM compiz-manager-fallback_xterm.patch -- Have one last 
fallback to xterm if nothing else works.
+Patch5: compiz-manager-fallback_xterm.patch
+# PATCH-FIX-UPSTREAM compiz-manager-sbin-lspci.patch boo#564536 
dims...@opensuse.org -- Accoun

commit compiz-manager for openSUSE:Factory

2014-10-22 Thread h_root
Hello community,

here is the log from the commit of package compiz-manager for openSUSE:Factory 
checked in at 2014-10-22 16:23:30

Comparing /work/SRC/openSUSE:Factory/compiz-manager (Old)
 and  /work/SRC/openSUSE:Factory/.compiz-manager.new (New)


Package is "compiz-manager"

Changes:

--- /work/SRC/openSUSE:Factory/compiz-manager/compiz-manager.changes
2012-06-05 15:29:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.compiz-manager.new/compiz-manager.changes   
2014-10-22 16:23:32.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct 19 00:56:00 UTC 2014 - Led 
+
+- fix bashism
+- update patches:
+  * compiz-manager-setup.patch
+
+---



Other differences:
--
++ compiz-manager.spec ++
--- /var/tmp/diff_new_pack.xULtXK/_old  2014-10-22 16:23:33.0 +0200
+++ /var/tmp/diff_new_pack.xULtXK/_new  2014-10-22 16:23:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package compiz-manager
 #
-# Copyright (c) 2012 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   compiz-manager
 Version:0.6.0
 Release:16
-License:GPL-2.0+
 Summary:A wrapper script to launch Compiz with proper options
-Url:http://opencompositing.org
+License:GPL-2.0+
 Group:  System/X11/Utilities
+Url:http://opencompositing.org
 Source: %name-%version.tar.bz2
 Source2:Compiz.desktop
 Source3:config.skel

++ compiz-manager-setup.patch ++
--- /var/tmp/diff_new_pack.xULtXK/_old  2014-10-22 16:23:33.0 +0200
+++ /var/tmp/diff_new_pack.xULtXK/_new  2014-10-22 16:23:33.0 +0200
@@ -1,13 +1,12 @@
-Index: compiz-manager-0.6.0/compiz-manager
-===
 compiz-manager-0.6.0.orig/compiz-manager
-+++ compiz-manager-0.6.0/compiz-manager
+diff -Ndurp compiz-manager-0.6.0/compiz-manager 
compiz-manager-0.6.0-setup/compiz-manager
+--- compiz-manager-0.6.0/compiz-manager2007-10-15 22:10:06.0 
+0300
 compiz-manager-0.6.0-setup/compiz-manager  2014-10-19 03:55:17.666596337 
+0300
 @@ -25,11 +25,18 @@
  # This script will detect what options we need to pass to compiz to get it
  # started, and start a default plugin and possibly window decorator.
  # 
 +ARCH=`arch`
-+if [ $ARCH == "x86_64" ]; then
++if [ "$ARCH" = "x86_64" ]; then
 + LIB=lib64
 +else
 + LIB=lib

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



commit compiz-manager for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package compiz-manager for openSUSE:Factory 
checked in at 2012-06-05 15:29:50

Comparing /work/SRC/openSUSE:Factory/compiz-manager (Old)
 and  /work/SRC/openSUSE:Factory/.compiz-manager.new (New)


Package is "compiz-manager", Maintainer is "jzh...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/compiz-manager/compiz-manager.changes
2011-10-04 16:55:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.compiz-manager.new/compiz-manager.changes   
2012-06-05 15:29:56.0 +0200
@@ -1,0 +2,5 @@
+Thu May 31 12:00:00 UTC 2012 - k...@gmx.de
+
+- Requires Compiz < 0.9
+
+---



Other differences:
--
++ compiz-manager.spec ++
--- /var/tmp/diff_new_pack.TZ9vsi/_old  2012-06-05 15:29:58.0 +0200
+++ /var/tmp/diff_new_pack.TZ9vsi/_new  2012-06-05 15:29:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package compiz-manager
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -46,7 +46,7 @@
 # PATCH-FEATURE-OPENSUSE compiz-manager-nouveau.patch dims...@opensuse.org -- 
Nouveau is sufficient to handle compiz.
 Patch13:compiz-manager-nouveau.patch
 PreReq: %fillup_prereq
-Requires:   compiz >= 0.9
+Requires:   compiz < 0.9
 Requires:   util-linux
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  update-desktop-files

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



commit compiz-manager for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package compiz-manager for openSUSE:Factory 
checked in at 2011-12-06 18:03:54

Comparing /work/SRC/openSUSE:Factory/compiz-manager (Old)
 and  /work/SRC/openSUSE:Factory/.compiz-manager.new (New)


Package is "compiz-manager", Maintainer is "dreve...@novell.com"

Changes:




Other differences:
--
++ compiz-manager.spec ++
--- /var/tmp/diff_new_pack.P4BdR3/_old  2011-12-06 18:06:11.0 +0100
+++ /var/tmp/diff_new_pack.P4BdR3/_new  2011-12-06 18:06:11.0 +0100
@@ -20,7 +20,7 @@
 Name:   compiz-manager
 Version:0.6.0
 Release:16
-License:GPLv2+
+License:GPL-2.0+
 Summary:A wrapper script to launch Compiz with proper options
 Url:http://opencompositing.org
 Group:  System/X11/Utilities

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



commit compiz-manager for openSUSE:Factory

2011-10-04 Thread h_root

Hello community,

here is the log from the commit of package compiz-manager for openSUSE:Factory
checked in at Tue Oct 4 16:55:33 CEST 2011.




--- openSUSE:Factory/compiz-manager/compiz-manager.changes  2011-09-23 
01:53:57.0 +0200
+++ /mounts/work_src_done/STABLE/compiz-manager/compiz-manager.changes  
2011-10-03 14:01:21.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct  3 12:01:08 UTC 2011 - dims...@opensuse.org
+
+- Fix typo in patch tagline.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ compiz-manager.spec ++
--- /var/tmp/diff_new_pack.fXhMDp/_old  2011-10-04 16:55:30.0 +0200
+++ /var/tmp/diff_new_pack.fXhMDp/_new  2011-10-04 16:55:30.0 +0200
@@ -31,7 +31,7 @@
 Patch0: compiz-manager-setup.patch
 # PATCH-FIX-UPSTREAM compiz-manager-detect-multiple-graphic-cards.patch 
bnc#440273 rodr...@novell.com -- Detect more than 1 graphic card
 Patch6: compiz-manager-detect-multiple-graphic-cards.patch
-# PATCH-FIx-UPSTREAM dims...@opensuse.org bnc#469785 -- Compiz not redrawing 
properly with nVidia hardware, taken from upstream commit 06ca70.
+# PATCH-FIX-UPSTREAM dims...@opensuse.org bnc#469785 -- Compiz not redrawing 
properly with nVidia hardware, taken from upstream commit 06ca70.
 Patch7: bug-469785-disable-loose-binding.diff
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch8: compiz-manager-avoid-sw-rast-bug-479060.diff

continue with "q"...



Remember to have fun...

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



commit compiz-manager for openSUSE:Factory

2011-09-22 Thread h_root

Hello community,

here is the log from the commit of package compiz-manager for openSUSE:Factory
checked in at Thu Sep 22 14:47:17 CEST 2011.




--- compiz-manager/compiz-manager.changes   2011-02-13 20:28:16.0 
+0100
+++ /mounts/work_src_done/STABLE/compiz-manager/compiz-manager.changes  
2011-09-18 01:47:04.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 23:47:01 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ compiz-manager.spec ++
--- /var/tmp/diff_new_pack.nUSf6j/_old  2011-09-22 14:47:13.0 +0200
+++ /var/tmp/diff_new_pack.nUSf6j/_new  2011-09-22 14:47:13.0 +0200
@@ -80,9 +80,6 @@
 %__install -m 644 %{S:3} %{buildroot}%{_datadir}/compiz-manager/
 %suse_update_desktop_file %{buildroot}%{_datadir}/compiz-manager/Compiz.desktop
 
-%clean
-%__rm -rf %{buildroot}
-
 %files
 %defattr(-, root, root)
 %dir %{_datadir}/compiz-manager






Remember to have fun...

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