Accepting request 158341 from GNOME:Next
Push GNOME:Next OBS-URL: https://build.opensuse.org/request/show/158341 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-contacts?expand=0&rev=40
This commit is contained in:
parent
8c30512619
commit
b73d095d02
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7d1b6a8e395b15bf150062f332348549cf9deb38dfa3aad9994f70e71d8449fa
|
|
||||||
size 610024
|
|
3
gnome-contacts-3.7.91.tar.xz
Normal file
3
gnome-contacts-3.7.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6500f19d3cf8cad04e17c679b35d0ecab0184717c66029e7480a365ec46c753b
|
||||||
|
size 635456
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 6 10:48:13 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.7.91:
|
||||||
|
+ Animate toolbar transition in selection mode.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 22 10:13:21 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.7.90:
|
||||||
|
+ Added selection to contacts list.
|
||||||
|
+ Showing a contacts subset (main contacts vs all).
|
||||||
|
- Replace pkgconfig(gee-1.0) with pkgconfig(gee-0.8), following
|
||||||
|
upstreams port to libgee 0.8.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 8 20:15:42 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.7.3:
|
||||||
|
+ Use libgd.
|
||||||
|
+ New contact pane design.
|
||||||
|
+ Fix build with new telepathy-glib.
|
||||||
|
- Add pkgconfig(gobject-introspection-1.0) BuildRequires: new
|
||||||
|
dependency.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 12 13:51:25 UTC 2012 - dimstar@opensuse.org
|
Mon Nov 12 13:51:25 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-contacts
|
# spec file for package gnome-contacts
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-contacts
|
Name: gnome-contacts
|
||||||
Version: 3.6.2
|
Version: 3.7.91
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Contacts Manager for GNOME
|
Summary: Contacts Manager for GNOME
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Office/Other
|
Group: Productivity/Office/Other
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
Source: http://download.gnome.org/sources/gnome-contacts/3.6/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-contacts/3.7/%{name}-%{version}.tar.xz
|
||||||
# For directory ownership
|
# For directory ownership
|
||||||
BuildRequires: gnome-shell
|
BuildRequires: gnome-shell
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
@ -34,10 +34,11 @@ BuildRequires: pkgconfig(cheese-gtk) >= 3.3.91
|
|||||||
BuildRequires: pkgconfig(folks) >= 0.7.3
|
BuildRequires: pkgconfig(folks) >= 0.7.3
|
||||||
BuildRequires: pkgconfig(folks-eds)
|
BuildRequires: pkgconfig(folks-eds)
|
||||||
BuildRequires: pkgconfig(folks-telepathy)
|
BuildRequires: pkgconfig(folks-telepathy)
|
||||||
BuildRequires: pkgconfig(gee-1.0)
|
BuildRequires: pkgconfig(gee-0.8)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.31.10
|
BuildRequires: pkgconfig(glib-2.0) >= 2.31.10
|
||||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||||
BuildRequires: pkgconfig(goa-1.0)
|
BuildRequires: pkgconfig(goa-1.0)
|
||||||
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0
|
||||||
BuildRequires: pkgconfig(libebook-1.2) >= 3.5.3
|
BuildRequires: pkgconfig(libebook-1.2) >= 3.5.3
|
||||||
BuildRequires: pkgconfig(libedataserver-1.2) >= 3.5.3
|
BuildRequires: pkgconfig(libedataserver-1.2) >= 3.5.3
|
||||||
@ -68,6 +69,8 @@ search results from contacts.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
#A Harsh workaround for bgo#682526 - The casts are 'accepted'
|
||||||
|
export CFLAGS="%{optflags} -w"
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -93,6 +96,7 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/gnome-contacts
|
%{_bindir}/gnome-contacts
|
||||||
%{_datadir}/applications/gnome-contacts.desktop
|
%{_datadir}/applications/gnome-contacts.desktop
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.gschema.xml
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.enums.xml
|
||||||
|
|
||||||
%files -n gnome-shell-search-provider-contacts
|
%files -n gnome-shell-search-provider-contacts
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user