Hello community, here is the log from the commit of package compiz-bcop for openSUSE:Factory checked in at 2017-04-24 09:48:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/compiz-bcop (Old) and /work/SRC/openSUSE:Factory/.compiz-bcop.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "compiz-bcop" Mon Apr 24 09:48:12 2017 rev:25 rq:489081 version:0.8.14 Changes: -------- --- /work/SRC/openSUSE:Factory/compiz-bcop/compiz-bcop.changes 2016-02-26 00:28:12.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.compiz-bcop.new/compiz-bcop.changes 2017-04-24 09:48:14.664534513 +0200 @@ -1,0 +2,6 @@ +Tue Apr 18 11:10:04 UTC 2017 - [email protected] + +- Update to version 0.8.14: + * No changelog available. + +------------------------------------------------------------------- Old: ---- compiz-bcop-0.8.12.tar.xz New: ---- compiz-bcop-0.8.14.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ compiz-bcop.spec ++++++ --- /var/tmp/diff_new_pack.iB91Ac/_old 2017-04-24 09:48:15.272448532 +0200 +++ /var/tmp/diff_new_pack.iB91Ac/_new 2017-04-24 09:48:15.276447967 +0200 @@ -1,7 +1,7 @@ # # spec file for package compiz-bcop # -# 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,14 +18,16 @@ %define _name bcop Name: compiz-bcop -Version: 0.8.12 +Version: 0.8.14 Release: 0 Summary: Compiz option code generator License: GPL-2.0+ Group: System/GUI/Other Url: https://github.com/raveit65/compiz-bcop Source: https://github.com/raveit65/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz -BuildRequires: pkg-config +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: pkgconfig BuildRequires: pkgconfig(libxslt) Requires: xsltproc Recommends: compiz >= %{version} @@ -39,8 +41,9 @@ %setup -q %build +NOCONFIGURE=1 ./autogen.sh %configure -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install %make_install ++++++ compiz-bcop-0.8.12.tar.xz -> compiz-bcop-0.8.14.tar.xz ++++++ ++++ 1716 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/compiz-bcop-0.8.12/ChangeLog new/compiz-bcop-0.8.14/ChangeLog --- old/compiz-bcop-0.8.12/ChangeLog 2015-12-12 20:38:48.000000000 +0100 +++ new/compiz-bcop-0.8.14/ChangeLog 2017-04-18 04:17:57.000000000 +0200 @@ -0,0 +1,1076 @@ +commit 9315d61c0bfb367bd7d7660dd71ea42a586a0959 +Author: raveit65 <[email protected]> +Date: Wed Oct 5 07:28:45 2016 +0200 + + Add Changelog generation + + Makefile.am | 10 ++++++++++ + 1 file changed, 10 insertions(+) + +commit a7df60d8c46c946386ec70cd748c448ba82d23ac +Author: Alexei Sorokin <[email protected]> +Date: Mon Sep 26 22:12:03 2016 +0300 + + Post-release version increment + + VERSION | 2 +- + configure.ac | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +commit 1a9efe2a528c893457379b4efed4bafee6fa4eff +Author: Sorokin Alexei <[email protected]> +Date: Wed Mar 2 01:26:32 2016 +0300 + + Add missing files to dist and prettify README + + Also delete empty ChangeLog file. + + ChangeLog | 0 + Makefile.am | 9 +++++++-- + README | 0 + README.md | 3 ++- + 4 files changed, 9 insertions(+), 3 deletions(-) + +commit 730f46b80c25891535c905511d7da6887ce38028 +Author: Sorokin Alexei <[email protected]> +Date: Sat Feb 13 00:15:24 2016 +0300 + + Release version 0.8.12 + + NEWS | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) + +commit 8cc2fd3165dd3069d897cc5a6d236b33777100f2 +Author: Sorokin Alexei <[email protected]> +Date: Thu Feb 11 18:00:36 2016 +0300 + + Pre-bump version to 0.8.12 + + NEWS | 9 ++++++++- + VERSION | 2 +- + configure.ac | 2 +- + 3 files changed, 10 insertions(+), 3 deletions(-) + +commit 4ac6c8f4691475fbe4cf08d98db83cf4562e24b7 +Author: Sorokin Alexei <[email protected]> +Date: Thu Feb 11 17:59:08 2016 +0300 + + Stop using mate-autogen in autogen.sh + + Was initially added to supress warnings no longer there. + + autogen.sh | 24 +++++++++++------------- + 1 file changed, 11 insertions(+), 13 deletions(-) + +commit 5d8a6f9368084aa048a33f8b3a1727fec64792bf +Author: Wolfgang Ulbrich <[email protected]> +Date: Thu Oct 29 23:54:49 2015 +0100 + + Build xz tarballs and require NEWS + + NEWS | 2 +- + configure.ac | 6 ++---- + 2 files changed, 3 insertions(+), 5 deletions(-) + +commit 1f9a57f16869856fca8f9eecb726c1490011852a +Author: Wolfgang Ulbrich <[email protected]> +Date: Thu Oct 29 23:27:43 2015 +0100 + + Use mate-autogen in autogen.sh + + autogen.sh | 24 +++++++++++++++++------- + 1 file changed, 17 insertions(+), 7 deletions(-) + +commit ac370916ac2f1f6d25c7689d672e5abe68ea0a40 +Author: Wolfgang Ulbrich <[email protected]> +Date: Thu Oct 29 23:17:08 2015 +0100 + + Add README.md + + README.md | 2 ++ + 1 file changed, 2 insertions(+) + +commit 0b87daac0177451c2607eb230012c2bef3d53f8e +Author: Guillaume Seguin <[email protected]> +Date: Thu Apr 21 14:43:34 2011 +0200 + + * Bump version to 0.8.9 + + VERSION | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 954108fa911399b211e310e5c8e1452591c5d2a2 +Author: Guillaume Seguin <[email protected]> +Date: Thu Apr 21 14:43:29 2011 +0200 + + * Bump version to 0.8.8 + + VERSION | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit ee1ef41d93cd9886fce6aca149da8a297f8d5bee +Author: Guillaume Seguin <[email protected]> +Date: Wed Oct 14 04:09:02 2009 +0200 + + * Bump version to 0.8.5 + + VERSION | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 1ac65736c1eb23f4cf18eb2f12fe3e889b152f47 +Author: Guillaume Seguin <[email protected]> +Date: Wed Oct 14 04:08:57 2009 +0200 + + * Bump version to 0.8.4 + + VERSION | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 379b43fe0ab2665c942ffa2d14fc4228f533401c +Author: Dennis Kasprzyk <[email protected]> +Date: Thu Aug 27 18:36:40 2009 +0200 + + Don't return Options if Screen/Display has been freed. + + src/bcop.xslt | 17 +++++++++++++++++ + 1 file changed, 17 insertions(+) + +commit a6ae8e25a17e408dcbe8b31f42754c06b83d23c3 +Author: Guillaume Seguin <[email protected]> +Date: Mon Mar 9 15:43:44 2009 +0100 + + * Bump version to 0.8.3 + + VERSION | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 436a8858618a9dcb8cda6025c81f1dccb004e1d6 +Author: Guillaume Seguin <[email protected]> +Date: Mon Mar 9 15:43:35 2009 +0100 + + * Bump version to 0.8.2 + + VERSION | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 40aec5975dda0a1d3eb4d5483636f4f4b12f11f9 +Author: Guillaume Seguin <[email protected]> +Date: Tue Sep 23 13:34:19 2008 +0200 + + * Bump version to 0.7.9 + + VERSION | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 8c1190f17e730ee57eebbf39f350b1ef871015ca +Author: Guillaume Seguin <[email protected]> +Date: Tue Sep 23 13:34:17 2008 +0200 + + * Bump version to 0.7.8 + + VERSION | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 521c22755c11ce96310ed84b09d1a5583af8ebc8 +Author: Danny Baumann <[email protected]> +Date: Thu Jul 3 13:21:27 2008 +0200 + + Depend on pkgconfig file only at configure time, not at runtime. + + src/bcop.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit f5cd61042ab58ba2177f8a6c9d9f16f332e88fea +Author: Guillaume Seguin <[email protected]> +Date: Sat May 31 14:08:47 2008 +0200 + + * Bump version to 0.7.7 + + VERSION | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit ab82df6368c68a5d6551a88325993d5d5732cd0c +Author: Guillaume Seguin <[email protected]> +Date: Sat May 31 14:08:30 2008 +0200 + + * Bump version to 0.7.6 + + VERSION | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit f4fdaa3be29a8ad1393a818254351ae1ff82c672 +Author: Guillaume Seguin <[email protected]> +Date: Fri Apr 4 00:17:22 2008 +0200 + + * Bump version to 0.7.5 + + VERSION | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 080ee3f1ae6fe4bd00688e3f30460859f73d847b +Author: Guillaume Seguin <[email protected]> +Date: Fri Apr 4 00:17:20 2008 +0200 + + * Bump version to 0.7.4 + + VERSION | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 144f609c556d6947182f3295ea03bc1d924e46aa +Author: Dennis Kasprzyk <[email protected]> +Date: Wed Mar 19 18:22:02 2008 +0100 + + Fixed generic private defines. + + src/bcop.xslt | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +commit e56989fb493c200c75a0aa71705cfcc281dc62ee +Author: Dennis Kasprzyk <[email protected]> +Date: Wed Mar 19 15:20:44 2008 +0100 + + Use generic private defines. + + src/bcop.xslt | 55 ++++++++++++++++++++++--------------------------------- + 1 file changed, 22 insertions(+), 33 deletions(-) + +commit e2f7d6399689819bbce2630d53d3df0ab8bf0ab0 +Author: Dennis Kasprzyk <[email protected]> +Date: Wed Mar 19 14:57:44 2008 +0100 + + Whitespace fix + + src/bcop.xslt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 9399068ea6acb6e5e6d78f6dc51b590acdcc999b +Author: Dennis Kasprzyk <[email protected]> +Date: Wed Mar 19 14:56:07 2008 +0100 + + Generate generic plugin privates defines. + + src/bcop.xslt | 35 ++++++++++++++++++++++++++++++++++- + 1 file changed, 34 insertions(+), 1 deletion(-) + +commit 7966c5f6396049c708795db57ceb900c58c5eeb3 +Author: Dennis Kasprzyk <[email protected]> +Date: Wed Mar 19 14:49:25 2008 +0100 + + Generate enums for int lists. + + src/bcop.xslt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 93a285d0ee3478525db5e8b962c88d915a160412 +Author: Guillaume Seguin <[email protected]> +Date: Thu Mar 6 22:46:30 2008 +0100 + + * Bump version to 0.7.3 + + VERSION | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit f4732617377fe6c7e6dc8adfe0b44d0352e9468e +Author: Guillaume Seguin <[email protected]> +Date: Thu Mar 6 22:46:28 2008 +0100 + + * Bump version to 0.7.2 + + VERSION | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 7a77d5f4a4591e1e528fc2800d1f3d5d33aaf324 +Author: Dennis Kasprzyk <[email protected]> +Date: Fri Feb 29 15:43:17 2008 +0100 + + Fixed memleak during unload. Thanks to Mark Thomas (markbt). + + src/bcop.xslt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 1ce9770b2424bbd65a894ee8410ca6de86fbbb46 +Author: Dennis Kasprzyk <[email protected]> +Date: Tue Feb 26 01:22:48 2008 +0100 + + Removed warning on 64 bit systems. + + src/bcop.xslt | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +commit 86d31c32f3b905afd6ce5dfe9087ad3c7b5634da +Author: Guillaume Seguin <[email protected]> +Date: Sun Oct 21 12:52:02 2007 +0200 + + * Bump version to 0.6.99 + + VERSION | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 602aa5290bc54a178840d2e7c6d1f4ed58c59e5b +Author: Dennis Kasprzyk <[email protected]> +Date: Thu Sep 6 23:54:50 2007 +0200 + + Apply core changes. + + src/bcop.xslt | 12 ++++++++---- + 1 file changed, 8 insertions(+), 4 deletions(-) + +commit 37168ab2bc93cd8cc295a6b7708ac79442f2226e +Author: Dennis Kasprzyk <[email protected]> +Date: Tue Sep 4 17:33:58 2007 +0200 + + Fixed bugs with broken xpath/xslt implementations. + + src/bcop.xslt | 72 +++++++++++++++++++++++++++++------------------------------ + 1 file changed, 36 insertions(+), 36 deletions(-) + +commit d7a48f2ca2ad50731c3af3e8a51d2258fc7ee365 +Author: Dennis Kasprzyk <[email protected]> +Date: Thu Aug 30 18:54:06 2007 +0200 + + Typo. + + src/bcop.xslt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 4c5057c71b1a0049330ca65eabd3e1699e6385f9 +Author: Dennis Kasprzyk <[email protected]> +Date: Thu Aug 30 18:50:13 2007 +0200 + + Handle plugins with no display options correctly. + + src/bcop.xslt | 8 ++++++++ + 1 file changed, 8 insertions(+) + +commit 69028bfe3e67b367108801f44435281765ed872a +Author: Dennis Kasprzyk <[email protected]> +Date: Thu Aug 30 18:08:06 2007 +0200 + + Use COMPIZ_BEGIN_DECLS / COMPIZ_END_DECLS + + src/bcop.xslt | 10 ++++------ + 1 file changed, 4 insertions(+), 6 deletions(-) + +commit 1a96b500d128c80c0a93e08a1eb41748d7bb3142 +Author: Dennis Kasprzyk <[email protected]> +Date: Thu Aug 30 17:51:23 2007 +0200 + + Apply core changes. + + VERSION | 2 +- + src/bcop.xslt | 245 +++++++++++++++++++++++++++++++++++----------------------- + 2 files changed, 151 insertions(+), 96 deletions(-) + +commit 0def1dd7f7048ae5708585742bef606787bdb1c5 +Author: Dennis Kasprzyk <[email protected]> +Date: Mon Aug 20 15:32:50 2007 +0200 + + Apply current core changes. + + src/bcop.xslt | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +commit bb4e524330226fb19d1c1a97d8d8c280d6b530bc +Author: Dennis Kasprzyk <[email protected]> +Date: Mon Aug 20 15:15:18 2007 +0200 + + remove old bcop converter. + + bcopconvert/bcopconvert.xslt | 323 ------------------------------------------- + 1 file changed, 323 deletions(-) + +commit 8edd44d2b93955bd3c02c80dcb1f0763702eb6dd +Author: Dennis Kasprzyk <[email protected]> +Date: Mon Aug 20 15:13:54 2007 +0200 + + Bump VERSION + + VERSION | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit ed02fffef70b92e440025d79fa4fa964759851e3 +Author: Dennis Kasprzyk <[email protected]> +Date: Mon Aug 13 16:42:00 2007 +0200 + + Added VERSION file to EXTRA_DIST. + + Makefile.am | 2 ++ + 1 file changed, 2 insertions(+) + +commit 09543be06f21ed318b3b3ae79b42ad439d865f7b +Author: Dennis Kasprzyk <[email protected]> +Date: Sun Aug 12 21:52:01 2007 +0200 + + Version update. + + VERSION | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 61e0e35681b4d3812e76fcf59a30204f59a40326 +Merge: 0f2f3d6 c2bcb6a +Author: Dennis Kasprzyk <[email protected]> +Date: Mon Jul 9 20:23:13 2007 +0200 + + Merge branch 'master' of git+ssh://git.beryl-project.org/git/compcomm/libraries/bcop + +commit 0f2f3d6c6a4e362f62370be67ce613ecf8d3d91c +Author: Dennis Kasprzyk <[email protected]> +Date: Mon Jul 9 20:23:03 2007 +0200 + + Generate c++ compatible headers. + + VERSION | 2 +- + src/bcop.xslt | 10 +++++++++- + 2 files changed, 10 insertions(+), 2 deletions(-) + +commit c2bcb6afd2b5159281f52e075030d7f2a65e0fc2 +Author: Dennis Kasprzyk <[email protected]> +Date: Thu Jul 5 00:26:13 2007 +0200 + + Work around one stupid bug in xsltproc. + + src/bcop.xslt | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) + +commit fcced4de651a2a71b028af9994ae959760139a99 +Author: Dennis Kasprzyk <[email protected]> +Date: Wed Jun 20 18:45:43 2007 +0200 + + Package rename + + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 260db8eea6c7fdfc04b728957e4b43374df342f8 +Merge: b55f207 f3b383f +Author: Dennis Kasprzyk <[email protected]> +Date: Wed Jun 20 15:43:01 2007 +0200 + + Merge branch 'master' of git+ssh://git.beryl-project.org/git/compcomm/libraries/bcop + +commit b55f2077daf5e6331fc746ea40f3dc7601713693 +Author: Dennis Kasprzyk <[email protected]> +Date: Wed Jun 20 15:42:39 2007 +0200 + + Added support of translated/non translated metadata files + + VERSION | 2 +- + src/bcop.xslt | 4 ++-- + 2 files changed, 3 insertions(+), 3 deletions(-) + +commit f3b383f7769a4a2a496ca2b4db48e52901a7773f +Author: Danny Baumann <[email protected]> +Date: Tue Jun 12 19:43:34 2007 +0200 + + Datarootdir must be assigned before datadir. + + bcop.pc.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 5831c2ac2491c62cb073750eef78709981490527 +Author: Danny Baumann <[email protected]> +Date: Tue Jun 12 17:01:10 2007 +0200 + + Only include bcop.in in DIST. + + src/Makefile.am | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +commit 0b4ae0cf5f9a5efcc2efc774c2512f3247a52300 +Author: Danny Baumann <[email protected]> +Date: Tue Jun 12 16:36:19 2007 +0200 + + Fix automake warning. + + bcop.pc.in | 1 + + 1 file changed, 1 insertion(+) + +commit 3d4e9af7144ea8564e8eba40f5e4d9811a2b7677 +Author: Danny Baumann <[email protected]> +Date: Tue Jun 12 16:30:33 2007 +0200 + + Install BCOP pkg-config file to $DATADIR, not $LIBDIR as it's not architecture dependant. + + Makefile.am | 2 +- + bcop.pc.in | 4 ++-- + 2 files changed, 3 insertions(+), 3 deletions(-) + +commit c1cb688a121c258a8027f03e52a7e563a947b592 +Author: Dennis Kasprzyk <[email protected]> +Date: Mon Jun 11 18:07:05 2007 +0200 + + universal plugin Makefile has now it's own repo + + pluginMakefile/Makefile | 229 ------------------------------------------------ + 1 file changed, 229 deletions(-) + +commit 2fd8078997771bd81edf85da478e787aeadf4367 +Author: Dennis Kasprzyk <[email protected]> +Date: Wed Jun 6 16:29:56 2007 +0200 + + Removed string restrictions + + VERSION | 2 +- + src/bcop.xslt | 276 +--------------------------------------------------------- + 2 files changed, 5 insertions(+), 273 deletions(-) + +commit e4cb7eea9459b9f24ae888c17cf8fde6da5c2c05 +Author: Dennis Kasprzyk <[email protected]> +Date: Mon May 21 01:18:48 2007 +0200 + + build everything in build directory + + pluginMakefile/Makefile | 37 ++++++++++++++++++++++++------------- + 1 file changed, 24 insertions(+), 13 deletions(-) + +commit ae3a7a9c8e4e78d3a9f1c31a3104bfbe521fc89d +Author: Dennis Kasprzyk <[email protected]> +Date: Wed May 16 21:04:55 2007 +0200 + + some autotool cleanups + + bcop.pc.in | 2 +- + configure.ac | 2 -- + 2 files changed, 1 insertion(+), 3 deletions(-) + +commit c6a4db48750d829bedae1137f1c3d6480f3447b2 +Author: Dennis Kasprzyk <[email protected]> +Date: Wed May 16 15:00:48 2007 +0200 + + added support for int descriptions (restricted strings will be removed later) + + VERSION | 2 +- + src/bcop.xslt | 176 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- + 2 files changed, 174 insertions(+), 4 deletions(-) + +commit ecf0457f11ec96235a4a6f88cd64cbd79642027f +Merge: fcc7297 f760713 +Author: Dennis Kasprzyk <[email protected]> +Date: Wed May 9 15:51:20 2007 +0200 + + Merge branch 'master' of git+ssh://git.beryl-project.org/git/compcomm/libraries/bcop + +commit fcc7297bb8e1647f82b766eec591a58e8a478bdb +Author: Dennis Kasprzyk <[email protected]> +Date: Wed May 9 15:51:07 2007 +0200 + + corrected global metadata directory + + pluginMakefile/Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit f760713b5a232c2e7ffdbb7c3a8c3d937c7fae59 +Author: Roi Cohen <roico@roico-desktop.(none)> +Date: Wed May 9 01:08:01 2007 +0300 + + fix typo in makefile + + pluginMakefile/Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 40c24085938a34e75e4822974cc992c100697ad3 +Author: Danny Baumann <[email protected]> +Date: Tue May 8 08:17:09 2007 +0200 + + Delete target files if an error occured. + + src/bcop.in | 2 ++ + 1 file changed, 2 insertions(+) + +commit edca4ee3bb49feab278bf3190b4465458f536ccf +Author: Danny Baumann <[email protected]> +Date: Tue May 8 08:13:32 2007 +0200 + + Better (more generic) error handling. + + src/bcop.in | 13 ++++++++----- + 1 file changed, 8 insertions(+), 5 deletions(-) + +commit e662a72172abea2d9cfb8dd321efa434a121e82e +Merge: 6f9f289 1c16827 +Author: Dennis Kasprzyk <[email protected]> +Date: Mon May 7 12:34:25 2007 +0200 + + Merge branch 'master' of git+ssh://git.beryl-project.org/git/compcomm/libraries/bcop + +commit 6f9f289d30a6b54369b5ed7a0d2be0c85ff9aa92 +Author: Dennis Kasprzyk <[email protected]> +Date: Mon May 7 12:31:14 2007 +0200 + + - Install to global compiz directories if the BUILD_GLOBAL environment variable is set to true + - Generate and install gconf schema + + pluginMakefile/Makefile | 61 ++++++++++++++++++++++++++++++++++++++----------- + 1 file changed, 48 insertions(+), 13 deletions(-) + +commit 1c168270a6dd9fa2ff3c325604eb859b523de26f +Author: Danny Baumann <[email protected]> +Date: Mon May 7 09:57:12 2007 +0200 + + Actually exit with an error code set. + + src/bcop.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit f27aae4006dc1e4409ba9bbb7d227b05be29fbbd +Author: Danny Baumann <[email protected]> +Date: Mon May 7 09:56:02 2007 +0200 + + Check for stylesheet existance before doing any work. + + src/bcop.in | 7 ++++++- + 1 file changed, 6 insertions(+), 1 deletion(-) + +commit 2b4ccc7ff27c0dd59ff7b1b8f7c9af6ab227c529 +Author: Dennis Kasprzyk <[email protected]> +Date: Wed May 2 01:32:38 2007 +0200 + + added libxslt dependency + + configure.ac | 2 ++ + 1 file changed, 2 insertions(+) + +commit 5ee129ced78e088f549df9a8e09d26a03bb89dfb +Author: Dennis Kasprzyk <[email protected]> +Date: Wed Apr 25 01:36:10 2007 +0200 + + applied core changes + + src/bcop.xslt | 24 +++++------------------- + 1 file changed, 5 insertions(+), 19 deletions(-) + +commit e0e8d722de6435c5acb8001833b0fd9e6937ca42 +Merge: d583614 bcecfb7 +Author: Dennis Kasprzyk <[email protected]> +Date: Tue Apr 24 22:41:37 2007 +0200 + + Merge branch 'master' of git+ssh://git.beryl-project.org/git/compiz/bcop + +commit d58361494e884b7b406ea6953a4c61504b1952a1 +Author: Dennis Kasprzyk <[email protected]> +Date: Tue Apr 24 22:41:01 2007 +0200 + + copy xml file instead of install + + pluginMakefile/Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 6cd0471aa4b91dd0ba0033f14e8aef9ff2b6e91d +Author: Dennis Kasprzyk <[email protected]> +Date: Tue Apr 24 20:43:29 2007 +0200 + + removed unneeded touch + + pluginMakefile/Makefile | 2 -- + 1 file changed, 2 deletions(-) + +commit bcecfb7f605ced42891c87a3b916eb361c3a6a40 +Author: Danny Baumann <[email protected]> +Date: Fri Apr 20 15:43:03 2007 +0200 + + Metadata filenames can start with a number. + + src/bcop.xslt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 1fe84374eb806fd535d97f9bdcdabdf84f9971f1 +Author: Dennis Kasprzyk <[email protected]> +Date: Fri Apr 20 14:58:18 2007 +0200 + + Use pkg-config to get the xslt dir + + bcop.pc.in | 1 + + src/bcop.in | 3 +-- + 2 files changed, 2 insertions(+), 2 deletions(-) + +commit 6b28c01d3968427a7367e818984f6408c3bca652 +Author: Dennis Kasprzyk <[email protected]> +Date: Fri Apr 20 12:34:20 2007 +0200 + + bcop requires bash + + src/bcop.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit b8f15d1ef59e0da58e493a7dcacb22fe8edeedce +Merge: 2182905 7ff41f2 +Author: Dennis Kasprzyk <[email protected]> +Date: Wed Apr 18 21:53:29 2007 +0200 + + Merge branch 'master' of git+ssh://git.beryl-project.org/git/compiz/bcop + +commit 2182905e61d4d45667d43789e9ba0ab846c95452 +Author: Dennis Kasprzyk <[email protected]> +Date: Wed Apr 18 21:53:09 2007 +0200 + + removed unneeded () + + src/bcop.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 7ff41f201029616e114e0ad990edb18d2230b0f1 +Author: Danny Baumann <[email protected]> +Date: Wed Apr 18 13:24:02 2007 +0200 + + The header file name can start with a number. + + src/bcop.xslt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit d094d33742ace23057ff28c6a00cc07b298d7be2 +Author: Dennis Kasprzyk <[email protected]> +Date: Wed Apr 18 00:10:15 2007 +0200 + + Core metadata changes. + + src/bcop.xslt | 357 ++++++++++++++++++++++++++++++++-------------------------- + 1 file changed, 200 insertions(+), 157 deletions(-) + +commit 3c4247e66da8344a32a846a19db1184997d1667c +Author: Dennis Kasprzyk <[email protected]> +Date: Tue Apr 17 19:29:15 2007 +0200 + + revert last patch because it's now fixed in core. + + src/bcop.xslt | 11 ----------- + 1 file changed, 11 deletions(-) + +commit c7db0b1c023dc1e4527d25e95c0a3e37ae0acaa1 +Author: Dennis Kasprzyk <[email protected]> +Date: Tue Apr 17 19:18:08 2007 +0200 + + initialize matches correctly + + src/bcop.xslt | 11 +++++++++++ + 1 file changed, 11 insertions(+) + +commit 6eb55c1747b3536c52b999bed8177a73b03f5d50 +Author: Dennis Kasprzyk <[email protected]> +Date: Tue Apr 17 18:24:16 2007 +0200 + + iterate over existing list of string restrictions + (fixes crash of plugin.xml is not installed) + + src/bcop.xslt | 15 ++++++++------- + 1 file changed, 8 insertions(+), 7 deletions(-) + +commit 63f15794a42c39927ea1943322a612226132a572 +Author: Dennis Kasprzyk <[email protected]> +Date: Tue Apr 17 18:10:56 2007 +0200 + + added missing "!" + + src/bcop.xslt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit b95d172b0ecffcc80da5e15732d80bc8e00b46eb +Author: Dennis Kasprzyk <[email protected]> +Date: Tue Apr 17 18:09:22 2007 +0200 + + indent fix + + src/bcop.xslt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit a6f37c5bbc0807bd8e1b123ea3a2005624154fda +Author: Dennis Kasprzyk <[email protected]> +Date: Tue Apr 17 17:59:42 2007 +0200 + + don't generate options display pinter if not needed in finiScreen + + src/bcop.xslt | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) + +commit 371cc79c3328e91f6f72495b1deeccabecf50a56 +Author: Dennis Kasprzyk <[email protected]> +Date: Tue Apr 17 17:51:09 2007 +0200 + + better Name conversion + + src/bcop.xslt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 404c3cbe6652ffd1c9c7d336fc85cbce4d17909b +Author: Danny Baumann <[email protected]> +Date: Tue Apr 17 17:43:05 2007 +0200 + + Fixed string list handling. + + src/bcop.xslt | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +commit 4357080d4ae52b3139981b12a6b182d379e0dc4f +Author: Dennis Kasprzyk <[email protected]> +Date: Tue Apr 17 17:35:25 2007 +0200 + + added missing semicolon in GetMask function + + src/bcop.xslt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit ffedee4b015f78643e667c69a8008fcb9a9d3ea4 +Author: Dennis Kasprzyk <[email protected]> +Date: Tue Apr 17 17:28:43 2007 +0200 + + don't generate Enun description for masks + + src/bcop.xslt | 4 ---- + 1 file changed, 4 deletions(-) + +commit 12d816c116fbfad19687e960d05d46047106a5fe +Author: Dennis Kasprzyk <[email protected]> +Date: Tue Apr 17 17:04:06 2007 +0200 + + return CompMatch correctly + + src/bcop.xslt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 5c5b8a8c625126ab445d3bc82260569953b80436 +Author: Dennis Kasprzyk <[email protected]> +Date: Tue Apr 17 16:45:11 2007 +0200 + + New XSLT bcop version that uses the Compiz metadata xml format + (you can convert plugin.options files to plugin.xml files with bcopconvert.xslt) + + VERSION | 2 +- + bcop-dump/Makefile | 165 ----- + bcop-dump/bcop-dump.c | 790 -------------------- + bcop.pc.in | 4 +- + bcopconvert/bcopconvert.xslt | 323 ++++++++ + configure.ac | 8 +- + examples/example.options | 116 --- + pluginMakefile/Makefile | 32 +- + src/Makefile.am | 12 +- + src/bcop.h | 224 ------ + src/bcop.in | 66 ++ + src/bcop.xslt | 1681 ++++++++++++++++++++++++++++++++++++++++++ + src/code_generator.c | 1380 ---------------------------------- + src/schema_generator.c | 450 ----------- + src/xml_parser.c | 1051 -------------------------- + 15 files changed, 2108 insertions(+), 4196 deletions(-) + +commit 0320d3fb385f3350029ac7463c2444234c960e92 +Author: Dennis Kasprzyk <[email protected]> +Date: Fri Apr 6 16:44:36 2007 +0200 + + added first version of bcop dump plugin + + bcop-dump/Makefile | 165 +++++++++++ + bcop-dump/bcop-dump.c | 790 ++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 955 insertions(+) + +commit d1522c7d3129340b2fc3306d0bdc8ffece19f3a8 +Author: Dennis Kasprzyk <[email protected]> +Date: Fri Apr 6 05:33:22 2007 +0200 + + updated universal plugin makefile + + pluginMakefile/Makefile | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) + +commit bfef1da6d9fb421303671c06de76533638080ab4 +Author: Danny Baumann <[email protected]> +Date: Thu Apr 5 20:50:26 2007 +0200 + + bcop: fixed schema creation if option --schema is passed + + src/schema_generator.c | 4 ++++ + src/xml_parser.c | 21 +++++++++++++++++++++ + 2 files changed, 25 insertions(+) + +commit 9e6dc30702292151048385f859cb53f76e7cbc11 +Author: Quinn <quinn@berylinabox.(none)> +Date: Thu Apr 5 13:18:11 2007 -0400 + + fix a few bugs related to escaping and list types + + src/schema_generator.c | 40 ++++++++++++++++++++++++++++++++++++++-- + 1 file changed, 38 insertions(+), 2 deletions(-) + +commit 2592bda8dd327f86a7d9c45d024a26bc98f8ee1a +Author: Quinn <quinn@berylinabox.(none)> +Date: Thu Apr 5 12:49:59 2007 -0400 + + finish (afaik) schema generator, should work properly now, needs testing of course + + src/schema_generator.c | 209 ++++++++++++++++++++++++++++++++++++++++++++++--- + 1 file changed, 196 insertions(+), 13 deletions(-) + +commit 00c3ed5cbdb390df9f9e44df67bb485d4f24cad2 +Author: Quinn <quinn@berylinabox.(none)> +Date: Thu Apr 5 12:00:39 2007 -0400 + + beginning of work on adding schema generation, still needs some work but is already partially complete + + src/Makefile.am | 2 +- + src/bcop.h | 12 ++- + src/schema_generator.c | 227 +++++++++++++++++++++++++++++++++++++++++++++++++ + src/xml_parser.c | 45 ++++++++-- + 4 files changed, 275 insertions(+), 11 deletions(-) + +commit a9fcfe2391865b646b3665082130a83bac700025 +Author: Danny Baumann <[email protected]> +Date: Tue Apr 3 07:40:43 2007 +0200 + + bcop: adaptions for latest vTable changes + + src/code_generator.c | 20 ++++++++++---------- + 1 file changed, 10 insertions(+), 10 deletions(-) + +commit f7fdb355d192218c880489a9196add0bd4fd6ab1 +Author: Danny Baumann <[email protected]> +Date: Mon Apr 2 17:40:59 2007 +0200 + + bcop: fixed GetScreenOption function naming (fooGetScreenOption instead of FOOGetScreenOption) + + src/code_generator.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit b14f012ad7a35f338278f26063a2da6e8f6f9e76 +Author: Dennis Kasprzyk <[email protected]> +Date: Mon Apr 2 17:20:51 2007 +0200 + + added get(*)Option functions + + src/code_generator.c | 19 +++++++++++++++++++ + 1 file changed, 19 insertions(+) + +commit 355795d716728556fd1f67f5e76fb0d841b672c5 +Author: Dennis Kasprzyk <[email protected]> +Date: Mon Apr 2 17:10:13 2007 +0200 + + removed beryl code generation mode + + VERSION | 2 +- + src/bcop.h | 1 - + src/code_generator.c | 89 ++++++++-------------------------------------------- + src/xml_parser.c | 24 +++++--------- + 4 files changed, 21 insertions(+), 95 deletions(-) + +commit 316c3505328f01d64bebeb2d464275067bdec800 +Merge: 7d76b72 4f59c9a +Author: Danny Baumann <[email protected]> +Date: Fri Mar 30 11:15:41 2007 +0200 + + Merge branch 'master' of git+ssh://[email protected]/git/beryl/bcop + +commit 7d76b72bfe6348c01e355840d0b69dc5b2007f1c +Author: Danny Baumann <[email protected]> +Date: Fri Mar 30 11:15:16 2007 +0200 + + bcop: use keycodes for non-Beryl mode also for empty binding assignments + + src/code_generator.c | 7 ++++++- + 1 file changed, 6 insertions(+), 1 deletion(-) + +commit 4f59c9a6677efa0f42ed9f5d56eb26d9b85ddbbe +Author: Dennis Kasprzyk <[email protected]> +Date: Wed Mar 28 15:05:09 2007 +0200 + + use name attribute if no key specified + + src/xml_parser.c | 8 +++++--- + 1 file changed, 5 insertions(+), 3 deletions(-) + +commit 7e94e5124adae1c24004b2aef9987ee1e19a1380 +Author: Dennis Kasprzyk <[email protected]> +Date: Wed Mar 28 15:01:16 2007 +0200 + + maniac's Camel conversion + + src/bcop.h | 1 + + src/xml_parser.c | 24 +++++++++++++++++++++++- + 2 files changed, 24 insertions(+), 1 deletion(-) + +commit ea9973fe84f471141323f7e4fa7f0c33f4f23c4d +Author: Danny Baumann <[email protected]> +Date: Wed Mar 28 14:56:41 2007 +0200 + + bcop: convert option names to CamelCaps for source code printing + + src/bcop.h | 1 + + src/xml_parser.c | 24 +++++++++++++++++++++++- + 2 files changed, 24 insertions(+), 1 deletion(-) + +commit 4ae846274cf30e3914670f14c809438d7ebcf6a2 +Author: Dennis Kasprzyk <[email protected]> +Date: Mon Mar 26 23:27:18 2007 +0200 + + handle empty default field + + src/xml_parser.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit d512c39117e1b4c278622b233e03a4d8c94aef83 +Author: Dennis Kasprzyk <[email protected]> +Date: Mon Mar 26 23:24:05 2007 +0200 + + added match initialisation + + src/code_generator.c | 11 +++++++++++ + 1 file changed, 11 insertions(+) + +commit 55aa311ed39484f80738ef8d69ca0fe2f88667d6 +Author: Dennis Kasprzyk <[email protected]> +Date: Mon Mar 26 21:34:07 2007 +0200 + + added match option type + + src/bcop.h | 7 +++++++ + src/code_generator.c | 21 ++++++++++++++++++++- + src/xml_parser.c | 20 ++++++++++++++++++++ + 3 files changed, 47 insertions(+), 1 deletion(-) + +commit 304c6d960b56c10887cdc146f98a20190e765aab +Author: Dennis Kasprzyk <[email protected]> +Date: Mon Mar 26 18:17:34 2007 +0200 + + pass screen/display pinter to the notify function + + src/code_generator.c | 9 +++++---- + 1 file changed, 5 insertions(+), 4 deletions(-) + +commit 48cd1a0bb9716d8b2fec87c525417eab5e2fe7c8 +Author: onestone <onestone> +Date: Tue Mar 6 21:23:45 2007 +0000 + + bcop: changed name of bcop binary variable in pkg-config file + + bcop.pc.in | 2 +- + pluginMakefile/Makefile | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +commit 0f4d602b4b3b576211da53cdedb6e9434e0bb870 +Author: onestone <onestone> +Date: Mon Mar 5 18:16:08 2007 +0000 + + bcop: fixed typo + + examples/example.options | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 040c0a7ebbdd057cc3d5a950053fd4f7fa5a1927 +Author: onestone <onestone> +Date: Mon Mar 5 17:40:18 2007 +0000 + + Initial import of the Beryl/Compiz XML options parser (bcop) + + AUTHORS | 1 + + COPYING | 340 ++++++++++++ + ChangeLog | 0 + INSTALL | 236 ++++++++ + Makefile.am | 5 + + NEWS | 1 + + README | 0 + VERSION | 1 + + autogen.sh | 13 + + bcop.pc.in | 11 + + configure.ac | 29 + + examples/example.options | 116 ++++ + pluginMakefile/Makefile | 165 ++++++ + src/Makefile.am | 7 + + src/bcop.h | 211 +++++++ + src/code_generator.c | 1388 ++++++++++++++++++++++++++++++++++++++++++++++ + src/xml_parser.c | 965 ++++++++++++++++++++++++++++++++ + 17 files changed, 3489 insertions(+) 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/compiz-bcop-0.8.12/Makefile.am new/compiz-bcop-0.8.14/Makefile.am --- old/compiz-bcop-0.8.12/Makefile.am 2015-12-12 20:38:48.000000000 +0100 +++ new/compiz-bcop-0.8.14/Makefile.am 2017-04-18 02:51:37.000000000 +0200 @@ -1,7 +1,22 @@ -## Process this file with automake to produce Makefile.in SUBDIRS = src -EXTRA_DIST = VERSION +EXTRA_DIST = \ + AUTHORS \ + COPYING \ + NEWS \ + README.md \ + VERSION \ + autogen.sh pkgconfigdir = $(datadir)/pkgconfig pkgconfig_DATA = bcop.pc + +# Build ChangeLog from GIT history +ChangeLog: + $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \ + GIT_DIR="$(top_srcdir)/.git" git log --stat > $@; \ + fi + +dist: ChangeLog + +.PHONY: ChangeLog 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/compiz-bcop-0.8.12/NEWS new/compiz-bcop-0.8.14/NEWS --- old/compiz-bcop-0.8.12/NEWS 2016-02-12 23:53:23.000000000 +0100 +++ new/compiz-bcop-0.8.14/NEWS 2017-04-18 03:44:24.000000000 +0200 @@ -1,3 +1,9 @@ +Release 0.8.14 (2017-04-17 Scott Moreau <[email protected]>) +================================================================ +COMPIZ-RELOADED + +Maintenance release. + Release 0.8.12 (2016-02-12 Sorokin Alexei <[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/compiz-bcop-0.8.12/README.md new/compiz-bcop-0.8.14/README.md --- old/compiz-bcop-0.8.12/README.md 1970-01-01 01:00:00.000000000 +0100 +++ new/compiz-bcop-0.8.14/README.md 2017-04-18 02:51:37.000000000 +0200 @@ -0,0 +1,3 @@ +# compiz-bcop + +Futher development of Compiz 0.8.x series (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/compiz-bcop-0.8.12/VERSION new/compiz-bcop-0.8.14/VERSION --- old/compiz-bcop-0.8.12/VERSION 2016-02-12 07:14:41.000000000 +0100 +++ new/compiz-bcop-0.8.14/VERSION 2017-04-18 02:51:37.000000000 +0200 @@ -1 +1 @@ -VERSION=0.8.12 +VERSION=0.8.13 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/compiz-bcop-0.8.12/autogen.sh new/compiz-bcop-0.8.14/autogen.sh --- old/compiz-bcop-0.8.12/autogen.sh 1970-01-01 01:00:00.000000000 +0100 +++ new/compiz-bcop-0.8.14/autogen.sh 2017-04-18 02:51:37.000000000 +0200 @@ -0,0 +1,21 @@ +#!/bin/sh +# Run this to generate all the initial makefiles, etc. + +srcdir=$(dirname "$0") +[ -z "$srcdir" ] && srcdir="." +cd "$srcdir" + +PKG_NAME="compiz-bcop" + +if [ ! -f "$srcdir/configure.ac" ]; then + echo -n "**Error**: Directory "\`"$srcdir"\'" does not look like the" + echo " top-level $PKG_NAME directory" + exit 1 +fi + +autoreconf --verbose --force --install || exit 1 + +cd "$OLDPWD" || exit $? +if [ -z "$NOCONFIGURE" ]; then + "$srcdir/configure" "$@" || exit 1 +fi 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/compiz-bcop-0.8.12/configure.ac new/compiz-bcop-0.8.14/configure.ac --- old/compiz-bcop-0.8.12/configure.ac 2016-02-12 07:14:41.000000000 +0100 +++ new/compiz-bcop-0.8.14/configure.ac 2017-04-18 03:44:28.000000000 +0200 @@ -1,6 +1,6 @@ AC_PREREQ(2.57) -AC_INIT([compiz-bcop], [0.8.12], [[email protected]]) +AC_INIT([compiz-bcop], [0.8.14], [[email protected]]) AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news]) AC_CONFIG_HEADER([config.h])
