Accepting request 196044 from home:dimstar:branches:GNOME:Factory
Update to 3.9.90 OBS-URL: https://build.opensuse.org/request/show/196044 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-online-accounts?expand=0&rev=54
This commit is contained in:
parent
3bc7d9461f
commit
14ee987806
@ -1,2 +1,2 @@
|
|||||||
libgoa-1_0-0
|
libgoa-1_0-0
|
||||||
libgoa-backend-1_0-0
|
libgoa-backend-1_0-1
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:83af838a45b8ffcc294b7cc40f6cf72772820a3efbb54634660c7b76007ee49c
|
|
||||||
size 668740
|
|
3
gnome-online-accounts-3.9.90.tar.xz
Normal file
3
gnome-online-accounts-3.9.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8626991be388cd5610f1de73879b30704e0d1e6af957e257a045372281ed9913
|
||||||
|
size 1257948
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 20:22:27 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.9.90:
|
||||||
|
+ Support Telepathy accounts (bgo#696267).
|
||||||
|
+ Bugs fixed: bgo#705366, bgo#706074.
|
||||||
|
+ Updated translations.
|
||||||
|
- Add pkgconfig(telepathy-glib) BuildRequires: new dependency for
|
||||||
|
Telepathy account support.
|
||||||
|
- Add glib schema handling scriptlets to post/postun.
|
||||||
|
- Rename libgoa-backend-1_0-0 subpackage to libgoa-backend-1_0-1,
|
||||||
|
following upstreams soname bump.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 30 16:26:26 UTC 2013 - dimstar@opensuse.org
|
Tue Jul 30 16:26:26 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define with_twitter 0
|
%define with_twitter 0
|
||||||
|
|
||||||
Name: gnome-online-accounts
|
Name: gnome-online-accounts
|
||||||
Version: 3.9.5
|
Version: 3.9.90
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME service to access online accounts
|
Summary: GNOME service to access online accounts
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0+
|
||||||
@ -48,6 +48,7 @@ BuildRequires: pkgconfig(libsecret-1)
|
|||||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.41
|
BuildRequires: pkgconfig(libsoup-2.4) >= 2.41
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(rest-0.7)
|
BuildRequires: pkgconfig(rest-0.7)
|
||||||
|
BuildRequires: pkgconfig(telepathy-glib)
|
||||||
BuildRequires: pkgconfig(webkitgtk-3.0)
|
BuildRequires: pkgconfig(webkitgtk-3.0)
|
||||||
# p11-kit is not 'strictly' seen a requirement, but without it none of the SSL/TLS
|
# p11-kit is not 'strictly' seen a requirement, but without it none of the SSL/TLS
|
||||||
# Certificates are considered valid, which results in a really bad experience.
|
# Certificates are considered valid, which results in a really bad experience.
|
||||||
@ -79,12 +80,12 @@ libraries in GNOME can access the user's online accounts.
|
|||||||
This package provides the GObject Introspection bindings for the libgoa
|
This package provides the GObject Introspection bindings for the libgoa
|
||||||
client library.
|
client library.
|
||||||
|
|
||||||
%package -n libgoa-backend-1_0-0
|
%package -n libgoa-backend-1_0-1
|
||||||
Summary: GNOME service to access online accounts -- Backend Library
|
Summary: GNOME service to access online accounts -- Backend Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Recommends: %{name}
|
Recommends: %{name}
|
||||||
|
|
||||||
%description -n libgoa-backend-1_0-0
|
%description -n libgoa-backend-1_0-1
|
||||||
gnome-online-accounts provides interfaces so applications and
|
gnome-online-accounts provides interfaces so applications and
|
||||||
libraries in GNOME can access the user's online accounts.
|
libraries in GNOME can access the user's online accounts.
|
||||||
|
|
||||||
@ -92,7 +93,7 @@ libraries in GNOME can access the user's online accounts.
|
|||||||
Summary: GNOME service to access online accounts -- Development Files
|
Summary: GNOME service to access online accounts -- Development Files
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Requires: libgoa-1_0-0 = %{version}
|
Requires: libgoa-1_0-0 = %{version}
|
||||||
Requires: libgoa-backend-1_0-0 = %{version}
|
Requires: libgoa-backend-1_0-1 = %{version}
|
||||||
Requires: typelib-1_0-Goa-1_0 = %{version}
|
Requires: typelib-1_0-Goa-1_0 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -136,17 +137,24 @@ make %{?_smp_mflags}
|
|||||||
%make_install
|
%make_install
|
||||||
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
|
%find_lang gnome-online-accounts-tpaw %{name}.lang %{?no_lang_C}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%post
|
||||||
|
%glib2_gsettings_schema_post
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%glib2_gsettings_schema_postun
|
||||||
|
|
||||||
%post -n libgoa-1_0-0 -p /sbin/ldconfig
|
%post -n libgoa-1_0-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgoa-1_0-0 -p /sbin/ldconfig
|
%postun -n libgoa-1_0-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libgoa-backend-1_0-0 -p /sbin/ldconfig
|
%post -n libgoa-backend-1_0-1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgoa-backend-1_0-0 -p /sbin/ldconfig
|
%postun -n libgoa-backend-1_0-1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -155,6 +163,8 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/dbus-1/services/org.gnome.OnlineAccounts.service
|
%{_datadir}/dbus-1/services/org.gnome.OnlineAccounts.service
|
||||||
%{_datadir}/gnome-online-accounts/
|
%{_datadir}/gnome-online-accounts/
|
||||||
%{_datadir}/icons/hicolor/*/apps/goa-account*.png
|
%{_datadir}/icons/hicolor/*/apps/goa-account*.png
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/im-*.*
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.gnome.telepathy-account-widgets.gschema.xml
|
||||||
%{_mandir}/man8/goa-daemon.8%{?ext_man}
|
%{_mandir}/man8/goa-daemon.8%{?ext_man}
|
||||||
|
|
||||||
%files -n libgoa-1_0-0
|
%files -n libgoa-1_0-0
|
||||||
@ -165,7 +175,7 @@ rm -rf %{buildroot}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/girepository-1.0/Goa-1.0.typelib
|
%{_libdir}/girepository-1.0/Goa-1.0.typelib
|
||||||
|
|
||||||
%files -n libgoa-backend-1_0-0
|
%files -n libgoa-backend-1_0-1
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libgoa-backend-1.0.so.*
|
%{_libdir}/libgoa-backend-1.0.so.*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user