
Hello community, here is the log from the commit of package kradio checked in at Tue Oct 31 11:43:40 CET 2006. -------- --- KDE/kradio/kradio.changes 2006-05-30 07:45:13.000000000 +0200 +++ /mounts/work_src_done/STABLE/kradio/kradio.changes 2006-10-31 10:37:17.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Oct 31 10:37:00 CET 2006 - coolo@suse.de + +- update kradio to the latest snapshot after getting advise + from author + +------------------------------------------------------------------- Old: ---- fix-include-hints.diff kradio-1.0beta3b.tar.bz2 kradio-nonx86.diff New: ---- kradio-snapshot-2006-09-20.tar.bz2 kradio.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kradio.spec ++++++ --- /var/tmp/diff_new_pack.o8Q3L4/_old 2006-10-31 11:43:21.000000000 +0100 +++ /var/tmp/diff_new_pack.o8Q3L4/_new 2006-10-31 11:43:21.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package kradio (Version 1.0beta3b) +# spec file for package kradio (Version 1.0beta3b_20060920) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,15 +12,15 @@ Name: kradio BuildRequires: flac-devel kdelibs3-devel libsndfile-devel lirc -License: GPL +License: GNU General Public License (GPL) - all versions Group: Hardware/Radio Summary: Comfortable V4L and V4L2 Radio Application for KDE -Version: 1.0beta3b -Release: 20 +Version: 1.0beta3b_20060920 +Release: 1 URL: http://kradio.sourceforge.net -Source0: kradio-%version.tar.bz2 -Patch1: kradio-nonx86.diff -Patch2: fix-include-hints.diff +Source0: kradio-snapshot-2006-09-20.tar.bz2 +# update the patch on every release +Patch0: kradio.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -61,9 +61,8 @@ %clean rm -rf ${RPM_BUILD_ROOT} %prep -%setup -q -%patch1 -%patch2 +%setup -q -n kradio-snapshot_2006_09_20 +%patch0 . /etc/opt/kde3/common_options update_admin --no-unsermake @@ -81,9 +80,9 @@ %else %suse_update_desktop_file -G "Radio Tuner" %name AudioVideo Tuner %endif -%find_lang %name-%version +%find_lang %name -%files -f %name-%version.lang +%files -f %name.lang %defattr(-,root,root) /opt/kde3/bin/* /opt/kde3/share/appl*/*/*.desktop @@ -92,6 +91,9 @@ /opt/kde3/share/apps/kradio %changelog -n kradio +* Tue Oct 31 2006 - coolo@suse.de +- update kradio to the latest snapshot after getting advise + from author * Tue May 30 2006 - adrian@suse.de - fix build for < 10.1 * Wed Feb 15 2006 - stbinner@suse.de ++++++ kradio-nonx86.diff -> kradio.diff ++++++ --- KDE/kradio/kradio-nonx86.diff 2006-05-23 17:18:48.000000000 +0200 +++ /mounts/work_src_done/STABLE/kradio/kradio.diff 2006-10-31 10:12:14.000000000 +0100 @@ -1,22 +1,35 @@ ---- kradio3/src/libkradio/debug-profiler.h -+++ kradio3/src/libkradio/debug-profiler.h -@@ -25,12 +25,19 @@ - #include <qstring.h> - #include <qmap.h> +--- configure.in.in.orig 2006-10-31 09:57:56.000000000 +0100 ++++ ./configure.in.in 2006-10-31 09:58:07.000000000 +0100 +@@ -2,6 +2,7 @@ + # Define a symbol, to know that we're compiling WITH kde. (for apps that + # can compile without KDE, optionally) + AM_CONDITIONAL(KDE_INSTALLED, test "$have_kde" = "yes") ++AM_INIT_AUTOMAKE(kradio, 1.0b3) -+#ifdef __i386__ - static __inline__ unsigned long long int rdtsc() - { - unsigned long long int x; - __asm__ volatile (".byte 0x0f, 0x31" : "=A"(x)); - return x; - } -+#else -+static __inline__ unsigned long long int rdtsc() -+{ -+ return 0UL; -+} -+#endif - - class Profiler - { + dnl Checks for header files. + AC_HEADER_DIRENT +--- kradio3/src/kradio.desktop.orig 2006-10-31 10:04:00.000000000 +0100 ++++ kradio3/src/kradio.desktop 2006-10-31 10:04:42.000000000 +0100 +@@ -3,11 +3,10 @@ + Encoding=UTF-8 + Type=Application + Exec=kradio -caption "%c" %i %m +-Icon=kradio.png ++Icon=kradio + DocPath=kradio/index.html +-Comment= +-Comment[de]= + Terminal=false + Name=KRadio + Name[de]=KRadio ++GenericName=Radio Player + Categories=Qt;KDE;AudioVideo; +--- kradio3/icons/Makefile.am.orig 2006-10-31 10:10:39.000000000 +0100 ++++ kradio3/icons/Makefile.am 2006-10-31 10:12:07.000000000 +0100 +@@ -1,2 +1,5 @@ +-icons_ICON = AUTO ++icons_ICON = kradio_alsa2 kradio_alsa kradio_hide kradio_kalarm kradio_muteoff kradio_muteon kradio_pause kradio_plus_pause kradio_plus_rec kradio_record kradio_show kradio_streaming kradio_zzz + iconsdir = $(kde_datadir)/kradio/icons ++ ++KDE_ICON = kradio ++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de