commit moblin-app-installer for openSUSE:Factory
Hello community, here is the log from the commit of package moblin-app-installer for openSUSE:Factory checked in at Tue Jun 1 12:46:50 CEST 2010. -------- --- moblin-app-installer/moblin-app-installer.changes 2010-03-29 23:58:37.000000000 +0200 +++ /mounts/work_src_done/STABLE/moblin-app-installer/moblin-app-installer.changes 2010-05-30 14:11:17.000000000 +0200 @@ -1,0 +2,19 @@ +Sun May 30 12:02:19 UTC 2010 - dimstar@opensuse.org + +- Update to git snapshot of 0.4.0 in order to support PK 0.6.3 +- Rebase / Rename patches: + + disable-tests.patch -> moblin-app-instaler-disable-tests.patch + + fixup-desktop-file.patch -> moblin-app-installer- + desktopfixup.patch +- Add moblin-app-installer-clutter-gtk-0_90.patch to build against + clutter-gtk 0.90 +- Drop build-with-0.5_PK.patch +- BuildRequire rpm-devel, obsoleting + support-rpm-without-pkgconfig.patch +- BuildRequire clutter-gtk-devel +- launch autogne.sh with NOCONFIGURE defined, avoiding configure to + be started twice. +- Pass -with-packagekit-glib2 to configure, as PK 0.6.3 does no + longer provide the old API. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- build_with_0.5_PK.patch disable-tests.patch fixup-desktop-file.patch moblin-app-installer-0.3.2.tar.bz2 support-rpm-without-pkgconfig.patch New: ---- moblin-app-installer-0.3.9.tar.bz2 moblin-app-installer-clutter-gtk-0_90.patch moblin-app-installer-desktopfixup.patch moblin-app-installer-disable-tests ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ moblin-app-installer.spec ++++++ --- /var/tmp/diff_new_pack.2nbq1u/_old 2010-06-01 12:46:42.000000000 +0200 +++ /var/tmp/diff_new_pack.2nbq1u/_new 2010-06-01 12:46:42.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package moblin-app-installer (Version 0.3.2) +# spec file for package moblin-app-installer (Version 0.3.9) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -21,24 +21,27 @@ Name: moblin-app-installer Summary: Moblin App Store client Group: System/GUI/Other -Version: 0.3.2 +Version: 0.3.9 Release: 1 License: GPLv2 Url: http://www.moblin.org Source0: %{name}-%{version}.tar.bz2 -Patch0: support-rpm-without-pkgconfig.patch -Patch1: fixup-desktop-file.patch -Patch2: disable-tests.patch -Patch3: build_with_0.5_PK.patch +#PATCH-FIX-UPSTREAM moblin-app-installer-clutter-gtk-0_90.patch dimstar@opensuse.org -- Allow building against clutter-gtk 0.90 +Patch0: %{name}-clutter-gtk-0_90.patch +#PATCH-FIX-UPSTREAM moblin-app-installer-disable-tests dimstar@opensuse.org -- Disable the test suite +Patch1: %{name}-disable-tests +#PATCH-FIX-OPENSUSE moblin-app-installer-desktopfixup.patch dimstar@opensuse.org -- Rewrite the .desktop file for openSUSE menus. +Patch2: %{name}-desktopfixup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libxml2-devel -BuildRequires: gtk2-devel -BuildRequires: PackageKit-devel -BuildRequires: rpm-devel +BuildRequires: clutter-gtk-devel +BuildRequires: gettext BuildRequires: gnome-common +BuildRequires: gtk2-devel BuildRequires: intltool -BuildRequires: gettext +BuildRequires: libxml2-devel BuildRequires: nbtk-devel +BuildRequires: PackageKit-devel +BuildRequires: rpm-devel BuildRequires: update-desktop-files Requires: gnome-icon-theme #Requires: %{name}-lang = %{version} @@ -50,19 +53,15 @@ install. The selection of applications that appear within the Moblin Application Installer come from the Moblin Garage. - - %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 -%patch3 -p1 %build -./autogen.sh -%configure --disable-static -export LD_AS_NEEDED=1 +NOCONFIGURE=1 ./autogen.sh +%configure --disable-static --with-packagekit-glib2 make %{?_smp_mflags} %install ++++++ moblin-app-installer-0.3.2.tar.bz2 -> moblin-app-installer-0.3.9.tar.bz2 ++++++ ++++ 55088 lines of diff (skipped) ++++++ moblin-app-installer-clutter-gtk-0_90.patch ++++++ Index: moblin-app-installer-0.3.9/configure.ac =================================================================== --- moblin-app-installer-0.3.9.orig/configure.ac +++ moblin-app-installer-0.3.9/configure.ac @@ -32,7 +32,7 @@ PKG_PROG_PKG_CONFIG deps=' libxml-2.0 clutter-1.0 - clutter-gtk-0.10 + clutter-gtk-0.90 gtk+-2.0 rpm >= 4.6' ++++++ moblin-app-installer-desktopfixup.patch ++++++ Index: moblin-app-installer-0.3.9/data/moblin-app-installer.desktop =================================================================== --- moblin-app-installer-0.3.9.orig/data/moblin-app-installer.desktop +++ moblin-app-installer-0.3.9/data/moblin-app-installer.desktop @@ -1,10 +1,11 @@ [Desktop Entry] -Name=Moblin Application Installer -Comment=Install garage apps +Name=Moblin Garage +GenericName=Application Installer +Comment=Install garage Exec=moblin-app-installer -Categories=GNOME;GTK;System;Settings; +Categories=System;GNOME; Icon=system-software-install Type=Application Terminal=false StartupNotify=true - +OnlyShowIn=GNOME; ++++++ moblin-app-installer-disable-tests ++++++ Index: moblin-app-installer-0.3.9/Makefile.am =================================================================== --- moblin-app-installer-0.3.9.orig/Makefile.am +++ moblin-app-installer-0.3.9/Makefile.am @@ -1,7 +1,7 @@ ACLOCAL_AMFLAGS = -I build -SUBDIRS = build data moblin-panel-copy po src tests tools +SUBDIRS = build data moblin-panel-copy po src tools EXTRA_DIST = \ AUTHORS \ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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