Hello community, here is the log from the commit of package gstreamer010-plugins-ugly checked in at Thu May 17 11:39:19 CEST 2007. -------- --- GNOME/gstreamer010-plugins-ugly/gstreamer010-plugins-ugly.changes 2007-04-19 13:06:50.000000000 +0200 +++ /mounts/work_src_done/STABLE/gstreamer010-plugins-ugly/gstreamer010-plugins-ugly.changes 2007-05-16 18:01:25.852193000 +0200 @@ -1,0 +2,6 @@ +Wed May 16 15:28:16 CEST 2007 - sbrabec@suse.cz + +- Use Supplements instead of not yet supported Enhances. +- Repack utility without untarring the archive. + +------------------------------------------------------------------- Old: ---- gst-plugins-ugly-0.10.5-free.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gstreamer010-plugins-ugly.spec ++++++ --- /var/tmp/diff_new_pack.Sc6139/_old 2007-05-17 11:39:04.000000000 +0200 +++ /var/tmp/diff_new_pack.Sc6139/_new 2007-05-17 11:39:04.000000000 +0200 @@ -33,7 +33,7 @@ Group: System/GUI/GNOME Autoreqprov: on Version: 0.10.5 -Release: 3 +Release: 17 %define gst_branch 0.10 %if 0%{?BUILD_NONFREE} Source: http://gstreamer.freedesktop.org/src/%{_name}/%{_name}-%{version}.tar.bz2 @@ -51,7 +51,7 @@ Summary: GStreamer Streaming-Media Framework Plug-Ins Obsoletes: gstreamer-plugin-libs %if %suse_version > 1000 -Enhances: gstreamer010 +Supplements: gstreamer010 %endif Requires: gstreamer010 = %(rpm -q --queryformat '%{VERSION}' gstreamer010) @@ -96,7 +96,7 @@ Group: System/GUI/GNOME Requires: %{name} = %{version} %if %suse_version > 1000 -Enhances: %{name} +Supplements: %{name} %endif %description nonfree @@ -245,6 +245,9 @@ %{_datadir}/gtk-doc/html/gst-plugins-ugly-plugins-%{gst_branch} %changelog +* Wed May 16 2007 - sbrabec@suse.cz +- Use Supplements instead of not yet supported Enhances. +- Repack utility without untarring the archive. * Thu Apr 19 2007 - schwab@suse.de - Fix quoting in autoconf macros. * Wed Apr 18 2007 - sbrabec@suse.cz ++++++ gstreamer010-plugins-ugly-repack-free ++++++ --- GNOME/gstreamer010-plugins-ugly/gstreamer010-plugins-ugly-repack-free 2007-04-18 16:14:40.000000000 +0200 +++ /mounts/work_src_done/STABLE/gstreamer010-plugins-ugly/gstreamer010-plugins-ugly-repack-free 2007-05-16 17:59:53.000000000 +0200 @@ -9,6 +9,12 @@ BASENAME=${1%.tar.bz2} +trap "rm -rf \"$BASENAME-free.tar\" \"$BASENAME-free.tar.bz2\"" ERR + +for (( N=0 ; N<${#REMOVE_DIRS[@]} ; N++ )) ; do + REMOVE_DIRS[N]="$BASENAME/gst/${REMOVE_DIRS[N]}" +done + cd "$SOURCEDIR" >/dev/null if ! test -f "$BASENAME.tar.bz2" ; then @@ -23,14 +29,7 @@ fi fi -mkdir "$BASENAME-repack-tmp" -cd "$BASENAME-repack-tmp" - -tar -jxf "$OLDPWD/$BASENAME.tar.bz2" -for DIR in "${REMOVE_DIRS[@]}" ; do - rm -r "$BASENAME/gst/$DIR" -done -tar -jcf "$OLDPWD/$BASENAME-free.tar.bz2" * - -cd - -rm -rf "$BASENAME-repack-tmp" +cp -a "$BASENAME.tar.bz2" "$BASENAME-free.tar.bz2" +bunzip2 "$BASENAME-free.tar.bz2" +tar --delete -f "$BASENAME-free.tar" "${REMOVE_DIRS[@]}" +bzip2 "$BASENAME-free.tar" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@Hilbert.suse.de