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 - [email protected]
+
+- 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 _rev f5a51bfcae611276064ba8b9048c294e
%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
[email protected]
Patch0: %{name}-config-dir.patch
-# PATCH-FIX-UPSTREAM libcompizconfig-0.8.14-fix-protobuf.patch
[email protected] -- 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/ChangeLog 2017-04-18 11:04:39.000000000
+0200
+++ new/libcompizconfig-0.8.16/ChangeLog 2018-11-11 18:21:31.000000000
+0100
@@ -1,3 +1,73 @@
+commit cc7f611a8a93702c6eda77e7e76a444168f3a896
+Author: Scott Moreau <[email protected]>
+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 <[email protected]>
+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 <[email protected]>
+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 <[email protected]>
+Date: Tue May 15 13:41:31 2018 +0300
+
+ Use pkg-config to find protobuf
+
+ Instead of AC_CHECK_LIB which relies on ABI and doesn't work reliably.
+
+ configure.ac | 12 +++---------
+ 1 file changed, 3 insertions(+), 9 deletions(-)
+
+commit 637dac8a958cb87c002a33ac6b33a6c14fd1f00e
+Author: Alexei Sorokin <[email protected]>
+Date: Tue May 30 23:12:30 2017 +0300
+
+ Remove some unneeded includes from compiz.cpp
+
+ This implicitly fixes #2.
+
+ src/compiz.cpp | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit cdaf9279e45fa70c72d497e7dd035ab7e00700e5
+Author: Scott Moreau <[email protected]>
+Date: Wed Apr 19 13:56:14 2017 -0600
+
+ Post-release version increment
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
commit bfd060ee146b8803c7b16f6311c27136fda38220
Author: Scott Moreau <[email protected]>
Date: Tue Apr 18 02:22:55 2017 -0600
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/NEWS new/libcompizconfig-0.8.16/NEWS
--- old/libcompizconfig-0.8.14/NEWS 2017-04-18 11:04:22.000000000 +0200
+++ new/libcompizconfig-0.8.16/NEWS 2018-11-11 18:21:12.000000000 +0100
@@ -1,3 +1,9 @@
+Release 0.8.16 (2018-11-11 Scott Moreau <[email protected]>)
+==================================================================
+COMPIZ-RELOADED
+
+Maintenance release.
+
Release 0.8.14 (2017-04-18 Scott Moreau <[email protected]>)
==================================================================
COMPIZ-RELOADED
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/backend/ini.c
new/libcompizconfig-0.8.16/backend/ini.c
--- old/libcompizconfig-0.8.14/backend/ini.c 2017-04-18 02:51:42.000000000
+0200
+++ new/libcompizconfig-0.8.16/backend/ini.c 2018-11-11 18:21:12.000000000
+0100
@@ -4,7 +4,7 @@
*
* ini.c
*
- * Copyright (c) 2007 Danny Baumann <[email protected]>
+ * Copyright (c) 2007 Danny Baumann <[email protected]>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
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/config.h.in new/libcompizconfig-0.8.16/config.h.in
--- old/libcompizconfig-0.8.14/config.h.in 2017-04-18 11:04:28.000000000
+0200
+++ new/libcompizconfig-0.8.16/config.h.in 2018-11-11 18:21:18.000000000
+0100
@@ -12,9 +12,6 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
-/* Define to 1 if you have the `protobuf' library (-lprotobuf). */
-#undef HAVE_LIBPROTOBUF
-
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
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/configure.ac new/libcompizconfig-0.8.16/configure.ac
--- old/libcompizconfig-0.8.14/configure.ac 2017-04-18 11:04:22.000000000
+0200
+++ new/libcompizconfig-0.8.16/configure.ac 2018-11-11 18:21:12.000000000
+0100
@@ -1,6 +1,6 @@
AC_PREREQ(2.57)
-AC_INIT([libcompizconfig], [0.8.14], [[email protected]])
+AC_INIT([libcompizconfig], [0.8.16], [[email protected]])
AM_INIT_AUTOMAKE([1.9 foreign tar-ustar dist-xz no-dist-gzip check-news])
AC_PROG_CXX
@@ -91,19 +91,13 @@
[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.\n Sources 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.\n Sources 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"])
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/include/ccs-backend.h
new/libcompizconfig-0.8.16/include/ccs-backend.h
--- old/libcompizconfig-0.8.14/include/ccs-backend.h 2017-04-18
02:51:42.000000000 +0200
+++ new/libcompizconfig-0.8.16/include/ccs-backend.h 2018-11-11
18:21:12.000000000 +0100
@@ -1,8 +1,8 @@
/*
* Compiz configuration system library
*
- * Copyright (C) 2007 Dennis Kasprzyk <[email protected]>
- * Copyright (C) 2007 Danny Baumann <[email protected]>
+ * Copyright (C) 2007 Dennis Kasprzyk <[email protected]>
+ * Copyright (C) 2007 Danny Baumann <[email protected]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
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/include/ccs.h
new/libcompizconfig-0.8.16/include/ccs.h
--- old/libcompizconfig-0.8.14/include/ccs.h 2017-04-18 02:51:42.000000000
+0200
+++ new/libcompizconfig-0.8.16/include/ccs.h 2018-11-11 18:21:12.000000000
+0100
@@ -1,8 +1,8 @@
/*
* Compiz configuration system library
*
- * Copyright (C) 2007 Dennis Kasprzyk <[email protected]>
- * Copyright (C) 2007 Danny Baumann <[email protected]>
+ * Copyright (C) 2007 Dennis Kasprzyk <[email protected]>
+ * Copyright (C) 2007 Danny Baumann <[email protected]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
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/plugin/ccp.c new/libcompizconfig-0.8.16/plugin/ccp.c
--- old/libcompizconfig-0.8.14/plugin/ccp.c 2017-04-18 02:51:42.000000000
+0200
+++ new/libcompizconfig-0.8.16/plugin/ccp.c 2018-11-11 18:21:12.000000000
+0100
@@ -1,7 +1,7 @@
/*
* Compiz configuration system library plugin
*
- * Copyright (C) 2007 Dennis Kasprzyk <[email protected]>
+ * Copyright (C) 2007 Dennis Kasprzyk <[email protected]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
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/src/Makefile.am
new/libcompizconfig-0.8.16/src/Makefile.am
--- old/libcompizconfig-0.8.14/src/Makefile.am 2017-04-18 02:51:42.000000000
+0200
+++ new/libcompizconfig-0.8.16/src/Makefile.am 2018-11-11 18:21:12.000000000
+0100
@@ -1,6 +1,5 @@
if USE_PROTOBUF
-PROTOBUF_LIB = -lprotobuf
PROTOBUF_DEFINES = \
-DUSE_PROTOBUF=1
@@ -53,7 +52,7 @@
ccs-private.h \
iniparser.h
-libcompizconfig_la_LIBADD = @LIBXML2_LIBS@ @LIBX11_LIBS@ $(PROTOBUF_LIB)
+libcompizconfig_la_LIBADD = @LIBXML2_LIBS@ @LIBX11_LIBS@ @PROTOBUF_LIBS@
lib_LTLIBRARIES=libcompizconfig.la
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/src/bindings.c
new/libcompizconfig-0.8.16/src/bindings.c
--- old/libcompizconfig-0.8.14/src/bindings.c 2017-04-18 02:51:42.000000000
+0200
+++ new/libcompizconfig-0.8.16/src/bindings.c 2018-11-11 18:21:12.000000000
+0100
@@ -1,7 +1,7 @@
/*
* Compiz configuration system library
*
- * Copyright (C) 2007 Danny Baumann <[email protected]>
+ * Copyright (C) 2007 Danny Baumann <[email protected]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
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/src/ccs-private.h
new/libcompizconfig-0.8.16/src/ccs-private.h
--- old/libcompizconfig-0.8.14/src/ccs-private.h 2017-04-18
02:51:42.000000000 +0200
+++ new/libcompizconfig-0.8.16/src/ccs-private.h 2018-11-11
18:21:12.000000000 +0100
@@ -1,8 +1,8 @@
/*
* Compiz configuration system library
*
- * Copyright (C) 2007 Dennis Kasprzyk <[email protected]>
- * Copyright (C) 2007 Danny Baumann <[email protected]>
+ * Copyright (C) 2007 Dennis Kasprzyk <[email protected]>
+ * Copyright (C) 2007 Danny Baumann <[email protected]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
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/src/compiz.cpp
new/libcompizconfig-0.8.16/src/compiz.cpp
--- old/libcompizconfig-0.8.14/src/compiz.cpp 2017-04-18 02:51:42.000000000
+0200
+++ new/libcompizconfig-0.8.16/src/compiz.cpp 2018-11-11 18:21:12.000000000
+0100
@@ -1,7 +1,7 @@
/*
* Compiz configuration system library
*
- * Copyright (C) 2007 Dennis Kasprzyk <[email protected]>
+ * Copyright (C) 2007 Dennis Kasprzyk <[email protected]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -23,8 +23,7 @@
#include <google/protobuf/io/zero_copy_stream_impl.h>
#endif
-#include <libxslt/transform.h>
-#include <libxslt/xsltutils.h>
+#include <libxml/xpath.h>
extern "C"
{
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/src/config.c new/libcompizconfig-0.8.16/src/config.c
--- old/libcompizconfig-0.8.14/src/config.c 2017-04-18 02:51:42.000000000
+0200
+++ new/libcompizconfig-0.8.16/src/config.c 2018-11-11 18:21:12.000000000
+0100
@@ -1,8 +1,8 @@
/*
* Compiz configuration system library
*
- * Copyright (C) 2007 Dennis Kasprzyk <[email protected]>
- * Copyright (C) 2007 Danny Baumann <[email protected]>
+ * Copyright (C) 2007 Dennis Kasprzyk <[email protected]>
+ * Copyright (C) 2007 Danny Baumann <[email protected]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
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/src/filewatch.c
new/libcompizconfig-0.8.16/src/filewatch.c
--- old/libcompizconfig-0.8.14/src/filewatch.c 2017-04-18 02:51:42.000000000
+0200
+++ new/libcompizconfig-0.8.16/src/filewatch.c 2018-11-11 18:21:12.000000000
+0100
@@ -1,7 +1,7 @@
/*
* Compiz configuration system library
*
- * Copyright (C) 2007 Danny Baumann <[email protected]>
+ * Copyright (C) 2007 Danny Baumann <[email protected]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
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/src/ini.c new/libcompizconfig-0.8.16/src/ini.c
--- old/libcompizconfig-0.8.14/src/ini.c 2017-04-18 02:51:42.000000000
+0200
+++ new/libcompizconfig-0.8.16/src/ini.c 2018-11-11 18:21:12.000000000
+0100
@@ -1,7 +1,7 @@
/*
* Compiz configuration system library
*
- * Copyright (C) 2007 Danny Baumann <[email protected]>
+ * Copyright (C) 2007 Danny Baumann <[email protected]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
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/src/lists.c new/libcompizconfig-0.8.16/src/lists.c
--- old/libcompizconfig-0.8.14/src/lists.c 2017-04-18 02:51:42.000000000
+0200
+++ new/libcompizconfig-0.8.16/src/lists.c 2018-11-11 18:21:12.000000000
+0100
@@ -1,8 +1,8 @@
/*
* Compiz configuration system library
*
- * Copyright (C) 2007 Dennis Kasprzyk <[email protected]>
- * Copyright (C) 2007 Danny Baumann <[email protected]>
+ * Copyright (C) 2007 Dennis Kasprzyk <[email protected]>
+ * Copyright (C) 2007 Danny Baumann <[email protected]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
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/src/main.c new/libcompizconfig-0.8.16/src/main.c
--- old/libcompizconfig-0.8.14/src/main.c 2017-04-18 02:51:42.000000000
+0200
+++ new/libcompizconfig-0.8.16/src/main.c 2018-11-11 18:21:12.000000000
+0100
@@ -1,8 +1,8 @@
/*
* Compiz configuration system library
*
- * Copyright (C) 2007 Dennis Kasprzyk <[email protected]>
- * Copyright (C) 2007 Danny Baumann <[email protected]>
+ * Copyright (C) 2007 Dennis Kasprzyk <[email protected]>
+ * Copyright (C) 2007 Danny Baumann <[email protected]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public