why are you using the unstable 3.1.2 release? Please use the 3.0.x series
instead.

Anas

On Mon, Jul 4, 2011 at 6:55 AM, Yan Li <[email protected]> wrote:

> Hi,
> I have made the following changes to vino in project Trunk:Testing. Please
> review and accept ASAP.
>
> Thank You,
> Yan Li
>
> [This message was auto-generated]
>
> ---
>
> Request #22199:
>
>  submit:   home:yanli:branches:Trunk:Testing/vino(r8)(cleanup) ->
> Trunk:Testing/vino
>
>
> Message:
>    Upgraded to latest upstream release to fix build breakage in
> Trunl:Testing
>
> State:   new          2011-07-03T23:54:58 yanli
> Comment: None
>
>
>
> changes files:
> --------------
> --- vino.changes
> +++ vino.changes
> @@ -0,0 +1,8 @@
> +* Sat Jul 02 2011 Yan Li <[email protected]> - 3.1.2
> +- Upgraded to latest upstream release
> +  - vino has migrated from gconf to GSettings, so we can't use
> +    spectacle any more because it doesn't support GSettings yet, have
> +    to remove vino.yaml
> +  - dropped option "enable-libnotify" because libnotify is
> +    automatically enabled by default
> +
>
> old:
> ----
>  vino-2.32.0.tar.bz2
>  vino.yaml
>
> new:
> ----
>  vino-3.1.2.sha256sum
>  vino-3.1.2.tar.xz
>
> spec files:
> -----------
> --- vino.spec
> +++ vino.spec
> @@ -1,26 +1,21 @@
>  #
> -# Do NOT Edit the Auto-generated Part!
> -# Generated by: spectacle version 0.21
> +# Do NOT Run This File Against Spectacle, because it doesn't support
> +# GSettings
>  #
>  # >> macros
> -%define gconf2_version 2.14.0
>  # << macros
>
>  Name:       vino
>  Summary:    A remote desktop system for GNOME
> -Version:    2.32.0
> +Version:    3.1.2
>  Release:    2
> -Group:      System/Desktop
> +Group:      System/Daemon
>  License:    GPLv2+
>  URL:        http://www.gnome.org
> -Source0:
> http://download.gnome.org/sources/vino/2.32/%{name}-%{version}.tar.bz2
> -Source100:  vino.yaml
> +Source0:
> http://download.gnome.org/sources/vino/3.1/%{name}-%{version}.tar.xz
>  Patch0:     enable-vino-server-in-meego.patch
> -Requires(pre): GConf2 >= %{gconf2_version}
> -Requires(preun): GConf2 >= %{gconf2_version}
> -Requires(post): GConf2 >= %{gconf2_version}
>  BuildRequires:  pkgconfig(glib-2.0)
> -BuildRequires:  pkgconfig(gtk+-2.0)
> +BuildRequires:  pkgconfig(gtk+-x11-3.0)
>  BuildRequires:  pkgconfig(libglade-2.0)
>  BuildRequires:  pkgconfig(libgnomeui-2.0)
>  BuildRequires:  pkgconfig(libnotify)
> @@ -35,7 +30,6 @@
>  BuildRequires:  pkgconfig(sm)
>  BuildRequires:  pkgconfig(unique-1.0)
>  BuildRequires:  pkgconfig(gnome-keyring-1)
> -BuildRequires:  GConf2-devel >= %{gconf2_version}
>  BuildRequires:  intltool
>  BuildRequires:  gettext
>  BuildRequires:  autoconf
> @@ -69,7 +63,6 @@
>     --enable-gnome-keyring \
>     --disable-gnutls \
>     --disable-http-server \
> -    --enable-libnotify \
>     --disable-network-manager \
>     --enable-telepathy
>
> @@ -101,35 +94,20 @@
>    %{buildroot}%{_datadir}/applications/*.desktop
>  %find_lang %{name}
>
> -%pre
> -if [ "$1" -gt 1 ]; then
> -  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
> -  gconftool-2 --makefile-uninstall-rule \
> -    %{_sysconfdir}/gconf/schemas/*.schemas \
> -    > /dev/null || :
> -fi
> -
> -%preun
> -if [ "$1" -eq 0 ]; then
> -  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
> -  gconftool-2 --makefile-uninstall-rule \
> -    %{_sysconfdir}/gconf/schemas/*.schemas \
> -    > /dev/null || :
> -fi
> -
>  %post
> -export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
> -gconftool-2 --makefile-install-rule \
> -    %{_sysconfdir}/gconf/schemas/*.schemas  > /dev/null || :
>  # >> post
>  touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
>  # << post
>
> +%posttrans
> +    /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &>
> /dev/null || :
> +
>  %postun
>  # >> postun
>  if [ $1 -eq 0 ]; then
> -touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
> -gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
> +    touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
> +    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
> +    /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &>
> /dev/null || :
>  fi
>  # << postun
>
> @@ -144,7 +122,7 @@
>  %{_datadir}/telepathy/clients/Vino.client
>  %{_bindir}/*
>  %{_libexecdir}/*
> -%{_sysconfdir}/gconf/schemas/*.schemas
> +%{_datadir}/glib-2.0/schemas/*.xml
>  %{_sysconfdir}/xdg/autostart/vino-server.desktop
>  # << files
>
>
> other changes:
> --------------
>
> ++++++ vino-3.1.2.sha256sum (new)
> --- vino-3.1.2.sha256sum
> +++ vino-3.1.2.sha256sum
> +6a37581b07f350373f49d351c6cf928c21b86d22f4dc957bf09f2b7e1d9436bc
>  vino-3.1.2.news
> +23016c623bc6cf84c20be9e6c3519737be85049275e3d3d3b63d5f4c69f0b67c
>  vino-3.1.2.changes
> +e11b151e3cfbeead30e5b9fd573a9ba1bd817341984251f07c41e3e3ff06398a
>  vino-3.1.2.tar.xz
> +dc6eb0fe39d223a01a68614edf01ea252900dc2289783e1b13c940048c9444af
>  vino-3.1.2.tar.bz2
>
> ++++++ vino-3.1.2.tar.xz (new)
>
> ++++++ deleted files:
> --- vino-2.32.0.tar.bz2
> --- vino.yaml
>
> _______________________________________________
> MeeGo-commits mailing list
> [email protected]
> http://lists.meego.com/listinfo/meego-commits
>
_______________________________________________
MeeGo-packaging mailing list
[email protected]
http://lists.meego.com/listinfo/meego-packaging

Reply via email to