Hello community,

here is the log from the commit of package branding-basedonopensuse for 
openSUSE:Factory checked in at 2012-07-18 13:59:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/branding-basedonopensuse (Old)
 and      /work/SRC/openSUSE:Factory/.branding-basedonopensuse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "branding-basedonopensuse", Maintainer is ""

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/branding-basedonopensuse/branding-basedonopensuse.changes
        2011-12-08 11:48:15.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.branding-basedonopensuse.new/branding-basedonopensuse.changes
   2012-07-18 13:59:52.000000000 +0200
@@ -1,0 +2,20 @@
+Wed Jul 18 09:26:02 UTC 2012 - co...@suse.com
+
+- take the license from openSUSE branding (bnc#770007)
+
+-------------------------------------------------------------------
+Tue Jul 17 05:12:56 UTC 2012 - co...@suse.com
+
+- small fixes to make it build
+
+-------------------------------------------------------------------
+Sun Jun 17 06:12:29 UTC 2012 - co...@suse.com
+
+- copy back some opensuse changes
+
+-------------------------------------------------------------------
+Wed Jun 13 15:00:32 UTC 2012 - co...@suse.com
+
+- update the package list
+
+-------------------------------------------------------------------

New:
----
  post.dynamic-wallpaper
  post.grub2
  post.wallpaper
  postun.dynamic-wallpaper
  postun.grub2
  postun.wallpaper

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

Other differences:
------------------
++++++ branding-basedonopensuse.spec ++++++
++++ 770 lines (skipped)
++++ between 
/work/SRC/openSUSE:Factory/branding-basedonopensuse/branding-basedonopensuse.spec
++++ and 
/work/SRC/openSUSE:Factory/.branding-basedonopensuse.new/branding-basedonopensuse.spec

++++++ extract.pl ++++++
--- /var/tmp/diff_new_pack.Pp3715/_old  2012-07-18 13:59:55.000000000 +0200
+++ /var/tmp/diff_new_pack.Pp3715/_new  2012-07-18 13:59:55.000000000 +0200
@@ -35,6 +35,7 @@
             last;
         }
        if (m/^\+$tag/) { $intag = 1; next; }
+        if ($inpkg && m/^=$tag/) { s/.*:\s*//; print "$_\n"; next; }
        $intag = 0 if (m/^\-$tag/);
        if (m/^=Pkg:.*$packagename.* /) {
            $inpkg = 1;

++++++ openSUSE.tar.gz ++++++
/work/SRC/openSUSE:Factory/branding-basedonopensuse/openSUSE.tar.gz 
/work/SRC/openSUSE:Factory/.branding-basedonopensuse.new/openSUSE.tar.gz 
differ: char 5, line 1

++++++ post.dynamic-wallpaper ++++++
update-alternatives --install /usr/share/wallpapers/openSUSE-default.xml 
openSUSE-default.xml /usr/share/wallpapers/openSUSE-default-dynamic.xml 10
++++++ post.grub2 ++++++
%{_datadir}/grub2/themes/%theme_name/activate-theme
if test -e /boot/grub2/grub.cfg ; then
  /usr/sbin/grub2-mkconfig -o /boot/grub2/grub.cfg || true
elif test -e /boot/grub2-efi/grub.cfg ; then
  /usr/sbin/grub2-efi-mkconfig -o /boot/grub2-efi/grub.cfg || true
fi

++++++ post.wallpaper ++++++
update-alternatives --install /usr/share/wallpapers/openSUSE-default.xml 
openSUSE-default.xml /usr/share/wallpapers/openSUSE-default-static.xml 5
++++++ postun.dynamic-wallpaper ++++++
# Note: we don't use "$1 -eq 0", to avoid issues if the package gets renamed
if [ ! -f /usr/share/wallpapers/openSUSE-default-dynamic.xml ]; then
  update-alternatives --remove openSUSE-default.xml 
/usr/share/wallpapers/openSUSE-default-dynamic.xml
fi

++++++ postun.grub2 ++++++
if [ $1 = 0 ] ; then
  rm -rf /boot/grub2/themes/%theme_name
fi

++++++ postun.wallpaper ++++++
# Note: we don't use "$1 -eq 0", to avoid issues if the package gets renamed
if [ ! -f /usr/share/wallpapers/openSUSE-default-static.xml ]; then
  update-alternatives --remove openSUSE-default.xml 
/usr/share/wallpapers/openSUSE-default-static.xml
fi

++++++ update-list.sh ++++++
--- /var/tmp/diff_new_pack.Pp3715/_old  2012-07-18 13:59:56.000000000 +0200
+++ /var/tmp/diff_new_pack.Pp3715/_new  2012-07-18 13:59:56.000000000 +0200
@@ -29,6 +29,7 @@
   echo "Requires: branding-basedonopensuse"
   echo "Conflicts: otherproviders($base-branding)"
   perl -w extract.pl $packs $i Sup | sed -e 's,^,Supplements:,; 
s,branding-openSUSE,branding-basedonopensuse,'
+  perl -w extract.pl $packs $i Lic | sed -e 's,^,License:,'
   perl -w extract.pl $packs $i Req | grep -v rpmlib | grep -v ^lib | grep -v 
'^config(' | grep -v /bin/sh | \
      sed -e 's,^,Requires:,; s, *>=.*,,; s, *>.*,,; s, *=.*,,; 
s,branding-openSUSE,branding-basedonopensuse,' | sort -u
   echo ""
@@ -41,6 +42,11 @@
         echo "%post -n $base-branding-basedonopensuse"
         cat post.$base
   fi
+  if test -f postun.$base; then
+         echo "%postun -n $base-branding-basedonopensuse"
+         cat postun.$base
+  fi
+
 done  ) >> branding-basedonopensuse.spec.new
 
 /usr/lib/obs/service/format_spec_file.files/prepare_spec 
branding-basedonopensuse.spec.new > branding-basedonopensuse.spec.form
@@ -48,4 +54,7 @@
 diff -u branding-basedonopensuse.spec branding-basedonopensuse.spec.new || true
 mv branding-basedonopensuse.spec.new branding-basedonopensuse.spec
 
-rm $packs
+echo $packs
+#rm $packs
+
+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to