diff --git a/gnome-online-accounts-3.1.1.tar.bz2 b/gnome-online-accounts-3.1.1.tar.bz2 deleted file mode 100644 index d7f57bc..0000000 --- a/gnome-online-accounts-3.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87bc89f0f23e3241fa2c088abba1ff18c4de5a40334a752e8b8de7b6e6ac2d1c -size 487197 diff --git a/gnome-online-accounts-3.1.90.tar.bz2 b/gnome-online-accounts-3.1.90.tar.bz2 new file mode 100644 index 0000000..c1f3699 --- /dev/null +++ b/gnome-online-accounts-3.1.90.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d9d5f975a3e663ad571e3bedb60bd786aeb7148c1cae3ec625ceb09fb9a1ca +size 482381 diff --git a/gnome-online-accounts.changes b/gnome-online-accounts.changes index cb141cb..e523b19 100644 --- a/gnome-online-accounts.changes +++ b/gnome-online-accounts.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Aug 30 15:47:28 CEST 2011 - vuntz@opensuse.org + +- Update to version 3.1.90: + + Add a Documents account type. + + Updated translations. +- Remove have_lang macro now that there are translations. + ------------------------------------------------------------------- Mon Jul 18 22:25:32 UTC 2011 - dimstar@opensuse.org diff --git a/gnome-online-accounts.spec b/gnome-online-accounts.spec index 718131e..d9191cc 100644 --- a/gnome-online-accounts.spec +++ b/gnome-online-accounts.spec @@ -16,11 +16,9 @@ # -%define have_lang 0 - Name: gnome-online-accounts -Version: 3.1.1 -Release: 3 +Version: 3.1.90 +Release: 1 License: LGPLv2+ Summary: GNOME service to access online accounts Url: http://www.gnome.org @@ -41,9 +39,7 @@ BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(rest-0.7) BuildRequires: pkgconfig(webkitgtk-3.0) -%if %{have_lang} Recommends: %{name}-lang -%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -81,10 +77,7 @@ Requires: libgoa-backend-1_0-0 = %{version} gnome-online-accounts provides interfaces so applications and libraries in GNOME can access the user's online accounts. -%if %{have_lang} %lang_package -%endif - %prep %setup -q @@ -108,9 +101,7 @@ make %{?_smp_mflags} %install %make_install find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print -%if %{have_lang} %find_lang %{name} %{?no_lang_C} -%endif %clean rm -rf %{buildroot} @@ -150,9 +141,6 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/goa-backend-1.0.pc %{_datadir}/gir-1.0/*.gir -%if %{have_lang} - %files lang -f %{name}.lang -%endif %changelog