Hello community, here is the log from the commit of package pixman for openSUSE:Factory checked in at 2016-02-12 11:20:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pixman (Old) and /work/SRC/openSUSE:Factory/.pixman.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pixman" Changes: -------- --- /work/SRC/openSUSE:Factory/pixman/pixman.changes 2016-01-09 23:12:36.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.pixman.new/pixman.changes 2016-02-12 11:20:33.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Feb 1 21:14:02 UTC 2016 - [email protected] + +- Update to version 0.34.0: + + No changes from last version, stable version release only. + +------------------------------------------------------------------- Old: ---- pixman-0.33.6.tar.gz New: ---- pixman-0.34.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pixman.spec ++++++ --- /var/tmp/diff_new_pack.14RB9r/_old 2016-02-12 11:20:34.000000000 +0100 +++ /var/tmp/diff_new_pack.14RB9r/_new 2016-02-12 11:20:34.000000000 +0100 @@ -17,13 +17,13 @@ Name: pixman -Version: 0.33.6 +Version: 0.34.0 Release: 0 Summary: Pixel manipulation library License: MIT Group: System/Libraries Url: http://xorg.freedesktop.org/ -Source: http://cairographics.org/snapshots/%{name}-%{version}.tar.gz +Source: http://cairographics.org/releases/%{name}-%{version}.tar.gz Source99: baselibs.conf BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ pixman-0.33.6.tar.gz -> pixman-0.34.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pixman-0.33.6/configure new/pixman-0.34.0/configure --- old/pixman-0.33.6/configure 2015-12-22 14:37:31.000000000 +0100 +++ new/pixman-0.34.0/configure 2016-01-31 15:31:06.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for pixman 0.33.6. +# Generated by GNU Autoconf 2.69 for pixman 0.34.0. # # Report bugs to <[email protected]>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='pixman' PACKAGE_TARNAME='pixman' -PACKAGE_VERSION='0.33.6' -PACKAGE_STRING='pixman 0.33.6' +PACKAGE_VERSION='0.34.0' +PACKAGE_STRING='pixman 0.34.0' PACKAGE_BUGREPORT='[email protected]' PACKAGE_URL='' @@ -1393,7 +1393,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 pixman 0.33.6 to adapt to many kinds of systems. +\`configure' configures pixman 0.34.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1463,7 +1463,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pixman 0.33.6:";; + short | recursive ) echo "Configuration of pixman 0.34.0:";; esac cat <<\_ACEOF @@ -1603,7 +1603,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pixman configure 0.33.6 +pixman configure 0.34.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2201,7 +2201,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by pixman $as_me 0.33.6, which was +It was created by pixman $as_me 0.34.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3064,7 +3064,7 @@ # Define the identity of the package. PACKAGE='pixman' - VERSION='0.33.6' + VERSION='0.34.0' cat >>confdefs.h <<_ACEOF @@ -12844,13 +12844,13 @@ -LT_VERSION_INFO="33:6:33" +LT_VERSION_INFO="34:0:34" PIXMAN_VERSION_MAJOR=0 -PIXMAN_VERSION_MINOR=33 +PIXMAN_VERSION_MINOR=34 -PIXMAN_VERSION_MICRO=6 +PIXMAN_VERSION_MICRO=0 @@ -15897,7 +15897,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by pixman $as_me 0.33.6, which was +This file was extended by pixman $as_me 0.34.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15963,7 +15963,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -pixman config.status 0.33.6 +pixman config.status 0.34.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -17656,24 +17656,3 @@ - echo - echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@" - echo - echo " Thanks for testing this development snapshot of pixman. Please" - echo " report any problems you find, either by sending email to " - echo - echo " [email protected]" - echo - echo " or by filing a bug at " - echo - echo " https://bugs.freedesktop.org/enter_bug.cgi?product=pixman " - echo - echo " If you are looking for a stable release of pixman, please note " - echo " that stable releases have _even_ minor version numbers. Ie., " - echo " pixman-0.32.x are stable releases, whereas pixman-$PIXMAN_VERSION_MAJOR.$PIXMAN_VERSION_MINOR.$PIXMAN_VERSION_MICRO is a " - echo " development snapshot that may contain bugs and experimental " - echo " features. " - echo - echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@" - echo - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pixman-0.33.6/configure.ac new/pixman-0.34.0/configure.ac --- old/pixman-0.33.6/configure.ac 2015-12-22 14:29:33.000000000 +0100 +++ new/pixman-0.34.0/configure.ac 2016-01-31 15:30:05.000000000 +0100 @@ -53,8 +53,8 @@ # m4_define([pixman_major], 0) -m4_define([pixman_minor], 33) -m4_define([pixman_micro], 6) +m4_define([pixman_minor], 34) +m4_define([pixman_micro], 0) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pixman-0.33.6/pixman/pixman-version.h new/pixman-0.34.0/pixman/pixman-version.h --- old/pixman-0.33.6/pixman/pixman-version.h 2015-12-22 14:38:27.000000000 +0100 +++ new/pixman-0.34.0/pixman/pixman-version.h 2016-01-31 15:31:20.000000000 +0100 @@ -32,10 +32,10 @@ #endif #define PIXMAN_VERSION_MAJOR 0 -#define PIXMAN_VERSION_MINOR 33 -#define PIXMAN_VERSION_MICRO 6 +#define PIXMAN_VERSION_MINOR 34 +#define PIXMAN_VERSION_MICRO 0 -#define PIXMAN_VERSION_STRING "0.33.6" +#define PIXMAN_VERSION_STRING "0.34.0" #define PIXMAN_VERSION_ENCODE(major, minor, micro) ( \ ((major) * 10000) \
