Accepting request 68329 from home:vuntz:branches:GNOME:Factory
ok OBS-URL: https://build.opensuse.org/request/show/68329 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-user-share?expand=0&rev=46
This commit is contained in:
parent
499d1c2766
commit
ecb56745c0
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 25 19:38:42 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Move to pkgconfig()-style BuildRequires:
|
||||||
|
+ Old ones: dbus-1-glib-devel, gconf2-devel,
|
||||||
|
gnome-bluetooth-devel, gtk3-devel, libcanberra-devel,
|
||||||
|
libnotify-devel, libunique-devel, nautilus-devel.
|
||||||
|
+ New ones: dbus-1, dbus-glib-1, gconf-2.0, glib-2.0,
|
||||||
|
gnome-bluetooth-1.0, gtk+-3.0, libcanberra-gtk3,
|
||||||
|
libnautilus-extension, libnotify, unique-3.0.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 4 16:48:23 UTC 2011 - fcrozat@novell.com
|
Mon Apr 4 16:48:23 UTC 2011 - fcrozat@novell.com
|
||||||
|
|
||||||
@ -5,7 +16,7 @@ Mon Apr 4 16:48:23 UTC 2011 - fcrozat@novell.com
|
|||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
- Update to version 2.91.6:
|
- Update to version 2.91.6:
|
||||||
+ Build against GTK+ 3.x
|
+ Build against GTK+ 3.x
|
||||||
- Remove gtk2-devel from BuildRequires
|
- Change gtk2-devel BuildRequires to gtk3-devel.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 14 18:26:12 CET 2011 - sbrabec@suse.cz
|
Mon Feb 14 18:26:12 CET 2011 - sbrabec@suse.cz
|
||||||
|
@ -27,18 +27,21 @@ Source: %{name}-%{version}.tar.bz2
|
|||||||
# PATCH-FIX-OPENSUSE gnome-user-share-soft-dep-apache.patch vuntz@novell.com -- Hide apache option in the UI if it's not available
|
# PATCH-FIX-OPENSUSE gnome-user-share-soft-dep-apache.patch vuntz@novell.com -- Hide apache option in the UI if it's not available
|
||||||
Patch3: gnome-user-share-soft-dep-apache.patch
|
Patch3: gnome-user-share-soft-dep-apache.patch
|
||||||
Url: http://www.gnome.org/
|
Url: http://www.gnome.org/
|
||||||
BuildRequires: gconf2-devel
|
|
||||||
BuildRequires: dbus-1-glib-devel
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gnome-bluetooth-devel
|
|
||||||
BuildRequires: gnome-doc-utils-devel
|
BuildRequires: gnome-doc-utils-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libcanberra-devel
|
|
||||||
BuildRequires: libnotify-devel
|
|
||||||
BuildRequires: libunique-devel
|
|
||||||
BuildRequires: nautilus-devel
|
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
|
BuildRequires: pkgconfig(dbus-glib-1)
|
||||||
|
BuildRequires: pkgconfig(gconf-2.0)
|
||||||
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
|
BuildRequires: pkgconfig(gnome-bluetooth-1.0)
|
||||||
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
|
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||||
|
BuildRequires: pkgconfig(libnautilus-extension)
|
||||||
|
BuildRequires: pkgconfig(libnotify)
|
||||||
|
BuildRequires: pkgconfig(unique-3.0)
|
||||||
Requires: obex-data-server
|
Requires: obex-data-server
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
Suggests: apache2-prefork
|
Suggests: apache2-prefork
|
||||||
|
Loading…
Reference in New Issue
Block a user