Hello community,

here is the log from the commit of package mate-common for openSUSE:Factory 
checked in at 2015-11-11 10:30:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-common (Old)
 and      /work/SRC/openSUSE:Factory/.mate-common.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-common"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-common/mate-common.changes  2015-07-03 
00:09:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mate-common.new/mate-common.changes     
2015-11-11 10:30:34.000000000 +0100
@@ -1,0 +2,13 @@
+Thu Nov  5 20:43:01 UTC 2015 - [email protected]
+
+- Update to 1.12.0.
+
+-------------------------------------------------------------------
+Tue Oct 20 15:56:40 UTC 2015 - [email protected]
+
+- Update to 1.11.0:
+  * Support lcov 1.12.
+  * Update docs and example script.
+- Require intltool 0.50.1.
+
+-------------------------------------------------------------------

Old:
----
  mate-common-1.10.0.tar.xz

New:
----
  mate-common-1.12.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mate-common.spec ++++++
--- /var/tmp/diff_new_pack.Ek6kRY/_old  2015-11-11 10:30:35.000000000 +0100
+++ /var/tmp/diff_new_pack.Ek6kRY/_new  2015-11-11 10:30:35.000000000 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _version 1.10
+%define _version 1.12
 Name:           mate-common
-Version:        1.10.0
+Version:        1.12.0
 Release:        0
 Summary:        Common scripts and macros to develop with MATE
 License:        GPL-3.0+
 Group:          System/GUI/Other
-Url:            http://mate-desktop.org
+Url:            http://mate-desktop.org/
 Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -33,9 +33,9 @@
 Requires:       autoconf
 Requires:       automake
 Requires:       gettext
-Requires:       intltool
+Requires:       intltool >= 0.50.1
 Requires:       libtool
-Requires:       pkgconfig
+Requires:       pkg-config
 Requires:       pkgconfig(glib-2.0)
 Requires:       pkgconfig(gtk-doc)
 BuildArch:      noarch

++++++ mate-common-1.10.0.tar.xz -> mate-common-1.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.10.0/ChangeLog 
new/mate-common-1.12.0/ChangeLog
--- old/mate-common-1.10.0/ChangeLog    2015-04-05 19:06:29.000000000 +0200
+++ new/mate-common-1.12.0/ChangeLog    2015-10-06 16:27:30.000000000 +0200
@@ -1,826 +1,2 @@
-commit b59c7a53c5dbc73657cbcb0f04b82877630df437
-Author: Stefano Karapetsas <[email protected]>
-Date:   Sun Apr 5 19:06:04 2015 +0200
-
-    Bump version to 1.10.0
-
- NEWS         | 2 +-
- configure.ac | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-commit 6b5032d74568a58d5bc17a6f432a52aa35e19718
-Author: Stefano Karapetsas <[email protected]>
-Date:   Tue Jan 27 09:31:56 2015 +0100
-
-    Bump version to 1.9.90
-
- NEWS         | 2 +-
- configure.ac | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-commit a1cf7e80de337af2d79d545efa17cc797b11d1e3
-Author: Stefano Karapetsas <[email protected]>
-Date:   Tue Jan 27 09:31:32 2015 +0100
-
-    Update NEWS
-
- NEWS | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-commit bdbef494d43e7af7564d8ef0c10a0fb707b61be9
-Author: Stefano Karapetsas <[email protected]>
-Date:   Thu Jan 22 14:42:14 2015 +0100
-
-    Add support for automake 1.15
-    
-    Closes https://github.com/mate-desktop/mate-applets/issues/122
-
- macros/mate-autogen | 21 +++++++++++----------
- 1 file changed, 11 insertions(+), 10 deletions(-)
-
-commit df3afe5dc48ac757f06aae44476041ccfabe7cad
-Author: Stefano Karapetsas <[email protected]>
-Date:   Mon Jan 12 11:44:24 2015 +0100
-
-    Bump version to 1.9.1
-
- NEWS         | 2 +-
- configure.ac | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-commit 0f1a444af0c2d37fd1ad1b77220f6f9f8ef2b686
-Author: infirit <[email protected]>
-Date:   Tue Dec 2 11:14:04 2014 +0100
-
-    code-coverage: Support lcov 1.11
-
- macros/mate-code-coverage.m4 | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 9f48a9b66a8ec131a6c827a55b43291f430a1674
-Author: infirit <[email protected]>
-Date:   Tue Dec 2 11:13:14 2014 +0100
-
-    mate-autogen: make program_VERSION a local variable
-    
-    Otherwise we may end up overriding what was manually set in the
-    environment.
-    
-    Taken from gnome-common commit: f5bd3785edfbebef04089fc52f804249d88b89de
-
- macros/mate-autogen | 1 +
- 1 file changed, 1 insertion(+)
-
-commit cf14b660b289878b0a6e5a406e6fccd58e7026d6
-Author: infirit <[email protected]>
-Date:   Tue Dec 2 11:11:49 2014 +0100
-
-    mate-autogen: Fix check if stdin is a tty
-    
-    Use the simpler gnome-common check from commit: 
d98710d08e643fe2e2ba8d56540c350062cf0ecc
-
- macros/mate-autogen | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 37be3c82b50eb2c51ac1f4bb5110b1174d750066
-Author: infirit <[email protected]>
-Date:   Tue Dec 2 11:06:09 2014 +0100
-
-    mate-autogen.sh: correct IFS value
-    
-    Due to a likely copy-paste mistake, the default value of IFS was being
-    set to 9 spaces instead of a tab and a space.
-    
-    Based on gnome-common commit: fb0e5a9dbed732dd01d245f141ff2beb35689971
-
- macros/mate-autogen | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 16a737f8e1fa7434448416fd62e842a1c340d598
-Author: infirit <[email protected]>
-Date:   Tue Dec 2 11:02:45 2014 +0100
-
-    mate-autogen: Check for appdata-xml.m4 with APPDATA_XML
-    
-    Based on gnome-common commit: 2a770a34293432872a8c7edac584a72e943f06d2
-
- macros/mate-autogen | 4 ++++
- 1 file changed, 4 insertions(+)
-
-commit f7f19b25350e21f61c7bc33fe2de552f8f7950c1
-Author: infirit <[email protected]>
-Date:   Tue Dec 2 10:56:41 2014 +0100
-
-    mate-autogen.sh: run glib-gettexize if using GLib gettext
-    
-    Based on gnome-common commit: d04839754bbbb6ffed9c4641fed801b586944820
-
- macros/mate-autogen | 5 +++++
- 1 file changed, 5 insertions(+)
-
-commit 0c0612b32516dbb1ab9d6e8c80d97d1b75890315
-Author: Stefano Karapetsas <[email protected]>
-Date:   Mon Mar 17 16:58:46 2014 +0100
-
-    Bump version to 1.9.0
-
- NEWS         | 4 ++++
- configure.ac | 2 +-
- 2 files changed, 5 insertions(+), 1 deletion(-)
-
-commit 2e1ed795cf22232b9fa7c41f226cc1d7c9b11fc9
-Author: Stefano Karapetsas <[email protected]>
-Date:   Fri Feb 28 20:59:38 2014 +0100
-
-    Bump version to 1.8.0
-
- NEWS         | 2 +-
- configure.ac | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-commit 2bb97f69e98e3ae00a6e9617b92ecf07de9606fb
-Author: Stefano Karapetsas <[email protected]>
-Date:   Fri Feb 14 17:34:57 2014 +0100
-
-    Bump version to 1.7.90
-
- NEWS         | 2 +-
- configure.ac | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-commit d928425add8cec8f6be2eb5c7e544f90af9a6ef7
-Author: Stefano Karapetsas <[email protected]>
-Date:   Fri Feb 14 17:34:27 2014 +0100
-
-    Update NEWS
-
- NEWS | 4 ++++
- 1 file changed, 4 insertions(+)
-
-commit dd56bf0f0a08164ee80980310720d6f14f6293cd
-Author: Stefano Karapetsas <[email protected]>
-Date:   Fri Feb 14 17:31:26 2014 +0100
-
-    configure: Add check-news
-
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit fce723994cfe669f51243cdac253db2c4b25f9a9
-Author: Stefano Karapetsas <[email protected]>
-Date:   Sun Feb 9 19:27:18 2014 +0100
-
-    Bump version to 1.7.3
-
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 395a50cbc6b56493bf4dbe5185923d8bff1b3156
-Merge: 8695dd1 c12956a
-Author: Stefano Karapetsas <[email protected]>
-Date:   Mon Jan 20 12:58:57 2014 -0800
-
-    Merge pull request #13 from infirit/master
-    
-    Fix tty detection for terminal codes.
-
-commit c12956aa50497f5849c6c477621a5d0cc0b1d4fd
-Author: infirit <[email protected]>
-Date:   Mon Jan 20 21:55:42 2014 +0100
-
-    Fix tty detection for terminal codes.
-
- macros/mate-autogen | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 8695dd1dc3ac4fcf19117be53bc0df804f2d75f1
-Author: Stefano Karapetsas <[email protected]>
-Date:   Sat Jan 18 16:52:44 2014 +0100
-
-    Bump version to 1.7.2
-
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 56a56f089dac584b3a7b3b524c05eb5418ab4ab1
-Merge: 185a881 ee67cdc
-Author: Stefano Karapetsas <[email protected]>
-Date:   Sat Jan 4 09:59:30 2014 -0800
-
-    Merge pull request #11 from infirit/gnomefixes
-    
-    Many fixes from gnome-common that are useful for MATE
-
-commit ee67cdc2cd7c65318d21faed1056160f8355990e
-Author: infirit <[email protected]>
-Date:   Fri Jan 3 15:36:05 2014 +0100
-
-    Read the dirlist file unconditionally
-    
-    Based on GNOME commit:
-    
https://git.gnome.org/browse/gnome-common/commit/?id=799ae3eaebd82f961cbca82325351c3b5db7494c
-
- macros/mate-autogen | 5 ++---
- 1 file changed, 2 insertions(+), 3 deletions(-)
-
-commit a1bbc3ba85d9f62c759ff9168fce150868c29dc9
-Author: infirit <[email protected]>
-Date:   Fri Jan 3 15:32:14 2014 +0100
-
-    Better support of using AUTOCONF environment variable
-    
-    Gnome bug url:
-    http://bugzilla.gnome.org/show_bug.cgi?id=510713
-    
-    Based on GNOME commit:
-    
https://git.gnome.org/browse/gnome-common/commit/?id=4bb2a2450f67550ae761c75cb7ff2325bad54c8b
-
- macros/mate-autogen | 17 ++++++++---------
- 1 file changed, 8 insertions(+), 9 deletions(-)
-
-commit 2c0c0cc3954d08542d41a796926a29307076a154
-Author: infirit <[email protected]>
-Date:   Fri Jan 3 15:22:38 2014 +0100
-
-    Trace AC_CONFIG_SUBDIRS with autoconf
-    
-    Find configure.ac and configure.in files using the trace functionality of 
autoconf in order to
-    skip build directories from incomplete make distcheck runs.
-    
-    GNOME bug url:
-    http://bugzilla.gnome.org/show_bug.cgi?id=510713
-    
-    Based on GNOME commit:
-    
https://git.gnome.org/browse/gnome-common/commit/?id=4668cc8250c15119dc7bdbbf842da53f4fe478fe
-
- macros/mate-autogen | 19 ++++++++++++++++++-
- 1 file changed, 18 insertions(+), 1 deletion(-)
-
-commit ab26b36ea5a8c3afccd13e60165f89678b73c7f3
-Author: infirit <[email protected]>
-Date:   Fri Jan 3 15:19:41 2014 +0100
-
-    Check for glibtoolize in gnome-autogen.sh
-    
-    Gnome BUG url:
-    http://bugzilla.gnome.org/show_bug.cgi?id=564558
-    
-    Based on GNOME commit:
-    
https://git.gnome.org/browse/gnome-common/commit/?id=70422b555f881acc7523818bdea22dea84dd5901
-
- macros/mate-autogen | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 0c346cec8d4c1eb6c668fcd4134151d2460b4e49
-Author: infirit <[email protected]>
-Date:   Fri Jan 3 15:17:29 2014 +0100
-
-    Fix srcdir!=builddir for Scrollkeeper
-    
-    Gnome BUGS urls:
-    http://bugzilla.gnome.org/show_bug.cgi?id=315320
-    http://bugzilla.gnome.org/show_bug.cgi?id=409060
-    http://bugzilla.gnome.org/show_bug.cgi?id=685388
-    
-    Based on GNOME commits:
-    
https://git.gnome.org/browse/gnome-common/commit/?id=1b2fb3fb47405908eb53d0db46329a64a1697a59
-    
https://git.gnome.org/browse/gnome-common/commit/?id=960b1bde8d156f61340500a260402264c5320603
-    
https://git.gnome.org/browse/gnome-common/commit/?id=ee12b92340223bb33b9da232132c44cacecc7968
-
- doc-build/omf.make | 10 +++++++---
- 1 file changed, 7 insertions(+), 3 deletions(-)
-
-commit 4c625cd5209062aaba6eecdb95b47a219ae7c746
-Author: infirit <[email protected]>
-Date:   Fri Jan 3 15:00:52 2014 +0100
-
-    mate-autogen: Don't print terminal codes if stdin isn't a tty
-    
-    Otherwise this shows up as garbage in log files.
-    
-    Based on GNOME commit:
-    
https://git.gnome.org/browse/gnome-common/commit/?id=7f977b0214623142819c8b7a08839949fb9f3ec0
-
- macros/mate-autogen | 9 +++++++--
- 1 file changed, 7 insertions(+), 2 deletions(-)
-
-commit 5ab654b317e170e4c7e7b814d0551a646d7111d3
-Author: infirit <[email protected]>
-Date:   Fri Jan 3 14:57:21 2014 +0100
-
-    Fix bashisms in mate-autogen
-    
-    Based on GNOME commit:
-    
https://git.gnome.org/browse/gnome-common/commit/?id=101362218645db3f0fbb55e1e6ea80c4bd70f97d
-
- macros/mate-autogen | 29 +++++++++++++++--------------
- 1 file changed, 15 insertions(+), 14 deletions(-)
-
-commit 326dd32af1ecc9df2013b516f7f8f427a4b6cf5c
-Author: infirit <[email protected]>
-Date:   Fri Jan 3 14:41:52 2014 +0100
-
-    Add code coverage support
-    
-    Add a MATE_CODE_COVERAGE m4 macro to allow projects to easily add
-    code
-    coverage support using lcov. This is heavily based on the code coverage
-    tooling from GLib (LGPLv2.1+), originally written by Patrick Hulin and
-    modified by Matthias Clasen, Stef Walter and Simon McVittie since.
-    Adapted for use in MATE by Sander Sweers.
-    
-    See GNOME commit:
-    
https://git.gnome.org/browse/gnome-common/commit/?id=493d55921f26ac3a9a3b7cc33756c88daace329e
-    
-    And follow up commits:
-    
https://git.gnome.org/browse/gnome-common/log/macros2/gnome-code-coverage.m4
-
- macros/Makefile.am           |   3 +-
- macros/mate-autogen          |   3 +
- macros/mate-code-coverage.m4 | 165 +++++++++++++++++++++++++++++++++++++++++++
- 3 files changed, 170 insertions(+), 1 deletion(-)
-
-commit da4619a11bf11b4f6c5e15d93ec796aee49916d8
-Author: infirit <[email protected]>
-Date:   Fri Jan 3 14:28:13 2014 +0100
-
-    macros/mate-autogen: Create m4 directory if it doesnt exits
-    
-    This is a automake bug fixed in automake 1.13.2
-    
-    Based on gnome commit:
-    
https://git.gnome.org/browse/gnome-common/commit/?id=47aa8189803d5f1bf60701f52795ef8735064b6c
-
- macros/mate-autogen | 8 ++++++++
- 1 file changed, 8 insertions(+)
-
-commit 4d00cba6eb5a21bea9c0e5a495787e134fae7a19
-Author: infirit <[email protected]>
-Date:   Fri Jan 3 14:24:12 2014 +0100
-
-    mate-autogen.sh: Use autoreconf
-    
-    instead autopoint/libtoolize/autoconf/automake manually
-    
-    Based on gnome-common commits
-    
https://git.gnome.org/browse/gnome-common/commit/?id=323bbfe0989405725379cada1aa5cb361fd2999f
-    
https://git.gnome.org/browse/gnome-common/commit/?id=ac800833454ab6d38afb288773079b8ad1d5503f
-
- macros/mate-autogen | 83 +++++------------------------------------------------
- 1 file changed, 7 insertions(+), 76 deletions(-)
-
-commit a5462e1fc2f408aa6b697300c1879b4567a51bf9
-Author: infirit <[email protected]>
-Date:   Fri Jan 3 14:11:47 2014 +0100
-
-    Replace deprecated AC_HELP_STRING with AS_HELP_STRING
-
- macros/mate-common.m4         | 2 +-
- macros/mate-compiler-flags.m4 | 8 ++++----
- 2 files changed, 5 insertions(+), 5 deletions(-)
-
-commit 185a8813fec72f8c541192f59e93caca50e4ce68
-Author: Stefano Karapetsas <[email protected]>
-Date:   Sat Oct 5 16:42:11 2013 +0200
-
-    Bump version to 1.7.1
-
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 894f62a7af6124c71496c6a4ec30daea582924b9
-Author: Stefano Karapetsas <[email protected]>
-Date:   Tue Jul 16 23:55:24 2013 +0200
-
-    Replace mate-doc-utils with yelp-tools
-
- macros/mate-autogen | 16 +++++-----------
- 1 file changed, 5 insertions(+), 11 deletions(-)
-
-commit 6e310bd968ba9d6651dd1092660271fed16e498a
-Author: Stefano Karapetsas <[email protected]>
-Date:   Mon Jul 15 16:22:08 2013 +0200
-
-    Bump version to 1.7.0
-
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 40ce1b3d47077c1cc2b7d4af91ed8c71fdaf10b4
-Author: Stefano Karapetsas <[email protected]>
-Date:   Mon Jul 15 12:48:13 2013 +0200
-
-    Remove obsolete distro folder
-
- distro/archlinux/PKGBUILD | 27 ---------------------------
- distro/archlinux/mate.csh |  1 -
- distro/archlinux/mate.sh  |  1 -
- 3 files changed, 29 deletions(-)
-
-commit 8f76d69546ab05fcf76d1718ec1bb453f7883f90
-Merge: 6f0c0b6 08f0e4e
-Author: Stefano Karapetsas <[email protected]>
-Date:   Mon Jul 1 01:46:36 2013 -0700
-
-    Merge pull request #8 from MDykstra/master
-    
-    Automake turned 14 on Arch Linux
-
-commit 08f0e4e566039511744fc80ba9976b416722ba12
-Author: Marcel Dijkstra <[email protected]>
-Date:   Sun Jun 30 23:41:12 2013 +0200
-
-    Automake turned 14 on Arch Linux
-
- macros/mate-autogen | 19 ++++++++++---------
- 1 file changed, 10 insertions(+), 9 deletions(-)
-
-commit 6f0c0b6634f3be001792f6bf88d6fc27d035350f
-Author: Stefano Karapetsas <[email protected]>
-Date:   Sun May 12 20:13:20 2013 +0200
-
-    Bump version to 1.6.1
-    Switch to make dist
-
- configure.ac | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit 9f543aeb27de6ec36d1a87454631d357b97ceb16
-Author: Stefano Karapetsas <[email protected]>
-Date:   Sat Mar 30 22:36:47 2013 +0100
-
-    Bump version to 1.6.0
-
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit c0278967e43458fd4eb9685934f88c3b37ffdfa6
-Author: Stefano Karapetsas <[email protected]>
-Date:   Fri Mar 29 00:28:02 2013 +0100
-
-    Add empty ChangeLog to allow build from git
-
- ChangeLog | 2 ++
- 1 file changed, 2 insertions(+)
-
-commit 069b911c60d57c5c2939002ddba1c61e35b20518
-Author: Steve Zesch <[email protected]>
-Date:   Sun Mar 24 16:33:18 2013 -0400
-
-    "Removed ChangeLog"
-
- ChangeLog | 309 --------------------------------------------------------------
- 1 file changed, 309 deletions(-)
-
-commit a5e2961a5e1670659d4c968c5a43b21c8bb5e254
-Author: Stefano Karapetsas <[email protected]>
-Date:   Wed Mar 13 23:20:00 2013 +0100
-
-    Bump version to 1.5.2
-
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 32b1736909be121bb9495b9e7b89b26cdad2afa8
-Author: Stefano Karapetsas <[email protected]>
-Date:   Wed Mar 13 17:01:26 2013 +0100
-
-    Add GPL3 copyright headers
-
- macros/mate-autogen           | 18 +++++++++++++++++-
- macros/mate-common.m4         | 14 ++++++++++++++
- macros/mate-compiler-flags.m4 | 23 ++++++++++++++++++++---
- 3 files changed, 51 insertions(+), 4 deletions(-)
-
-commit 051157043436ac11f5414249e50ba69da9d7334f
-Author: Elan Ruusamäe <[email protected]>
-Date:   Tue Jan 15 18:42:47 2013 +0200
-
-    rename configure.in to configure.ac to be liked by autoconf 1.12
-    
-    aclocal-1.12: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
-
- autogen.sh   |  2 +-
- configure.ac | 24 ++++++++++++++++++++++++
- configure.in | 24 ------------------------
- 3 files changed, 25 insertions(+), 25 deletions(-)
-
-commit 225abc5e68ab53fb05edc39a2c9f1752c26fce02
-Author: Steve Zesch <[email protected]>
-Date:   Mon Jan 14 18:23:30 2013 -0500
-
-    Preparing for 1.5.1 release.
-
- ChangeLog    | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- configure.in |  2 +-
- 2 files changed, 67 insertions(+), 1 deletion(-)
-
-commit 132f62c99b760a0a4c26252758629103afae88c5
-Merge: b2d9fbd d62ca0a
-Author: Stefano Karapetsas <[email protected]>
-Date:   Fri Jan 11 02:56:11 2013 -0800
-
-    Merge pull request #4 from MDykstra/master
-    
-    Automake turned 13 on Ar ch Linux
-
-commit d62ca0a20670406e047b2c493204b4b4649fe430
-Author: Marcel Dijkstra <[email protected]>
-Date:   Fri Jan 11 11:18:40 2013 +0100
-
-    Automake turned 13 on Arch Linux
-
- macros/mate-autogen | 17 +++++++++--------
- 1 file changed, 9 insertions(+), 8 deletions(-)
-
-commit b2d9fbdce9a35ac1da8a5da72064a4900b160678
-Author: Nelson Marques <[email protected]>
-Date:   Wed Nov 14 10:01:35 2012 +0000
-
-    fix typo in Makefile.am
-
- doc/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 5b31ab7469e1e67f9aa3697767be047f886bd9cc
-Author: Stefano Karapetsas <[email protected]>
-Date:   Mon Sep 10 14:44:41 2012 +0200
-
-    fix download links in mate-autogen
-
- macros/mate-autogen | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-commit 3831df9d4b81ac5a23f75c4f92396f7287ebc46d
-Author: Stefano Karapetsas <[email protected]>
-Date:   Mon Sep 3 10:39:48 2012 +0200
-
-    start 1.5 release
-
- configure.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 35219f8200e845bb7a5c4063917f8818579bfee7
-Author: Stefano Karapetsas <[email protected]>
-Date:   Mon Sep 3 10:39:31 2012 +0200
-
-    remove obsolete mate-common.spec
-
- Makefile.am         |  5 +----
- configure.in        |  1 -
- mate-common.spec.in | 39 ---------------------------------------
- 3 files changed, 1 insertion(+), 44 deletions(-)
-
-commit 4b97f945fd9ae97724bf8a72865898738bb1c105
-Author: Steve Zesch <[email protected]>
-Date:   Thu Jul 5 12:44:39 2012 -0400
-
-    Preparing for 1.4 release.
-
- ChangeLog    | 153 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
- configure.in |   2 +-
- 2 files changed, 150 insertions(+), 5 deletions(-)
-
-commit 7062e0f001b1938ad26225ed77ce0930e10f53f0
-Author: Stefano Karapetsas <[email protected]>
-Date:   Fri May 18 11:49:42 2012 +0200
-
-    start 1.3.0
-
- configure.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit b49d86557e8b19b10b00b7ea7585fd4d8f1f79c0
-Author: Stefano Karapetsas <[email protected]>
-Date:   Fri May 18 11:28:34 2012 +0200
-
-    add manpages (from debian package)
-
- Makefile.am             |  2 +-
- configure.in            |  1 +
- doc/Makefile.am         |  6 ++++++
- doc/autogen.sh.example  | 27 +++++++++++++++++++++++++++
- doc/mate-autogen.1      | 22 ++++++++++++++++++++++
- doc/mate-autogen.txt    | 14 ++++++++++++++
- doc/mate-doc-common.1   | 41 +++++++++++++++++++++++++++++++++++++++++
- doc/mate-doc-common.txt | 24 ++++++++++++++++++++++++
- doc/update-manpages.sh  | 23 +++++++++++++++++++++++
- 9 files changed, 159 insertions(+), 1 deletion(-)
-
-commit fd691b5d21aae69a79cd32124d43b1d542b69713
-Author: Stefano Karapetsas <[email protected]>
-Date:   Thu May 17 13:02:52 2012 +0200
-
-    rename macros2 => macros
-
- Makefile.am                    |   2 +-
- autogen.sh                     |   2 +-
- configure.in                   |   4 +-
- macros/Makefile.am             |  12 +
- macros/mate-autogen            | 507 +++++++++++++++++++++++++++++++++++++++++
- macros/mate-common.m4          |  50 ++++
- macros/mate-compiler-flags.m4  | 141 ++++++++++++
- macros2/Makefile.am            |  12 -
- macros2/mate-autogen           | 507 -----------------------------------------
- macros2/mate-common.m4         |  50 ----
- macros2/mate-compiler-flags.m4 | 141 ------------
- 11 files changed, 714 insertions(+), 714 deletions(-)
-
-commit 4646b6c6597b0658ffda163816d42ac5ee76ae59
-Author: Stefano Karapetsas <[email protected]>
-Date:   Wed May 16 18:00:08 2012 +0200
-
-    rename CVS to GIT
-
- doc/usage.txt | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-commit d18e4a2d02fbece05509c5b82e563f16701f2b0c
-Author: Stefano Karapetsas <[email protected]>
-Date:   Mon May 7 14:35:17 2012 +0200
-
-    1.2.2 release
-
- configure.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit ab80543d6357b4e877bf819cadf367e15db6a832
-Merge: 1d7fc48 5e83db1
-Author: Stefano Karapetsas <[email protected]>
-Date:   Tue May 1 07:25:04 2012 -0700
-
-    Merge pull request #2 from MDykstra/master
-    
-    Now have automake-1.12 on my Arch Linux system and mate-common needs a 
small fix for this
-
-commit 5e83db198fc8cd0bdd2cbf85ada33cdc227024f9
-Author: Marcel Dijkstra <[email protected]>
-Date:   Tue May 1 15:19:00 2012 +0200
-
-    fixes built issue with new automake-1.12
-
- macros2/mate-autogen | 15 ++++++++-------
- 1 file changed, 8 insertions(+), 7 deletions(-)
-
-commit 1d7fc48ba5e96d866a4065851cbd7bb478b0e8a0
-Author: Perberos <[email protected]>
-Date:   Thu Mar 8 12:33:13 2012 -0300
-
-    mistake
-
- distro/archlinux/PKGBUILD | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 26d600de9a0a22988d85545341916ba1eaeddb4d
-Author: Perberos <[email protected]>
-Date:   Wed Mar 7 23:48:48 2012 -0300
-
-    Update distro/archlinux/PKGBUILD
-
- distro/archlinux/PKGBUILD | 1 +
- 1 file changed, 1 insertion(+)
-
-commit 68f8bbb9b937a7b2b2df50539d354353449691ae
-Author: Stefano Karapetsas <[email protected]>
-Date:   Wed Feb 8 20:19:40 2012 +0100
-
-    removed distro/ubuntu folder (we have debian-packages repo now)
-
- distro/ubuntu/build | 23 -----------------------
- 1 file changed, 23 deletions(-)
-
-commit 759a18f0a2685fe85099a28edca3cfba57f772ce
-Author: Stefano Karapetsas <[email protected]>
-Date:   Wed Feb 8 20:17:57 2012 +0100
-
-    rename mate-autogen.sh to mate-autogen
-    https://github.com/mate-desktop/mate-common/issues/1
-    http://lintian.debian.org/tags/script-with-language-extension.html
-
- AUTHORS                 |   2 +
- autogen.sh              |   2 +-
- configure.in            |   4 +-
- doc/usage.txt           |   2 +-
- macros2/Makefile.am     |   4 +-
- macros2/mate-autogen    | 506 ++++++++++++++++++++++++++++++++++++++++++++++++
- macros2/mate-autogen.sh | 506 ------------------------------------------------
- 7 files changed, 514 insertions(+), 512 deletions(-)
-
-commit ec451fd73bd09d26fccdc7c426ed193ce3948888
-Author: Stefano Karapetsas <[email protected]>
-Date:   Sat Jan 28 01:12:09 2012 +0100
-
-    prepare for 1.2 release
-
- configure.in              | 2 +-
- distro/archlinux/PKGBUILD | 2 +-
- distro/ubuntu/build       | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-commit a15c88e5251e1b124304272878c058ced9821146
-Author: Stefano Karapetsas <[email protected]>
-Date:   Sat Jan 28 01:11:31 2012 +0100
-
-    add git changelog
-
- ChangeLog | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 97 insertions(+)
-
-commit 67a61fd8dd672f9d1498904dda8f593b2cad033f
-Author: Perberos <[email protected]>
-Date:   Tue Jan 24 13:11:22 2012 -0300
-
-    changing pkgbuild source method
-
- distro/archlinux/PKGBUILD | 11 ++++++-----
- 1 file changed, 6 insertions(+), 5 deletions(-)
-
-commit 22834c1f7b3454b97df2d6c7660936bbe8047138
-Author: Stefano Karapetsas <[email protected]>
-Date:   Thu Dec 8 20:38:06 2011 +0100
-
-    updated mate packages required versions
-
- macros2/mate-autogen.sh | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit 77db82e252b77ac56c3783366984de6ab46da2ad
-Author: Stefano Karapetsas <[email protected]>
-Date:   Thu Dec 8 17:33:35 2011 +0100
-
-    switch version to new schema (1.1.0)
-
- AUTHORS                   | 2 +-
- configure.in              | 2 +-
- distro/archlinux/PKGBUILD | 2 +-
- distro/ubuntu/build       | 2 +-
- 4 files changed, 4 insertions(+), 4 deletions(-)
-
-commit 3d0cc56810776aa062c8aa1b972aff5e167b8bf0
-Author: Perberos <[email protected]>
-Date:   Sat Dec 3 21:46:48 2011 -0300
-
-    removing autogenerated files
-
- INSTALL               |  237 ----
- Makefile.am           |    1 -
- Makefile.in           |  670 ----------
- aclocal.m4            |  704 ----------
- configure             | 3438 -------------------------------------------------
- doc-build/Makefile.in |  405 ------
- install-sh            |  520 --------
- macros2/Makefile.in   |  399 ------
- mate-common.doap      |   20 -
- missing               |  376 ------
- 10 files changed, 6770 deletions(-)
-
-commit c3448737715dcf092591791a00103ea44fdfa99f
-Author: Steve Zesch <[email protected]>
-Date:   Fri Dec 2 20:41:08 2011 -0500
-
-    Changed version to 2011.12.01
-
- configure.in              | 2 +-
- distro/archlinux/PKGBUILD | 2 +-
- distro/ubuntu/build       | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-commit 9d1d71a22f9acf0c5c283064b805166ad612013b
-Author: Perberos <[email protected]>
-Date:   Thu Dec 1 21:46:33 2011 -0300
-
-    moving from https://github.com/perberos/mate-desktop-environment
-
- AUTHORS                        |    1 +
- COPYING                        |  674 ++++++++
- ChangeLog                      |    1 +
- INSTALL                        |  237 +++
- Makefile.am                    |   21 +
- Makefile.in                    |  670 ++++++++
- NEWS                           |    1 +
- README                         |   36 +
- aclocal.m4                     |  704 ++++++++
- autogen.sh                     |   18 +
- configure                      | 3438 ++++++++++++++++++++++++++++++++++++++++
- configure.in                   |   24 +
- distro/archlinux/PKGBUILD      |   25 +
- distro/archlinux/mate.csh      |    1 +
- distro/archlinux/mate.sh       |    1 +
- distro/ubuntu/build            |   23 +
- doc-build/Makefile.am          |   12 +
- doc-build/Makefile.in          |  405 +++++
- doc-build/README               |    9 +
- doc-build/mate-doc-common.in   |   49 +
- doc-build/omf.make             |   61 +
- doc-build/xmldocs.make         |  101 ++
- doc/usage.txt                  |   40 +
- install-sh                     |  520 ++++++
- macros2/Makefile.am            |   12 +
- macros2/Makefile.in            |  399 +++++
- macros2/mate-autogen.sh        |  506 ++++++
- macros2/mate-common.m4         |   50 +
- macros2/mate-compiler-flags.m4 |  141 ++
- mate-common.doap               |   20 +
- mate-common.spec.in            |   39 +
- missing                        |  376 +++++
- 32 files changed, 8615 insertions(+)
+The ChangeLog is auto-generated when releasing. If you are seeing this, use
+'git log' for a detailed list of changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.10.0/NEWS new/mate-common-1.12.0/NEWS
--- old/mate-common-1.10.0/NEWS 2015-04-05 19:05:48.000000000 +0200
+++ new/mate-common-1.12.0/NEWS 2015-10-20 23:05:07.000000000 +0200
@@ -1,3 +1,8 @@
+1.12.0
+
+  * Support lcov 1.12
+  * Update docs and example script
+
 1.10.0
 
   * Add support for automake 1.15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.10.0/aclocal.m4 
new/mate-common-1.12.0/aclocal.m4
--- old/mate-common-1.10.0/aclocal.m4   2015-04-05 19:06:27.000000000 +0200
+++ new/mate-common-1.12.0/aclocal.m4   2015-11-03 15:09:35.000000000 +0100
@@ -103,9 +103,10 @@
 # configured tree to be moved without reconfiguration.
 
 AC_DEFUN([AM_AUX_DIR_EXPAND],
-[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
-# Expand $ac_aux_dir to an absolute path.
-am_aux_dir=`cd "$ac_aux_dir" && pwd`
+[dnl Rely on autoconf to set up CDPATH properly.
+AC_PREREQ([2.50])dnl
+# expand $ac_aux_dir to an absolute path
+am_aux_dir=`cd $ac_aux_dir && pwd`
 ])
 
 # AM_CONDITIONAL                                            -*- Autoconf -*-
@@ -307,8 +308,7 @@
 END
     AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
   fi
-fi
-])
+fi])
 
 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.10.0/configure 
new/mate-common-1.12.0/configure
--- old/mate-common-1.10.0/configure    2015-04-05 19:06:27.000000000 +0200
+++ new/mate-common-1.12.0/configure    2015-11-03 15:09:36.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for mate-common 1.10.0.
+# Generated by GNU Autoconf 2.69 for mate-common 1.12.0.
 #
 # Report bugs to <https://github.com/mate-desktop/mate-common>.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='mate-common'
 PACKAGE_TARNAME='mate-common'
-PACKAGE_VERSION='1.10.0'
-PACKAGE_STRING='mate-common 1.10.0'
+PACKAGE_VERSION='1.12.0'
+PACKAGE_STRING='mate-common 1.12.0'
 PACKAGE_BUGREPORT='https://github.com/mate-desktop/mate-common'
 PACKAGE_URL=''
 
@@ -1204,7 +1204,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures mate-common 1.10.0 to adapt to many kinds of systems.
+\`configure' configures mate-common 1.12.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1270,7 +1270,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of mate-common 1.10.0:";;
+     short | recursive ) echo "Configuration of mate-common 1.12.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1347,7 +1347,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-mate-common configure 1.10.0
+mate-common configure 1.12.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1364,7 +1364,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by mate-common $as_me 1.10.0, which was
+It was created by mate-common $as_me 1.12.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -1916,8 +1916,8 @@
 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
 
-# Expand $ac_aux_dir to an absolute path.
-am_aux_dir=`cd "$ac_aux_dir" && pwd`
+# expand $ac_aux_dir to an absolute path
+am_aux_dir=`cd $ac_aux_dir && pwd`
 
 if test x"${MISSING+set}" != xset; then
   case $am_aux_dir in
@@ -2230,7 +2230,7 @@
 
 # Define the identity of the package.
  PACKAGE='mate-common'
- VERSION='1.10.0'
+ VERSION='1.12.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2323,7 +2323,6 @@
   fi
 fi
 
-
 # Check whether --enable-silent-rules was given.
 if test "${enable_silent_rules+set}" = set; then :
   enableval=$enable_silent_rules;
@@ -2950,7 +2949,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by mate-common $as_me 1.10.0, which was
+This file was extended by mate-common $as_me 1.12.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3003,7 +3002,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-mate-common config.status 1.10.0
+mate-common config.status 1.12.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.10.0/configure.ac 
new/mate-common-1.12.0/configure.ac
--- old/mate-common-1.10.0/configure.ac 2015-04-05 19:05:41.000000000 +0200
+++ new/mate-common-1.12.0/configure.ac 2015-10-20 23:05:07.000000000 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.54)
-AC_INIT([mate-common], [1.10.0], [https://github.com/mate-desktop/mate-common])
+AC_INIT([mate-common], [1.12.0], [https://github.com/mate-desktop/mate-common])
 
 AC_CONFIG_SRCDIR([macros/mate-autogen])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.10.0/doc/autogen.sh.example 
new/mate-common-1.12.0/doc/autogen.sh.example
--- old/mate-common-1.10.0/doc/autogen.sh.example       2014-03-05 
20:20:10.000000000 +0100
+++ new/mate-common-1.12.0/doc/autogen.sh.example       2015-10-20 
23:05:07.000000000 +0200
@@ -1,27 +1,19 @@
 #!/bin/sh
-srcdir=`basename $0`
+
+srcdir=`dirname $0`
 [ -z "$srcdir" ] && srcdir=.
 
 PKG_NAME=mate-package
-REQUIRED_AUTOMAKE_VERSION=1.7
 
-if [ ! -f "$srcdir/somefile-that-is-only-in-mate-package" ]; then
-echo "$srcdir doesn't look like source directory for $PKG_NAME" >&2
-exit 1
+if [ ! -f "$srcdir/configure.ac" ]; then
+    echo "$srcdir doesn't look like source directory for $PKG_NAME" >&2
+    exit 1
 fi
 
-. mate-autogen
+which mate-autogen.sh || {
+    echo "You need to install mate-common"
+    exit 1
+}
 
+. mate-autogen
 
-#  Then put the following in your configure.ac or configure.in file:
-#    MATE_COMMON_INIT
-#  
-#  This macro is equivalent to the following two lines (which you can use
-#  instead if you don't want to depend on mate-common macros):
-#    AC_SUBST([ACLOCAL_AMFLAGS], ["\${ACLOCAL_FLAGS}"])
-#  
-#  Or if you are using the AC_CONFIG_MACRO_DIR macro:
-#    AC_SUBST([ACLOCAL_AMFLAGS], ["-I $ac_macro_dir \${ACLOCAL_FLAGS}"])
-#  
-#  This will make sure that autoconf macros will be found when you
-#  rebuild the package without rerunning autogen.sh.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.10.0/doc/usage.txt 
new/mate-common-1.12.0/doc/usage.txt
--- old/mate-common-1.10.0/doc/usage.txt        2014-03-05 20:20:10.000000000 
+0100
+++ new/mate-common-1.12.0/doc/usage.txt        2015-10-20 23:05:07.000000000 
+0200
@@ -1,29 +1,14 @@
 This module contains various files needed to bootstrap MATE modules
-built from GIT.  It contains the following components:
+built from git.  It contains the following components:
  1. A common "autogen.sh" script that can be used to configure a
-    source directory checked out from GIT.
+    source directory checked out from git.
  2. Some commonly used macros (quite a small set these days -- macros
     should be packaged with their respective modules).
  3. Some files used to build user documentation.
 
 To make use of the common autogen script, create a stub autogen.sh
-script in your module that looks something like this:
-
----- Cut Here ----
-#!/bin/sh
-srcdir=`basename $0`
-[ -z "$srcdir" ] && srcdir=.
-
-PKG_NAME=mypackage
-REQUIRED_AUTOMAKE_VERSION=1.7
-
-if [ ! -f "$srcdir/somefile-that-is-only-in-mypackage" ]; then
- echo "$srcdir doesn't look like source directory for $PKG_NAME" >&2
- exit 1
-fi
-
-. mate-autogen
----- Cut Here ----
+script in your module. See the example script in autogen.sh.example
+file in mate-common documentation folder.
 
 Then put the following in your configure.ac or configure.in file:
   MATE_COMMON_INIT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.10.0/macros/mate-code-coverage.m4 
new/mate-common-1.12.0/macros/mate-code-coverage.m4
--- old/mate-common-1.10.0/macros/mate-code-coverage.m4 2015-01-20 
18:29:33.000000000 +0100
+++ new/mate-common-1.12.0/macros/mate-code-coverage.m4 2015-10-20 
23:05:07.000000000 +0200
@@ -45,7 +45,7 @@
                ])
 
                # List of supported lcov versions.
-               lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11"
+               lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11 1.12"
 
                AC_CHECK_PROG([LCOV], [lcov], [lcov])
                AC_CHECK_PROG([GENHTML], [genhtml], [genhtml])


Reply via email to