Hello community, here is the log from the commit of package mtdev for openSUSE:Factory checked in at 2015-03-05 15:34:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mtdev (Old) and /work/SRC/openSUSE:Factory/.mtdev.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mtdev" Changes: -------- --- /work/SRC/openSUSE:Factory/mtdev/mtdev.changes 2014-02-11 17:48:50.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.mtdev.new/mtdev.changes 2015-03-05 18:15:31.000000000 +0100 @@ -1,0 +2,10 @@ +Sat Feb 28 09:55:25 UTC 2015 - [email protected] + +- Update to 1.1.5 + * Make it possible to build the source out-of-tree. The + gnome-continuous build system does this by default. + * Some tests do #include relative to the top-level, so add + top_srcdir to the include path as otherwise out-of-tree + builds can't find the files. + +------------------------------------------------------------------- Old: ---- mtdev-1.1.4.tar.bz2 New: ---- mtdev-1.1.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mtdev.spec ++++++ --- /var/tmp/diff_new_pack.99aPbi/_old 2015-03-05 18:15:31.000000000 +0100 +++ /var/tmp/diff_new_pack.99aPbi/_new 2015-03-05 18:15:31.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package mtdev # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,15 @@ Name: mtdev -BuildRequires: pkgconfig +Version: 1.1.5 +Release: 0 Summary: Multitouch Protocol Translation Library License: MIT Group: System/Libraries -Version: 1.1.4 -Release: 0 +Url: http://bitmath.org/code/mtdev/ Source: http://bitmath.org/code/mtdev/mtdev-%{version}.tar.bz2 Source1: baselibs.conf -Url: http://bitmath.org/code/mtdev/ +BuildRequires: pkg-config BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -51,12 +51,13 @@ %setup -q %build -%configure --disable-static +%configure \ + --enable-static=no make %{?_smp_mflags} %install -%makeinstall -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +make DESTDIR=%{buildroot} install %{?_smp_mflags} +find %{buildroot} -type f -name "*.la" -delete -print %post -n libmtdev1 -p /sbin/ldconfig ++++++ mtdev-1.1.4.tar.bz2 -> mtdev-1.1.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mtdev-1.1.4/ChangeLog new/mtdev-1.1.5/ChangeLog --- old/mtdev-1.1.4/ChangeLog 2013-08-03 22:04:17.000000000 +0200 +++ new/mtdev-1.1.5/ChangeLog 2014-02-28 19:58:41.000000000 +0100 @@ -1,3 +1,36 @@ +commit 4381b78fea54de0e775bf54952b2f95e5a06c57d +Author: Henrik Rydberg <[email protected]> +Date: Fri Feb 28 19:57:15 2014 +0100 + + Release mtdev-1.1.5 + + Signed-off-by: Henrik Rydberg <[email protected]> + +commit 88840fe45b49464642181007c5a6df1bc951bade +Author: Colin Walters <[email protected]> +Date: Thu Feb 27 08:03:35 2014 -0500 + + build: Fix srcdir != builddir from git + + Make it possible to build the source out-of-tree. The gnome-continuous + build system does this by default. + + Signed-off-by: Colin Walters <[email protected]> + [[email protected]: Resolve merge conflict] + Signed-off-by: Henrik Rydberg <[email protected]> + +commit 6d698f6dba4a024b5f3ccac2876465c60f780478 +Author: Ross Burton <[email protected]> +Date: Fri Nov 15 23:41:29 2013 +0000 + + test: fix out-of-tree builds + + Some tests do #include relative to the top-level, so add top_srcdir to the + include path as otherwise out-of-tree builds can't find the files. + + Signed-off-by: Ross Burton <[email protected]> + Signed-off-by: Henrik Rydberg <[email protected]> + commit 25070dda4b1aaaf402db621d10fc901b82d78377 Author: Henrik Rydberg <[email protected]> Date: Sat Aug 3 22:01:06 2013 +0200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mtdev-1.1.4/Makefile.in new/mtdev-1.1.5/Makefile.in --- old/mtdev-1.1.4/Makefile.in 2013-08-03 22:00:20.000000000 +0200 +++ new/mtdev-1.1.5/Makefile.in 2014-02-28 19:57:37.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -674,9 +674,10 @@ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + && ../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mtdev-1.1.4/aclocal.m4 new/mtdev-1.1.5/aclocal.m4 --- old/mtdev-1.1.4/aclocal.m4 2013-08-03 22:00:18.000000000 +0200 +++ new/mtdev-1.1.5/aclocal.m4 2014-02-28 19:57:32.000000000 +0100 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.14 -*- Autoconf -*- +# generated automatically by aclocal 1.14.1 -*- Autoconf -*- # Copyright (C) 1996-2013 Free Software Foundation, Inc. @@ -8622,7 +8622,7 @@ [am__api_version='1.14' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.14], [], +m4_if([$1], [1.14.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -8638,7 +8638,7 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.14])dnl +[AM_AUTOMAKE_VERSION([1.14.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mtdev-1.1.4/configure new/mtdev-1.1.5/configure --- old/mtdev-1.1.4/configure 2013-08-03 22:00:21.000000000 +0200 +++ new/mtdev-1.1.5/configure 2014-02-28 19:57: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 Multitouch Protocol Translation Library 1.1.4. +# Generated by GNU Autoconf 2.69 for Multitouch Protocol Translation Library 1.1.5. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ # Identity of this package. PACKAGE_NAME='Multitouch Protocol Translation Library' PACKAGE_TARNAME='mtdev' -PACKAGE_VERSION='1.1.4' -PACKAGE_STRING='Multitouch Protocol Translation Library 1.1.4' +PACKAGE_VERSION='1.1.5' +PACKAGE_STRING='Multitouch Protocol Translation Library 1.1.5' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1308,7 +1308,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 Multitouch Protocol Translation Library 1.1.4 to adapt to many kinds of systems. +\`configure' configures Multitouch Protocol Translation Library 1.1.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1378,7 +1378,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Multitouch Protocol Translation Library 1.1.4:";; + short | recursive ) echo "Configuration of Multitouch Protocol Translation Library 1.1.5:";; esac cat <<\_ACEOF @@ -1483,7 +1483,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Multitouch Protocol Translation Library configure 1.1.4 +Multitouch Protocol Translation Library configure 1.1.5 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1761,7 +1761,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Multitouch Protocol Translation Library $as_me 1.1.4, which was +It was created by Multitouch Protocol Translation Library $as_me 1.1.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2629,7 +2629,7 @@ # Define the identity of the package. PACKAGE='mtdev' - VERSION='1.1.4' + VERSION='1.1.5' cat >>confdefs.h <<_ACEOF @@ -12648,7 +12648,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Multitouch Protocol Translation Library $as_me 1.1.4, which was +This file was extended by Multitouch Protocol Translation Library $as_me 1.1.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12714,7 +12714,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Multitouch Protocol Translation Library config.status 1.1.4 +Multitouch Protocol Translation Library config.status 1.1.5 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/mtdev-1.1.4/configure.ac new/mtdev-1.1.5/configure.ac --- old/mtdev-1.1.4/configure.ac 2013-08-03 22:00:12.000000000 +0200 +++ new/mtdev-1.1.5/configure.ac 2014-02-28 19:56:33.000000000 +0100 @@ -1,7 +1,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([Multitouch Protocol Translation Library], - [1.1.4], + [1.1.5], [], [mtdev]) AC_CONFIG_SRCDIR([Makefile.am]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mtdev-1.1.4/src/Makefile.am new/mtdev-1.1.5/src/Makefile.am --- old/mtdev-1.1.4/src/Makefile.am 2013-07-25 10:05:20.000000000 +0200 +++ new/mtdev-1.1.5/src/Makefile.am 2014-02-28 19:54:40.000000000 +0100 @@ -18,7 +18,7 @@ AM_CFLAGS = $(CWARNFLAGS) #-DMTDEV_NO_LEGACY_ABI -AM_CPPFLAGS = -I$(top_srcdir)/include/ +AM_CPPFLAGS = -I$(top_srcdir)/include/ -I$(srcdir) libmtdevincludedir = $(includedir) libmtdevinclude_HEADERS = \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mtdev-1.1.4/src/Makefile.in new/mtdev-1.1.5/src/Makefile.in --- old/mtdev-1.1.4/src/Makefile.in 2013-08-03 22:00:20.000000000 +0200 +++ new/mtdev-1.1.5/src/Makefile.in 2014-02-28 19:57:37.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -325,7 +325,7 @@ match_four.c AM_CFLAGS = $(CWARNFLAGS) #-DMTDEV_NO_LEGACY_ABI -AM_CPPFLAGS = -I$(top_srcdir)/include/ +AM_CPPFLAGS = -I$(top_srcdir)/include/ -I$(srcdir) libmtdevincludedir = $(includedir) libmtdevinclude_HEADERS = \ $(top_srcdir)/include/mtdev-mapping.h \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mtdev-1.1.4/test/Makefile.am new/mtdev-1.1.5/test/Makefile.am --- old/mtdev-1.1.4/test/Makefile.am 2013-07-25 10:05:20.000000000 +0200 +++ new/mtdev-1.1.5/test/Makefile.am 2013-11-16 18:35:41.000000000 +0100 @@ -1,7 +1,7 @@ noinst_PROGRAMS = mtdev-mapgen mtdev-matching mtdev-kernel bin_PROGRAMS = mtdev-test -AM_CPPFLAGS=-I$(top_srcdir)/include/ +AM_CPPFLAGS=-I$(top_srcdir) -I$(top_srcdir)/include/ mtdev_mapgen_SOURCES = mtdev-mapgen.c diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mtdev-1.1.4/test/Makefile.in new/mtdev-1.1.5/test/Makefile.in --- old/mtdev-1.1.4/test/Makefile.in 2013-08-03 22:00:20.000000000 +0200 +++ new/mtdev-1.1.5/test/Makefile.in 2014-02-28 19:57:38.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -298,7 +298,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -AM_CPPFLAGS = -I$(top_srcdir)/include/ +AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include/ mtdev_mapgen_SOURCES = mtdev-mapgen.c mtdev_matching_SOURCES = mtdev-matching.c mtdev_matching_LDFLAGS = -L$(top_builddir)/src/.libs/ -lmtdev -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
