Hello community,

here is the log from the commit of package yast2-sound for openSUSE:Factory 
checked in at 2011-12-21 10:04:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-sound (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-sound.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-sound", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-sound/yast2-sound.changes  2011-10-11 
17:08:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-sound.new/yast2-sound.changes     
2011-12-21 10:04:53.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Nov 25 12:25:24 UTC 2011 - [email protected]
+
+- add libtool as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ yast2-sound.spec ++++++
--- /var/tmp/diff_new_pack.5cxSFL/_old  2011-12-21 10:04:54.000000000 +0100
+++ /var/tmp/diff_new_pack.5cxSFL/_new  2011-12-21 10:04:54.000000000 +0100
@@ -15,21 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           yast2-sound
 Version:        2.21.3
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-sound-2.21.3.tar.bz2
-
-Prefix:         /usr
+Source0:        yast2-sound-%{version}.tar.bz2
 
-Group:          System/YaST
-License:        GPL-2.0+
-BuildRequires:  alsa-devel doxygen gcc-c++ kernel-default perl-XML-Writer ruby 
update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-testsuite
+BuildRequires:  alsa-devel
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  kernel-default
+BuildRequires:  libtool
+BuildRequires:  perl-XML-Writer
+BuildRequires:  ruby
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-testsuite
 
 # GetInstArgs::automatic_configuration
 # Wizard::SetDesktopTitleAndIcon
@@ -44,31 +49,33 @@
 Obsoletes:      y2c_sparc y2c_sprc yast2-db-sound y2d_snd
 
 Summary:        YaST2 - Sound Configuration
+License:        GPL-2.0+
+Group:          System/YaST
 
 %description
 This package contains the YaST2 component for sound card configuration.
 
 %prep
-%setup -n yast2-sound-2.21.3
+%setup -n yast2-sound-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
 %{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
+[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
     d=${f##*/}
     %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -92,9 +99,9 @@
 /usr/share/YaST2/include/sound/*.ycp
 /usr/share/YaST2/clients/sound*.ycp
 /usr/share/YaST2/clients/joystick.ycp
-%{prefix}/share/applications/YaST2/sound.desktop
-%{prefix}/share/applications/YaST2/joystick.desktop
-%{prefix}/lib/YaST2/bin/copyfonts
+%{_prefix}/share/applications/YaST2/sound.desktop
+%{_prefix}/share/applications/YaST2/joystick.desktop
+%{_prefix}/lib/YaST2/bin/copyfonts
 /usr/share/YaST2/modules/Sound.*
 /usr/share/YaST2/modules/Joystick.*
 /usr/share/YaST2/modules/PulseAudio.*
@@ -108,6 +115,6 @@
 %{_libdir}/YaST2/plugin/libpy2ag_audio.so*
 /usr/share/YaST2/scrconf/*.scr
 
-%doc %{prefix}/share/doc/packages/yast2-sound
+%doc %{_prefix}/share/doc/packages/yast2-sound
 
 %changelog

++++++ yast2-sound-2.21.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sound-2.21.3/Makefile.am 
new/yast2-sound-2.21.3/Makefile.am
--- old/yast2-sound-2.21.3/Makefile.am  2011-10-11 11:57:07.000000000 +0200
+++ new/yast2-sound-2.21.3/Makefile.am  2011-12-15 11:43:32.000000000 +0100
@@ -20,7 +20,6 @@
 IS_DEVTOOLS            = $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR           = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES           = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR           = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl    = README COPYING
@@ -155,7 +154,7 @@
            $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
        done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 TAGVERSION      = $(Y2TOOL) tagversion
 
@@ -185,21 +184,6 @@
 check-parse:
        @echo "Not running parseycp."
 
-check-all-packages:
-       @if [ ! -e "$(ALL_PACKAGES)" ]; then                            \
-               echo ERROR: "Can't find $(ALL_PACKAGES)"; false;        \
-       fi
-       @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then            
\
-               echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \
-       fi
-       @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \
-               echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:";     \
-               echo;                                                   \
-               grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES);     \
-               echo;                                                   \
-               false;                                                  \
-       fi
-
 check-textdomain:
        $(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sound-2.21.3/Makefile.in 
new/yast2-sound-2.21.3/Makefile.in
--- old/yast2-sound-2.21.3/Makefile.in  2011-10-11 11:57:14.000000000 +0200
+++ new/yast2-sound-2.21.3/Makefile.in  2011-12-15 11:43:43.000000000 +0100
@@ -319,7 +319,6 @@
 # do we do Makefile.am for devtools? It is a little special...
 IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME))
 DEVTOOLS_DIR = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 COPYRIGHT_files_gpl = README COPYING
 COPYRIGHT_files_yast = YAST_LICENSE README COPYING COPYRIGHT.english \
@@ -990,7 +989,7 @@
            $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
        done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
        if [ -d $(srcdir)/CVS ]; then \
@@ -1018,21 +1017,6 @@
 check-parse:
        @echo "Not running parseycp."
 
-check-all-packages:
-       @if [ ! -e "$(ALL_PACKAGES)" ]; then                            \
-               echo ERROR: "Can't find $(ALL_PACKAGES)"; false;        \
-       fi
-       @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then            
\
-               echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \
-       fi
-       @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \
-               echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:";     \
-               echo;                                                   \
-               grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES);     \
-               echo;                                                   \
-               false;                                                  \
-       fi
-
 check-textdomain:
        $(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sound-2.21.3/configure.in 
new/yast2-sound-2.21.3/configure.in
--- old/yast2-sound-2.21.3/configure.in 2011-10-11 11:57:07.000000000 +0200
+++ new/yast2-sound-2.21.3/configure.in 2011-12-15 11:43:32.000000000 +0100
@@ -1,6 +1,6 @@
 dnl configure.in for yast2-sound
 dnl
-dnl -- This file is generated by y2autoconf 2.21.0 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.21.6 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
 AC_INIT(yast2-sound, 2.21.3, http://bugs.opensuse.org/, yast2-sound)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sound-2.21.3/sound.pot 
new/yast2-sound-2.21.3/sound.pot
--- old/yast2-sound-2.21.3/sound.pot    2008-09-10 10:47:12.000000000 +0200
+++ new/yast2-sound-2.21.3/sound.pot    1970-01-01 01:00:00.000000000 +0100
@@ -1,44 +0,0 @@
-# translation of sound.po to
-# Copyright (C) YEAR SuSE Linux Products GmbH, Nuernberg
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Andrew Spackman <[email protected]>, 2008.
-msgid ""
-msgstr ""
-"Project-Id-Version: sound\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 10:30+0200\n"
-"PO-Revision-Date: 2008-08-28 22:05+1200\n"
-"Last-Translator: Andrew Spackman <[email protected]>\n"
-"Language-Team:  <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-
-#: sound/src/sound_write.ycp:117
-#, ycp-format
-msgid ""
-"These required packages are not available: %1\n"
-"Some sound device may not work or some features may not be supported.\n"
-"\n"
-"Enable or add an additional software repository containing the packages."
-msgstr ""
-"These required packages are not available: %1\n"
-"Some sound devices may not work or some features may not be supported.\n"
-"\n"
-"Enable or add an additional software repository containing the packages."
-
-#: sound/src/texts.ycp:275
-msgid ""
-"<p>\n"
-"Use <b>Other</b> to set the volume of the selected card or configure\n"
-"the module loading for playing MIDI files (<b>Start Sequencer</b>).\n"
-"Use <b>Play Test Sound</b> to test the selected card.\n"
-"</p>\n"
-msgstr ""
-"<p>\n"
-"Use <b>Other</b> to set the volume of the selected card or configure\n"
-"the module loaded for playing MIDI files (<b>Start Sequencer</b>).\n"
-"Use <b>Play Test Sound</b> to test the selected card.\n"
-"</p>\n"

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to