Accepting request 132688 from GNOME:Next
Starting to push GNOME:Next... OBS-URL: https://build.opensuse.org/request/show/132688 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=108
This commit is contained in:
parent
aab0ffc1d8
commit
819853d209
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c58480f1687aca048444d5e4dbd306594d0785c8e6e74f99fa0b13e57fdad4de
|
|
||||||
size 1139628
|
|
3
gnome-bluetooth-3.5.5.tar.xz
Normal file
3
gnome-bluetooth-3.5.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:47b6afbccb04e7fd0c09ab4431ce59b9175e8bac1462068816018da427b43cc2
|
||||||
|
size 1330996
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 8 17:56:41 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.5.5:
|
||||||
|
+ Allow building with nautilus-sendto 3.6
|
||||||
|
+ Namespace killswitch API properly
|
||||||
|
+ Loads of API documentation fixes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 18 11:05:55 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.5.4:
|
||||||
|
+ Library: Fix stuck "Finishing" page for some devices.
|
||||||
|
+ Applet: Fix warning and empty device name in some cases.
|
||||||
|
+ Wizard: Use shorter label for the finishing pages.
|
||||||
|
- Rename libgnome-bluetooth10 subpackage to libgnome-bluetooth11,
|
||||||
|
following upstreams soname bump.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 4 21:25:17 UTC 2012 - dimstar@opensuse.org
|
Wed Jul 4 21:25:17 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -16,25 +16,27 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define BUILD_FROM_VCS 1
|
||||||
|
|
||||||
Name: gnome-bluetooth
|
Name: gnome-bluetooth
|
||||||
Version: 3.4.2
|
Version: 3.5.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME Bluetooth graphical utilities
|
Summary: GNOME Bluetooth graphical utilities
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Url: http://live.gnome.org/GnomeBluetooth
|
Url: http://live.gnome.org/GnomeBluetooth
|
||||||
Source: http://download.gnome.org/sources/gnome-bluetooth/3.4/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-bluetooth/3.5/%{name}-%{version}.tar.xz
|
||||||
Source1: 61-gnome-bluetooth-rfkill.rules
|
Source1: 61-gnome-bluetooth-rfkill.rules
|
||||||
# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
|
# PATCH-FIX-UPSTREAM lxde-support.patch bgo#683054 andrea@opensuse.org -- Use gnome-bluetooth applet on LXDE Desktop.
|
||||||
Patch0: lxde-support.patch
|
Patch0: lxde-support.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gnome-doc-utils-devel
|
BuildRequires: gnome-doc-utils-devel
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libnotify-devel
|
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 2.90.7
|
BuildRequires: pkgconfig(gtk+-3.0) >= 2.90.7
|
||||||
|
BuildRequires: pkgconfig(libnotify)
|
||||||
BuildRequires: pkgconfig(nautilus-sendto)
|
BuildRequires: pkgconfig(nautilus-sendto)
|
||||||
%if 0%{?BUILD_FROM_VCS}
|
%if 0%{?BUILD_FROM_VCS}
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
@ -68,12 +70,12 @@ Provides: libgnomebt-devel = 0.12
|
|||||||
The gnome-bluetooth package contains graphical utilities to setup,
|
The gnome-bluetooth package contains graphical utilities to setup,
|
||||||
monitor and use Bluetooth devices.
|
monitor and use Bluetooth devices.
|
||||||
|
|
||||||
%package -n libgnome-bluetooth10
|
%package -n libgnome-bluetooth11
|
||||||
Summary: GNOME Bluetooth graphical utilities
|
Summary: GNOME Bluetooth graphical utilities
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Obsoletes: libgnomebt1 <= 0.12
|
Obsoletes: libgnomebt1 <= 0.12
|
||||||
|
|
||||||
%description -n libgnome-bluetooth10
|
%description -n libgnome-bluetooth11
|
||||||
The gnome-bluetooth package contains graphical utilities to setup,
|
The gnome-bluetooth package contains graphical utilities to setup,
|
||||||
monitor and use Bluetooth devices.
|
monitor and use Bluetooth devices.
|
||||||
|
|
||||||
@ -115,7 +117,8 @@ translation-update-upstream
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%if 0%{?BUILD_FROM_VCS}
|
%if 0%{?BUILD_FROM_VCS}
|
||||||
[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
|
[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh || NOCONFIGURE=1 gnome-autogen.sh
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -128,10 +131,10 @@ translation-update-upstream
|
|||||||
%endif
|
%endif
|
||||||
--enable-nautilus-sendto=yes\
|
--enable-nautilus-sendto=yes\
|
||||||
--enable-introspection
|
--enable-introspection
|
||||||
%__make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%make_install
|
||||||
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||||
%suse_update_desktop_file bluetooth-applet
|
%suse_update_desktop_file bluetooth-applet
|
||||||
%suse_update_desktop_file bluetooth-sendto
|
%suse_update_desktop_file bluetooth-sendto
|
||||||
@ -160,9 +163,9 @@ rm -rf %{buildroot}
|
|||||||
%postun -n nautilus-sendto-plugin-bluetooth
|
%postun -n nautilus-sendto-plugin-bluetooth
|
||||||
%glib2_gsettings_schema_postun
|
%glib2_gsettings_schema_postun
|
||||||
|
|
||||||
%post -n libgnome-bluetooth10 -p /sbin/ldconfig
|
%post -n libgnome-bluetooth11 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgnome-bluetooth10 -p /sbin/ldconfig
|
%postun -n libgnome-bluetooth11 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -192,7 +195,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files lang -f %{name}2.lang
|
%files lang -f %{name}2.lang
|
||||||
|
|
||||||
%files -n libgnome-bluetooth10
|
%files -n libgnome-bluetooth11
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libgnome-bluetooth.so.*
|
%{_libdir}/libgnome-bluetooth.so.*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user