commit libcompizconfig for openSUSE:Factory

2020-04-05 Thread root
Hello community,

here is the log from the commit of package libcompizconfig for openSUSE:Factory 
checked in at 2020-04-05 20:56:41

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


Package is "libcompizconfig"

Sun Apr  5 20:56:41 2020 rev:10 rq:791518 version:0.8.18

Changes:

--- /work/SRC/openSUSE:Factory/libcompizconfig/libcompizconfig.changes  
2019-11-01 15:13:53.576735877 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcompizconfig.new.3248/libcompizconfig.changes
2020-04-05 20:56:45.233391764 +0200
@@ -1,0 +2,11 @@
+Sat Apr  4 22:34:57 UTC 2020 - Alexei Sorokin 
+
+- Update to version 0.8.18:
+  * Read SYSCONFDIR/compizconfig/presets.ini as default values if
+exists.
+  * Avoid using glibc-specific strcasestr and asprintf.
+- Rebase libcompizconfig-config-dir.patch.
+- Improve libcompizconfig-configure-retval.patch: there is no need
+  in a return value at all.
+
+---

Old:

  libcompizconfig-0.8.16.tar.xz

New:

  libcompizconfig-0.8.18.tar.xz



Other differences:
--
++ libcompizconfig.spec ++
--- /var/tmp/diff_new_pack.lcC2m8/_old  2020-04-05 20:56:46.581393210 +0200
+++ /var/tmp/diff_new_pack.lcC2m8/_new  2020-04-05 20:56:46.581393210 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcompizconfig
 #
-# 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
@@ -16,19 +16,19 @@
 #
 
 
-%define _revf5a51bfcae611276064ba8b9048c294e
+%define _revada252d7170ae626651a98fd03569e1f
 %define sover   0
 Name:   libcompizconfig
-Version:0.8.16
+Version:0.8.18
 Release:0
 Summary:CompizConfig plugin required for CCSM
 License:GPL-2.0-or-later
-Group:  System/Libraries
 URL:https://gitlab.com/compiz/libcompizconfig
 Source: 
https://gitlab.com/compiz/libcompizconfig/uploads/%{_rev}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE libcompizconfig-config-dir.patch boo#438081 
rodr...@novell.com
 Patch0: %{name}-config-dir.patch
-Patch1: libcompizconfig-configure-retval.patch
+# PATCH-FIX-UPSTREAM libcompizconfig-configure-retval.patch r...@suse.de
+Patch1: %{name}-configure-retval.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -47,7 +47,6 @@
 
 %package devel
 Summary:Development files for libcompizconfig
-Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 Requires:   pkgconfig
 Requires:   pkgconfig(compiz) < 0.9
@@ -61,15 +60,13 @@
 This package contains development files.
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
+%autosetup -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh
 %configure \
   --disable-static
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install

++ libcompizconfig-0.8.16.tar.xz -> libcompizconfig-0.8.18.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcompizconfig-0.8.16/ChangeLog 
new/libcompizconfig-0.8.18/ChangeLog
--- old/libcompizconfig-0.8.16/ChangeLog2018-11-11 18:21:31.0 
+0100
+++ new/libcompizconfig-0.8.18/ChangeLog2020-04-04 20:40:29.0 
+0200
@@ -1,3 +1,84 @@
+commit 1fc177123f4da3e2eddffc916d663fc68fdbab04
+Author: Alex ARNAUD 
+Date:   Sat Apr 4 12:40:09 2020 -0600
+
+Release version 0.8.18
+
+ NEWS | 8 
+ configure.ac | 2 +-
+ 2 files changed, 9 insertions(+), 1 deletion(-)
+
+commit c3d65e489a3b15bcce19f59ef82a36b25acd0ce2
+Merge: 0a18999 c94e5ba
+Author: Scott Moreau 
+Date:   Tue Nov 5 18:43:58 2019 +
+
+Merge branch 'presets' into 'master'
+
+Read SYSCONFDIR/compizconfig/presets.ini as default values
+
+Closes #4
+
+See merge request compiz/libcompizconfig!1
+
+commit c94e5ba114a778c18d6e8a3179f21ec798102682
+Author: Jonathan Michalon 
+Date:   Tue Oct 29 16:45:40 2019 +0100
+
+Read SYSCONFDIR/compizconfig/presets.ini as default values
+
+Just after reading the XML files and before loading user profiles,
+we now read SYSCONFDIR/compizconfig/presets.ini and set the definitions
+in there as default values, overriding these from XML. This allows
+distributions to provide a set of custom defaults.
+
+ backend/ini.c  | 150 +-
+ include/ccs.h  |   6 +++
+ src/compiz.cpp |  28 +++
+ src/ini.c  | 156 +
+ 

commit libcompizconfig for openSUSE:Factory

2019-11-01 Thread root
Hello community,

here is the log from the commit of package libcompizconfig for openSUSE:Factory 
checked in at 2019-11-01 15:13:52

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


Package is "libcompizconfig"

Fri Nov  1 15:13:52 2019 rev:9 rq:744594 version:0.8.16

Changes:

--- /work/SRC/openSUSE:Factory/libcompizconfig/libcompizconfig.changes  
2018-11-26 10:20:18.829732405 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcompizconfig.new.2990/libcompizconfig.changes
2019-11-01 15:13:53.576735877 +0100
@@ -1,0 +2,7 @@
+Thu Oct 31 17:42:21 CET 2019 - r...@suse.de
+
+- add patch libcompizconfig-configure-retval.patch
+  fix configure check for posix compatible scandir function
+  that always failed due to -Werror=return-type 
+
+---

New:

  libcompizconfig-configure-retval.patch



Other differences:
--
++ libcompizconfig.spec ++
--- /var/tmp/diff_new_pack.jYj9wD/_old  2019-11-01 15:13:54.128736597 +0100
+++ /var/tmp/diff_new_pack.jYj9wD/_new  2019-11-01 15:13:54.132736602 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcompizconfig
 #
-# 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
@@ -28,6 +28,7 @@
 Source: 
https://gitlab.com/compiz/libcompizconfig/uploads/%{_rev}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE libcompizconfig-config-dir.patch boo#438081 
rodr...@novell.com
 Patch0: %{name}-config-dir.patch
+Patch1: libcompizconfig-configure-retval.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -62,6 +63,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh

++ libcompizconfig-configure-retval.patch ++
--- libcompizconfig-0.8.16/configure.ac 2019/10/31 16:41:02 1.1
+++ libcompizconfig-0.8.16/configure.ac 2019/10/31 16:41:36
@@ -111,6 +111,7 @@
  # include 
  int func (const char *d, dirent ***list, void *sort) {
int n = scandir(d, list, 0, (int(*)(const dirent **, const dirent 
**))sort);
+   return 0;
  }
],[
], ac_cv_cxx_scandir_posix=yes, ac_cv_cxx_scandir_posix=no)



commit libcompizconfig for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package libcompizconfig for openSUSE:Factory 
checked in at 2018-11-26 10:19:23

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


Package is "libcompizconfig"

Mon Nov 26 10:19:23 2018 rev:8 rq:648277 version:0.8.16

Changes:

--- /work/SRC/openSUSE:Factory/libcompizconfig/libcompizconfig.changes  
2018-05-29 10:28:15.369410072 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcompizconfig.new.19453/libcompizconfig.changes   
2018-11-26 10:20:18.829732405 +0100
@@ -1,0 +2,7 @@
+Sun Nov 11 18:15:12 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 0.8.16:
+  * No changelog available.
+- Remove libcompizconfig-0.8.14-fix-protobuf.patch: fixed upstream.
+
+---

Old:

  libcompizconfig-0.8.14-fix-protobuf.patch
  libcompizconfig-0.8.14.tar.xz

New:

  libcompizconfig-0.8.16.tar.xz



Other differences:
--
++ libcompizconfig.spec ++
--- /var/tmp/diff_new_pack.02wPJ5/_old  2018-11-26 10:20:21.153729668 +0100
+++ /var/tmp/diff_new_pack.02wPJ5/_new  2018-11-26 10:20:21.157729663 +0100
@@ -12,23 +12,22 @@
 # 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/
 #
 
 
+%define _revf5a51bfcae611276064ba8b9048c294e
 %define sover   0
 Name:   libcompizconfig
-Version:0.8.14
+Version:0.8.16
 Release:0
 Summary:CompizConfig plugin required for CCSM
 License:GPL-2.0-or-later
 Group:  System/Libraries
-URL:https://github.com/compiz-reloaded/libcompizconfig
-Source: 
https://github.com/compiz-reloaded/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
+URL:https://gitlab.com/compiz/libcompizconfig
+Source: 
https://gitlab.com/compiz/libcompizconfig/uploads/%{_rev}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE libcompizconfig-config-dir.patch boo#438081 
rodr...@novell.com
 Patch0: %{name}-config-dir.patch
-# PATCH-FIX-UPSTREAM libcompizconfig-0.8.14-fix-protobuf.patch 
sor.ale...@meowr.ru -- Fix protobuf support.
-Patch1: %{name}-0.8.14-fix-protobuf.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -63,7 +62,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh
@@ -80,11 +78,7 @@
 %postun -p /sbin/ldconfig
 
 %files
-%if 0%{?suse_version} >= 1500
 %license COPYING LICENSE*
-%else
-%doc COPYING LICENSE*
-%endif
 %doc NEWS README.md
 %dir %{_sysconfdir}/compizconfig/
 %config %{_sysconfdir}/compizconfig/config

++ libcompizconfig-0.8.14.tar.xz -> libcompizconfig-0.8.16.tar.xz ++
 3327 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/libcompizconfig-0.8.14/ChangeLog new/libcompizconfig-0.8.16/ChangeLog
--- old/libcompizconfig-0.8.14/ChangeLog2017-04-18 11:04:39.0 
+0200
+++ new/libcompizconfig-0.8.16/ChangeLog2018-11-11 18:21:31.0 
+0100
@@ -1,3 +1,73 @@
+commit cc7f611a8a93702c6eda77e7e76a444168f3a896
+Author: Scott Moreau 
+Date:   Sun Nov 11 10:21:12 2018 -0700
+
+Release version 0.8.16
+
+ NEWS | 6 ++
+ configure.ac | 2 +-
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
+commit b2e13b8651814b773cfdab27cce642510bf65572
+Author: Alexei Sorokin 
+Date:   Fri Jun 8 20:20:46 2018 +0300
+
+Update links
+
+ backend/ini.c | 2 +-
+ include/ccs-backend.h | 4 ++--
+ include/ccs.h | 4 ++--
+ plugin/ccp.c  | 2 +-
+ src/bindings.c| 2 +-
+ src/ccs-private.h | 4 ++--
+ src/compiz.cpp| 2 +-
+ src/config.c  | 4 ++--
+ src/filewatch.c   | 2 +-
+ src/ini.c | 2 +-
+ src/lists.c   | 4 ++--
+ src/main.c| 4 ++--
+ 12 files changed, 18 insertions(+), 18 deletions(-)
+
+commit a004285ec16dd47248455a9db792dc902ecde362
+Author: Alexei Sorokin 
+Date:   Tue May 15 13:47:20 2018 +0300
+
+Populate the protobuf library through pkg-config as well
+
+ src/Makefile.am | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 1f4cc1294b96c4aee976bfe120e0d96e80c9cdb8
+Author: Alexei Sorokin 
+Date:   Tue May 15 13:41:31 2018 +0300
+
+

commit libcompizconfig for openSUSE:Factory

2018-05-29 Thread root
Hello community,

here is the log from the commit of package libcompizconfig for openSUSE:Factory 
checked in at 2018-05-29 10:28:07

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


Package is "libcompizconfig"

Tue May 29 10:28:07 2018 rev:7 rq:607452 version:0.8.14

Changes:

--- /work/SRC/openSUSE:Factory/libcompizconfig/libcompizconfig.changes  
2017-05-16 14:33:56.725628053 +0200
+++ /work/SRC/openSUSE:Factory/.libcompizconfig.new/libcompizconfig.changes 
2018-05-29 10:28:15.369410072 +0200
@@ -1,0 +2,6 @@
+Tue May 15 10:49:46 UTC 2018 - sor.ale...@meowr.ru
+
+- Add libcompizconfig-0.8.14-fix-protobuf.patch: Fix protobuf
+  support.
+
+---

New:

  libcompizconfig-0.8.14-fix-protobuf.patch



Other differences:
--
++ libcompizconfig.spec ++
--- /var/tmp/diff_new_pack.IlUQBO/_old  2018-05-29 10:28:16.245377708 +0200
+++ /var/tmp/diff_new_pack.IlUQBO/_new  2018-05-29 10:28:16.249377561 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcompizconfig
 #
-# 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
@@ -21,14 +21,17 @@
 Version:0.8.14
 Release:0
 Summary:CompizConfig plugin required for CCSM
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/Libraries
-Url:https://github.com/compiz-reloaded/libcompizconfig
+URL:https://github.com/compiz-reloaded/libcompizconfig
 Source: 
https://github.com/compiz-reloaded/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE libcompizconfig-config-dir.patch boo#438081 
rodr...@novell.com
 Patch0: %{name}-config-dir.patch
+# PATCH-FIX-UPSTREAM libcompizconfig-0.8.14-fix-protobuf.patch 
sor.ale...@meowr.ru -- Fix protobuf support.
+Patch1: %{name}-0.8.14-fix-protobuf.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  gcc-c++
 BuildRequires:  intltool
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
@@ -60,6 +63,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh
@@ -76,7 +80,12 @@
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
+%if 0%{?suse_version} >= 1500
+%license COPYING LICENSE*
+%else
+%doc COPYING LICENSE*
+%endif
+%doc NEWS README.md
 %dir %{_sysconfdir}/compizconfig/
 %config %{_sysconfdir}/compizconfig/config
 %{_libdir}/%{name}.so.%{sover}*
@@ -86,7 +95,6 @@
 %{_datadir}/compiz/*ccp.*
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/pkgconfig/%{name}.pc
 %{_includedir}/compizconfig/
 %{_libdir}/%{name}.so

++ libcompizconfig-0.8.14-fix-protobuf.patch ++
--- a/configure.ac
+++ b/configure.ac
@@ -91,19 +91,13 @@ AC_ARG_ENABLE(protobuf,
   [use_protobuf=$enableval], [use_protobuf=yes])
 
 if test "x$use_protobuf" = "xyes"; then
-  protobuf_error_msg="\nWARNING: You need to install Protocol Buffers to get 
faster program startup.\nSources are available at 
http://code.google.com/p/protobuf/downloads/list\n Package names for 
Ubuntu/Debian: libprotobuf0, libprotobuf-dev, protobuf-compiler\n 
Package names for other distributions: protobuf, protobuf-devel\n
Disabling protobuf.\n"
+  protobuf_error_msg="\nWARNING: You need to install Protocol Buffers to get 
faster program startup.\nSources are available at 
https://developers.google.com/protocol-buffers\n Package names for 
Debian/Ubuntu: libprotobuf0, libprotobuf-dev, protobuf-compiler\n 
Package names for other distributions: protobuf, protobuf-devel\n
Disabling protobuf.\n"
   AC_CHECK_PROG(have_protoc, protoc, yes, no)
   if test "x$have_protoc" = "xno"; then
 echo -e $protobuf_error_msg; use_protobuf=no
   else
-AC_CHECK_LIB(protobuf, _ZN6google8protobuf7MessageD2Ev, [], [
-  echo -e $protobuf_error_msg; use_protobuf=no ], -lpthread)
-if test "x$use_protobuf" = "xyes"; then
-  AC_LANG([C++])
-  AC_CHECK_HEADER([google/protobuf/message.h],,[
-echo -e $protobuf_error_msg; use_protobuf=no ])
-  AC_LANG([C])
-fi
+PKG_CHECK_MODULES(PROTOBUF, "protobuf", [], [
+  echo -e $protobuf_error_msg; use_protobuf=no ])
   fi
 fi
 AM_CONDITIONAL([USE_PROTOBUF], [test "x$use_protobuf" = "xyes"])
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -53,7 +53,7 @@ libcompizconfig_la_SOURCES = \
ccs-private.h   \
iniparser.h
 
-libcompizconfig_la_LIBADD = @LIBXML2_LIBS@ @LIBX11_LIBS@ 

commit libcompizconfig for openSUSE:Factory

2017-05-16 Thread root
Hello community,

here is the log from the commit of package libcompizconfig for openSUSE:Factory 
checked in at 2017-05-16 14:33:51

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


Package is "libcompizconfig"

Tue May 16 14:33:51 2017 rev:6 rq:489088 version:0.8.14

Changes:

--- /work/SRC/openSUSE:Factory/libcompizconfig/libcompizconfig.changes  
2016-04-12 19:37:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcompizconfig.new/libcompizconfig.changes 
2017-05-16 14:33:56.725628053 +0200
@@ -1,0 +2,6 @@
+Tue Apr 18 11:10:04 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 0.8.14:
+  * No changelog available.
+
+---

Old:

  libcompizconfig-0.8.12.1.tar.xz

New:

  libcompizconfig-0.8.14.tar.xz



Other differences:
--
++ libcompizconfig.spec ++
--- /var/tmp/diff_new_pack.aW5tB8/_old  2017-05-16 14:33:57.381535905 +0200
+++ /var/tmp/diff_new_pack.aW5tB8/_new  2017-05-16 14:33:57.385535343 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcompizconfig
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -18,7 +18,7 @@
 
 %define sover   0
 Name:   libcompizconfig
-Version:0.8.12.1
+Version:0.8.14
 Release:0
 Summary:CompizConfig plugin required for CCSM
 License:GPL-2.0+
@@ -31,7 +31,7 @@
 BuildRequires:  automake
 BuildRequires:  intltool
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(compiz) < 0.9
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(protobuf)
@@ -46,7 +46,7 @@
 Summary:Development files for libcompizconfig
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
-Requires:   pkg-config
+Requires:   pkgconfig
 Requires:   pkgconfig(compiz) < 0.9
 Requires:   pkgconfig(libxml-2.0)
 Requires:   pkgconfig(protobuf)
@@ -65,7 +65,7 @@
 NOCONFIGURE=1 ./autogen.sh
 %configure \
   --disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ libcompizconfig-0.8.12.1.tar.xz -> libcompizconfig-0.8.14.tar.xz ++
 6250 lines of diff (skipped)




commit libcompizconfig for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package libcompizconfig for openSUSE:Factory 
checked in at 2016-04-12 19:37:48

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


Package is "libcompizconfig"

Changes:

--- /work/SRC/openSUSE:Factory/libcompizconfig/libcompizconfig.changes  
2016-02-26 00:34:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.libcompizconfig.new/libcompizconfig.changes 
2016-04-12 19:37:50.0 +0200
@@ -1,0 +2,7 @@
+Sun Apr 10 22:40:13 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.8.12.1:
+  * Include autogen.sh into the tarball.
+  * Drop locales support which is without actual locales.
+
+---

Old:

  libcompizconfig-0.8.12.tar.xz

New:

  libcompizconfig-0.8.12.1.tar.xz



Other differences:
--
++ libcompizconfig.spec ++
--- /var/tmp/diff_new_pack.V2m6ta/_old  2016-04-12 19:37:50.0 +0200
+++ /var/tmp/diff_new_pack.V2m6ta/_new  2016-04-12 19:37:50.0 +0200
@@ -18,16 +18,19 @@
 
 %define sover   0
 Name:   libcompizconfig
-Version:0.8.12
+Version:0.8.12.1
 Release:0
 Summary:CompizConfig plugin required for CCSM
 License:GPL-2.0+
 Group:  System/Libraries
-Url:https://github.com/raveit65/libcompizconfig
-Source: 
https://github.com/raveit65/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
+Url:https://github.com/compiz-reloaded/libcompizconfig
+Source: 
https://github.com/compiz-reloaded/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE libcompizconfig-config-dir.patch boo#438081 
rodr...@novell.com
 Patch0: %{name}-config-dir.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  intltool
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(compiz) < 0.9
 BuildRequires:  pkgconfig(libxml-2.0)
@@ -59,6 +62,7 @@
 %patch0 -p1
 
 %build
+NOCONFIGURE=1 ./autogen.sh
 %configure \
   --disable-static
 make %{?_smp_mflags}

++ libcompizconfig-0.8.12.tar.xz -> libcompizconfig-0.8.12.1.tar.xz ++
 28222 lines of diff (skipped)




commit libcompizconfig for openSUSE:Factory

2016-02-25 Thread h_root
Hello community,

here is the log from the commit of package libcompizconfig for openSUSE:Factory 
checked in at 2016-02-25 22:03:18

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


Package is "libcompizconfig"

Changes:

--- /work/SRC/openSUSE:Factory/libcompizconfig/libcompizconfig.changes  
2015-12-23 08:50:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.libcompizconfig.new/libcompizconfig.changes 
2016-02-26 00:34:35.0 +0100
@@ -1,0 +2,6 @@
+Sat Feb 13 09:25:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 0.8.12:
+  * Avoid using templates in C code.
+
+---

Old:

  libcompizconfig-0.8.9.tar.xz

New:

  libcompizconfig-0.8.12.tar.xz



Other differences:
--
++ libcompizconfig.spec ++
--- /var/tmp/diff_new_pack.POYTet/_old  2016-02-26 00:34:36.0 +0100
+++ /var/tmp/diff_new_pack.POYTet/_new  2016-02-26 00:34:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcompizconfig
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +18,7 @@
 
 %define sover   0
 Name:   libcompizconfig
-Version:0.8.9
+Version:0.8.12
 Release:0
 Summary:CompizConfig plugin required for CCSM
 License:GPL-2.0+
@@ -27,7 +27,7 @@
 Source: 
https://github.com/raveit65/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE libcompizconfig-config-dir.patch boo#438081 
rodr...@novell.com
 Patch0: %{name}-config-dir.patch
-BuildRequires:  mate-common
+BuildRequires:  intltool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(compiz) < 0.9
 BuildRequires:  pkgconfig(libxml-2.0)
@@ -43,7 +43,6 @@
 Summary:Development files for libcompizconfig
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
-Requires:   mate-common
 Requires:   pkg-config
 Requires:   pkgconfig(compiz) < 0.9
 Requires:   pkgconfig(libxml-2.0)
@@ -60,7 +59,6 @@
 %patch0 -p1
 
 %build
-NOCONFIGURE=1 mate-autogen
 %configure \
   --disable-static
 make %{?_smp_mflags}

++ libcompizconfig-0.8.9.tar.xz -> libcompizconfig-0.8.12.tar.xz ++
 3254 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/libcompizconfig-0.8.9/NEWS new/libcompizconfig-0.8.12/NEWS
--- old/libcompizconfig-0.8.9/NEWS  2015-10-29 10:32:55.0 +0100
+++ new/libcompizconfig-0.8.12/NEWS 2016-02-12 23:49:15.0 +0100
@@ -1 +1,15 @@
-0.8.9
+Release 0.8.12 (2016-02-12 Sorokin Alexei )
+
+COMPIZ-RELOADED
+
+Avoid using templates in C code.
+
+Release 0.8.9 (2015-11-06 Wolfgang Ulbrich )
+==
+COMPIZ-RELOADED
+
+Accept  as .
+
+MATE support.
+
+Do not use GConf in any session.
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/libcompizconfig-0.8.9/VERSION new/libcompizconfig-0.8.12/VERSION
--- old/libcompizconfig-0.8.9/VERSION   2015-10-26 11:42:31.0 +0100
+++ new/libcompizconfig-0.8.12/VERSION  2016-02-12 09:05:55.0 +0100
@@ -1 +1 @@
-VERSION=0.7.9
+VERSION=0.8.12
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/libcompizconfig-0.8.9/compile new/libcompizconfig-0.8.12/compile
--- old/libcompizconfig-0.8.9/compile   2015-11-01 17:48:03.0 +0100
+++ new/libcompizconfig-0.8.12/compile  2016-02-12 23:50:12.0 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2012-10-14.11; # UTC
 
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free 

commit libcompizconfig for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package libcompizconfig for openSUSE:Factory 
checked in at 2015-12-23 08:50:03

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


Package is "libcompizconfig"

Changes:

--- /work/SRC/openSUSE:Factory/libcompizconfig/libcompizconfig.changes  
2015-11-26 17:00:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.libcompizconfig.new/libcompizconfig.changes 
2015-12-23 08:50:07.0 +0100
@@ -1,0 +2,6 @@
+Sat Dec 19 21:13:15 UTC 2015 - sor.ale...@meowr.ru
+
+- Only suggest libcompizconfig-backend.
+- Use a better upstream tarball.
+
+---
@@ -6 +12 @@
-- Rename to libcompizconfig0.
+- Recommend libcompizconfig-backend.

Old:

  libcompizconfig-0.8.9.tar.gz

New:

  libcompizconfig-0.8.9.tar.xz



Other differences:
--
++ libcompizconfig.spec ++
--- /var/tmp/diff_new_pack.BBRghC/_old  2015-12-23 08:50:08.0 +0100
+++ /var/tmp/diff_new_pack.BBRghC/_new  2015-12-23 08:50:08.0 +0100
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  System/Libraries
 Url:https://github.com/raveit65/libcompizconfig
-Source: 
https://github.com/raveit65/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source: 
https://github.com/raveit65/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE libcompizconfig-config-dir.patch boo#438081 
rodr...@novell.com
 Patch0: %{name}-config-dir.patch
 BuildRequires:  mate-common
@@ -34,7 +34,7 @@
 BuildRequires:  pkgconfig(protobuf)
 BuildRequires:  pkgconfig(x11)
 Requires:   compiz < 0.9
-Recommends: libcompizconfig-backend < 0.9
+Suggests:   libcompizconfig-backend < 0.9
 
 %description
 CompizConfig plugin required for compizconfig-settings-manager.




commit libcompizconfig for openSUSE:Factory

2015-11-26 Thread h_root
Hello community,

here is the log from the commit of package libcompizconfig for openSUSE:Factory 
checked in at 2015-11-26 17:00:55

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


Package is "libcompizconfig"

Changes:

--- /work/SRC/openSUSE:Factory/libcompizconfig/libcompizconfig.changes  
2014-09-12 17:03:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcompizconfig.new/libcompizconfig.changes 
2015-11-26 17:00:56.0 +0100
@@ -1,0 +2,8 @@
+Mon Nov  9 11:48:58 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.8.9.
+- Update dependencies.
+- Rename to libcompizconfig0.
+- Remove libcompizconfig-rpmlintrc.
+
+---

Old:

  libcompizconfig-0.8.8.tar.bz2
  libcompizconfig-rpmlintrc

New:

  libcompizconfig-0.8.9.tar.gz



Other differences:
--
++ libcompizconfig.spec ++
--- /var/tmp/diff_new_pack.DgWS1l/_old  2015-11-26 17:00:57.0 +0100
+++ /var/tmp/diff_new_pack.DgWS1l/_new  2015-11-26 17:00:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcompizconfig
 #
-# 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
@@ -16,73 +16,57 @@
 #
 
 
+%define sover   0
 Name:   libcompizconfig
-Version:0.8.8
+Version:0.8.9
 Release:0
-Summary:CompizConfig plugin(ccp) required for 
compizconfig-settings-manager(ccsm)
+Summary:CompizConfig plugin required for CCSM
 License:GPL-2.0+
-Group:  System/X11/Utilities
-Url:http://opencompositing.org
-Source: %{name}-%{version}.tar.bz2
-Source1:libcompizconfig-rpmlintrc
-# PATCH-FIX-UPSTREAM libcompizconfig-config-dir.patch bnc#438081 
rodr...@novell.com
-Patch2: libcompizconfig-config-dir.patch
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  compiz-devel
-BuildRequires:  compiz-gnome
-BuildRequires:  gcc-c++
-BuildRequires:  glib2-devel
-BuildRequires:  intltool
-BuildRequires:  libtool
-BuildRequires:  libxslt-devel
-BuildRequires:  perl-XML-Parser
+Group:  System/Libraries
+Url:https://github.com/raveit65/libcompizconfig
+Source: 
https://github.com/raveit65/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE libcompizconfig-config-dir.patch boo#438081 
rodr...@novell.com
+Patch0: %{name}-config-dir.patch
+BuildRequires:  mate-common
 BuildRequires:  pkg-config
-BuildRequires:  startup-notification-devel
-Requires:   compiz
-# FIXME: use proper Requires(pre/post/preun/...)
-PreReq: %fillup_prereq
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(compiz) < 0.9
+BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(protobuf)
+BuildRequires:  pkgconfig(x11)
+Requires:   compiz < 0.9
+Recommends: libcompizconfig-backend < 0.9
 
 %description
-CompizConfig plugin(ccp) required for
-compizconfig-settings-manager(ccsm).
+CompizConfig plugin required for compizconfig-settings-manager.
 
 %package devel
 Summary:Development files for libcompizconfig
-License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
-Requires:   autoconf
-Requires:   automake
-Requires:   compiz-devel
-Requires:   compiz-gnome
-Requires:   glib2-devel
-Requires:   intltool
-Requires:   libtool
-Requires:   libxslt-devel
-Requires:   perl-XML-Parser
+Requires:   mate-common
 Requires:   pkg-config
+Requires:   pkgconfig(compiz) < 0.9
+Requires:   pkgconfig(libxml-2.0)
+Requires:   pkgconfig(protobuf)
+Requires:   pkgconfig(x11)
 
 %description devel
-CompizConfig plugin(ccp) required for
-compizconfig-settings-manager(ccsm)
+CompizConfig plugin required for compizconfig-settings-manager.
 
 This package contains development files.
 
 %prep
-%setup -q -n libcompizconfig-%{version}
-%patch2 -p1
+%setup -q
+%patch0 -p1
 
 %build
-#
-libcompizconfig
-#
-%configure --disable-static --with-pic
+NOCONFIGURE=1 mate-autogen
+%configure \
+  --disable-static
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -p /sbin/ldconfig
@@ -90,18 +74,19 @@
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-, root, root)
-%{_libdir}/compiz*
-%{_libdir}/libcompizconfig*.so.*
-%dir %{_datadir}/compiz

commit libcompizconfig for openSUSE:Factory

2012-06-06 Thread h_root
Hello community,

here is the log from the commit of package libcompizconfig for openSUSE:Factory 
checked in at 2012-06-06 16:07:39

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


Package is libcompizconfig, Maintainer is jzh...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libcompizconfig/libcompizconfig.changes  
2011-09-29 12:52:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcompizconfig.new/libcompizconfig.changes 
2012-06-06 16:07:47.0 +0200
@@ -2 +2 @@
-Thu Sep 29 07:17:48 UTC 2011 - dims...@opensuse.org
+Tue Apr 28 12:00:00 UTC 2011 - roberth...@arcor.de - 0.8.8
@@ -4,60 +4 @@
-- Add libcompizconfig-backend-path.patch: Revert the change of the
-  backend installation location. This is simply not where
-  libcompizconfig is looking to find the backends.
-

-Wed Sep 21 19:37:04 UTC 2011 - dims...@opensuse.org
-
-- Update to version 0.9.5.94:
-  + Added settings upgrade framework for distributions
-

-Fri Jul  8 12:01:28 UTC 2011 - dims...@opensuse.org
-
-- Add gconf schema handling macros.
-

-Sat Jan 22 23:41:41 UTC 2011 - dims...@opensuse.org
-
-- Keep in sync with compiz main package:
-  + No more gconf schema handling required.
-

-Sun Jan 16 22:12:22 UTC 2011 - dims...@opensuse.org
-
-- Forward to commit 78a7cc8ca71020dff42dd2731071bfdf548ea2e8
-

-Tue Nov 16 17:33:03 UTC 2010 - dims...@opensuse.org
-
-- Bump .spec version to 0.9.2.1 to reflect reality.
-

-Mon Nov  8 19:58:41 UTC 2010 - dims...@opensuse.org
-
-- Update to version 0.9.2.1:
-  + Version bump only.
-- Changes from version 0.9.2:
-  + Fixed symbol linking issue with backends.
-

-Wed Nov  3 22:33:17 UTC 2010 - dims...@opensuse.org
-
-- Forward to commit 2526029f717644ee856af8a462228fd40ed60424
-

-Sun Jul  4 09:06:41 UTC 2010 - dims...@opensuse.org
-
-- Update to 0.9.0
-  + Removed multiscreen support to reflect core API changes
-  + Added cMake Buildsystem.
-

-Tue Jun  1 18:03:09 UTC 2010 - dims...@opensuse.org
-
-- Update to 0.9 git snapshot for preview.
-

-Fri Apr 23 00:16:46 CEST 2010 - dims...@opensuse.org
-
-- Completely drop NOMAD patches.
+- Update to version 0.8.8

Old:

  libcompizconfig-backend-path.patch
  libcompizconfig.tar.bz2
  update.sh

New:

  libcompizconfig-0.8.8.tar.bz2
  libcompizconfig-NOMAD.diff
  libcompizconfig-config-dir.patch
  libcompizconfig-rpmlintrc



Other differences:
--
++ libcompizconfig.spec ++
--- /var/tmp/diff_new_pack.ZOOkMW/_old  2012-06-06 16:07:50.0 +0200
+++ /var/tmp/diff_new_pack.ZOOkMW/_new  2012-06-06 16:07:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcompizconfig
 #
-# 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
@@ -18,37 +18,56 @@
 
 
 Name:   libcompizconfig
-Version:0.9.5.94
+Version:0.8.8
 Release:1
 License:GPL-2.0+
 Summary:CompizConfig plugin(ccp) required for 
compizconfig-settings-manager(ccsm)
 Url:http://opencompositing.org
 Group:  System/X11/Utilities
-Source: %name.tar.bz2
-# Helper script to update to latest git.
-Source99:   update.sh
-# PATCH-FIX-UPSTREAM dims...@opensuse.org -- Change the backend install 
location. As this seems wrong, we revert this commit for now. Reported upstream.
-Patch0: libcompizconfig-backend-path.patch
-BuildRequires:  boost-devel
-BuildRequires:  cmake
+Source: %name-%version.tar.bz2
+Source1:libcompizconfig-rpmlintrc
+# PATCH-NEEDS-REBASE: libcompizconfig-NOMAD.diff dreve...@novell.com (Was: 
PATCH-FEATURE-UPSTREAM)
+Patch0: libcompizconfig-NOMAD.diff
+# PATCH-FIX-UPSTREAM libcompizconfig-config-dir.patch bnc#438081 
rodr...@novell.com
+Patch2: libcompizconfig-config-dir.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 

commit libcompizconfig for openSUSE:Factory

2011-09-29 Thread h_root

Hello community,

here is the log from the commit of package libcompizconfig for openSUSE:Factory
checked in at Thu Sep 29 12:52:32 CEST 2011.




--- openSUSE:Factory/libcompizconfig/libcompizconfig.changes2011-09-28 
15:28:55.0 +0200
+++ /mounts/work_src_done/STABLE/libcompizconfig/libcompizconfig.changes
2011-09-29 09:36:21.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep 29 07:17:48 UTC 2011 - dims...@opensuse.org
+
+- Add libcompizconfig-backend-path.patch: Revert the change of the
+  backend installation location. This is simply not where
+  libcompizconfig is looking to find the backends.
+
+---

calling whatdependson for head-i586


New:

  libcompizconfig-backend-path.patch



Other differences:
--
++ libcompizconfig.spec ++
--- /var/tmp/diff_new_pack.R2B43r/_old  2011-09-29 12:52:27.0 +0200
+++ /var/tmp/diff_new_pack.R2B43r/_new  2011-09-29 12:52:27.0 +0200
@@ -27,6 +27,8 @@
 Source: %name.tar.bz2
 # Helper script to update to latest git.
 Source99:   update.sh
+# PATCH-FIX-UPSTREAM dims...@opensuse.org -- Change the backend install 
location. As this seems wrong, we revert this commit for now. Reported upstream.
+Patch0: libcompizconfig-backend-path.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  compiz-devel
@@ -56,6 +58,7 @@
 
 %prep
 %setup -q -n %{name}
+%patch0 -p1 -R
 mkdir build
 
 %build
@@ -98,7 +101,7 @@
 
 %files -f %{name}.schemas_list
 %defattr(-, root, root)
-%{_libexecdir}/compizconfig/
+%{_libdir}/compizconfig/
 %{_libdir}/compiz/libccp.so
 %{_libdir}/libcompizconfig.so.0*
 %{_datadir}/compiz/ccp.xml

++ libcompizconfig-backend-path.patch ++
From 9d32d80e86dc820b512c7fb68a0191e5184762ed Mon Sep 17 00:00:00 2001
From: Sam Spilsbury sam.spilsb...@canonical.com
Date: Wed, 13 Jul 2011 07:33:53 +
Subject: There is no sane reason to have backends always go in the same path as 
the

detected libcompizconfig, so mandate that they go in CMAKE_INSTALL_PREFIX
for now
---
diff --git a/cmake/LibCompizConfigCommon.cmake 
b/cmake/LibCompizConfigCommon.cmake
index 0f10470..4260f40 100644
--- a/cmake/LibCompizConfigCommon.cmake
+++ b/cmake/LibCompizConfigCommon.cmake
@@ -106,7 +106,7 @@ function (compizconfig_backend bname)
 
set_target_properties (
${bname} PROPERTIES
-   INSTALL_RPATH ${COMPIZCONFIG_LIBDIR}
+   INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/lib
COMPILE_FLAGS ${${_BACKEND}_CFLAGSADD}
LINK_FLAGS ${${_BACKEND}_LDFLAGSADD}
)
@@ -122,7 +122,7 @@ function (compizconfig_backend bname)
 
 install (
TARGETS ${bname}
-   DESTINATION 
${COMPIZ_DESTDIR}${COMPIZCONFIG_LIBDIR}/compizconfig/backends
+   DESTINATION 
${COMPIZ_DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/compizconfig/backends
 )
 
 if (NOT _COMPIZCONFIG_INTERNAL)
--
cgit v0.8.3.1-30-gff3a






Remember to have fun...

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



commit libcompizconfig for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package libcompizconfig for openSUSE:Factory
checked in at Wed Sep 28 14:25:08 CEST 2011.




--- libcompizconfig/libcompizconfig.changes 2011-07-08 14:01:49.0 
+0200
+++ /mounts/work_src_done/STABLE/libcompizconfig/libcompizconfig.changes
2011-09-22 21:16:44.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 21 19:37:04 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.9.5.94:
+  + Added settings upgrade framework for distributions
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libcompizconfig.spec ++
--- /var/tmp/diff_new_pack.i5TKY2/_old  2011-09-28 14:24:57.0 +0200
+++ /var/tmp/diff_new_pack.i5TKY2/_new  2011-09-28 14:24:57.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libcompizconfig
-Version:0.9.5
+Version:0.9.5.94
 Release:1
 License:GPLv2+
 Summary:CompizConfig plugin(ccp) required for 
compizconfig-settings-manager(ccsm)
@@ -98,8 +98,8 @@
 
 %files -f %{name}.schemas_list
 %defattr(-, root, root)
+%{_libexecdir}/compizconfig/
 %{_libdir}/compiz/libccp.so
-%{_libdir}/compizconfig/
 %{_libdir}/libcompizconfig.so.0*
 %{_datadir}/compiz/ccp.xml
 %config(noreplace) %{_sysconfdir}/compizconfig

++ libcompizconfig.tar.bz2 ++
 6463 lines of diff (skipped)






Remember to have fun...

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