Hello community, here is the log from the commit of package gamix for openSUSE:Factory checked in at 2012-09-25 09:42:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gamix (Old) and /work/SRC/openSUSE:Factory/.gamix.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gamix", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/gamix/gamix.changes 2011-10-03 09:19:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gamix.new/gamix.changes 2012-09-25 09:42:51.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Sep 21 08:38:22 UTC 2012 - [email protected] + +- fix pkg-config configure test + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gamix.spec ++++++ --- /var/tmp/diff_new_pack.Os6LaO/_old 2012-09-25 09:42:52.000000000 +0200 +++ /var/tmp/diff_new_pack.Os6LaO/_new 2012-09-25 09:42:52.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package gamix # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,18 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: gamix -BuildRequires: alsa-devel gtk2-devel update-desktop-files +BuildRequires: alsa-devel +BuildRequires: gtk2-devel BuildRequires: libtool +BuildRequires: pkgconfig +BuildRequires: update-desktop-files +BuildRequires: pkgconfig(gtk+-2.0) Summary: GTK ALSA Audio Mixer -Version: 1.99.p14 -Release: 261 License: GPL-2.0+ Group: Productivity/Multimedia/Sound/Mixers -AutoReqProv: on +Version: 1.99.p14 +Release: 0 Source: http://www1.tcnet.ne.jp/fmurata/linux/down/gamix-%{version}.tar.bz2 Source1: gamix.desktop Source2: gamix.png @@ -39,12 +40,6 @@ %description A graphical mixer program for ALSA. Its GUI is based on GTK+. - - -Authors: --------- - Fumihiko Murata <[email protected]> - %prep %setup -q %patch ++++++ gamix-gtk2-fix.diff ++++++ --- /var/tmp/diff_new_pack.Os6LaO/_old 2012-09-25 09:42:52.000000000 +0200 +++ /var/tmp/diff_new_pack.Os6LaO/_new 2012-09-25 09:42:52.000000000 +0200 @@ -1,5 +1,7 @@ ---- gamix2/mkmixer.c-dist 2003-05-13 17:31:02.000000000 +0200 -+++ gamix2/mkmixer.c 2005-02-07 16:54:02.000000000 +0100 +Index: gamix2/mkmixer.c +=================================================================== +--- gamix2/mkmixer.c.orig ++++ gamix2/mkmixer.c @@ -625,7 +625,7 @@ static void disp_obj(s_obj_t *obj) { if( rq1.width > rq2.width ) { cv_name(s,rq2.width); @@ -9,3 +11,29 @@ gtk_label_set(GTK_LABEL(tl),s+i+1); gtk_widget_show(tl); s[i]=0; +Index: configure +=================================================================== +--- configure.orig ++++ configure +@@ -8630,7 +8630,7 @@ echo "${ECHO_T}no" >&6 + fi + + if test ! "$PKGC" = "no" ; then +- if ! $PKGC gtk+ ; then ++ if ! $PKGC gtk+-2.0 ; then + PKGC="no" + fi + fi +Index: configure.in +=================================================================== +--- configure.in.orig ++++ configure.in +@@ -25,7 +25,7 @@ CFLAGS="$CFLAGS_ORIG" + LIBS="$LIBS_ORIG" + AC_PATH_PROG(PKGC,pkg-config,no) + if test ! "$PKGC" = "no" ; then +- if ! $PKGC gtk+ ; then ++ if ! $PKGC gtk+-2.0 ; then + PKGC="no" + fi + fi -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
