]> git.pld-linux.org Git - packages/gnome-online-accounts.git/commitdiff
Update to 3.8.0 auto/th/gnome-online-accounts-3.8.0-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 26 Mar 2013 18:40:21 +0000 (19:40 +0100)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 26 Mar 2013 18:40:21 +0000 (19:40 +0100)
- removed obsolete format-security.patch

format-security.patch [deleted file]
gnome-online-accounts.spec

diff --git a/format-security.patch b/format-security.patch
deleted file mode 100644 (file)
index ce304bd..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -uNr gnome-online-accounts-3.6.3/src/goabackend/goautils.c gnome-online-accounts-3.6.3.new/src/goabackend/goautils.c
---- gnome-online-accounts-3.6.3/src/goabackend/goautils.c      2013-03-04 14:17:27.000000000 +0100
-+++ gnome-online-accounts-3.6.3.new/src/goabackend/goautils.c  2013-03-11 15:32:31.980162936 +0100
-@@ -480,5 +480,5 @@
-       break;
-     }
--  g_set_error (err, GOA_ERROR, GOA_ERROR_SSL, error_msg);
-+  g_set_error (err, GOA_ERROR, GOA_ERROR_SSL, "%s", error_msg);
- }
index cc669671ebb59e2ec8c49f2e445ec711737fca1b..e7350494b3362d18f77f1c19ffb1e449b4fad68a 100644 (file)
@@ -5,22 +5,21 @@
 Summary:       Provide online accounts information
 Summary(pl.UTF-8):     Dostarczanie informacji o kontach w serwisach sieciowych
 Name:          gnome-online-accounts
-Version:       3.6.3
+Version:       3.8.0
 Release:       1
 License:       LGPL v2+
 Group:         Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-online-accounts/3.6/%{name}-%{version}.tar.xz
-# Source0-md5: 7ab4e7b22a629a32bf794f9c2e52e66d
-Patch0:                format-security.patch
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-online-accounts/3.8/%{name}-%{version}.tar.xz
+# Source0-md5: c64def67a57ea436b9c3a3097615f5ad
 URL:           http://www.gnome.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.9
 BuildRequires: gettext-devel >= 0.17
-BuildRequires: glib2-devel >= 1:2.32.0
+BuildRequires: glib2-devel >= 1:2.36.0
 BuildRequires: gnome-common
 BuildRequires: gnome-doc-utils >= 0.12.1
 BuildRequires: gobject-introspection-devel >= 0.6.2
-BuildRequires: gtk+3-devel >= 3.5.1
+BuildRequires: gtk+3-devel >= 3.6.0
 BuildRequires: gtk-doc >= 1.3
 BuildRequires: gtk-webkit3-devel
 BuildRequires: intltool >= 0.40.1
@@ -28,7 +27,7 @@ BuildRequires:        json-glib-devel
 BuildRequires: libgnome-keyring-devel
 BuildRequires: libnotify-devel >= 0.7
 BuildRequires: libsecret-devel
-BuildRequires: libsoup-gnome-devel >= 2.38
+BuildRequires: libsoup-gnome-devel >= 2.42.0
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 2
 BuildRequires: libxslt-progs
@@ -42,11 +41,11 @@ BuildRequires:      /usr/bin/krb5-config
 BuildRequires: gcr-devel >= 3
 %endif
 Requires(post,postun): gtk-update-icon-cache
-Requires:      glib2 >= 1:2.32.0
-Requires:      gtk+3 >= 3.5.1
+Requires:      glib2 >= 1:2.36.0
+Requires:      gtk+3 >= 3.6.0
 Requires:      hicolor-icon-theme
 Requires:      libnotify >= 0.7
-Requires:      libsoup-gnome >= 2.38
+Requires:      libsoup-gnome >= 2.42.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -63,8 +62,8 @@ Summary:      Development files for gnome-online-accounts libraries
 Summary(pl.UTF-8):     Pliki programistyczne bibliotek gnome-online-accounts
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      glib2-devel >= 1:2.32.0
-Requires:      gtk+3-devel >= 3.5.1
+Requires:      glib2-devel >= 1:2.36.0
+Requires:      gtk+3-devel >= 3.6.0
 
 %description devel
 The gnome-online-accounts-devel package contains the header files for
@@ -88,7 +87,6 @@ Dokumentacja API GOA.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__gnome_doc_prepare}
@@ -147,6 +145,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libgoa-1.0.so
 %attr(755,root,root) %{_libdir}/libgoa-backend-1.0.so
+%dir %{_libdir}/goa-1.0
+%{_libdir}/goa-1.0/include
 %{_includedir}/goa-1.0
 %{_datadir}/gir-1.0/Goa-1.0.gir
 %{_pkgconfigdir}/goa-1.0.pc
This page took 0.113315 seconds and 4 git commands to generate.