Accepting request 252114 from GNOME:Factory
Push GNOME 3.14.0 (forwarded request 251884 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/252114 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-contacts?expand=0&rev=33
This commit is contained in:
commit
2ea5422ca7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb3f25d409032b24fb67241e67d4da10cf6f77a48c088709455cea5f6f33e87d
|
||||
size 740008
|
3
gnome-contacts-3.14.0.tar.xz
Normal file
3
gnome-contacts-3.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f5a1de5c31130e6c9aee9c9634cc1be0bca539557f45c6cd0318e2c9a969e82
|
||||
size 747744
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 15:09:54 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.14.0:
|
||||
+ Adapt to gnome-shell's new search provider API.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 16 20:05:41 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.13.92:
|
||||
+ Fixed change address book bug.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 2 17:33:20 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.13.91:
|
||||
+ AvatarDialog: Fix syntax error, Gtk.Stack has no
|
||||
set_current_page().
|
||||
+ ContactEditor:
|
||||
- Ignore empty values for e-mail addresses, etc.
|
||||
- ContactEditor: Move string constants from Contact.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 13:58:56 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.13.90:
|
||||
+ Added inline contact creation.
|
||||
+ Updated Avatar dialog UI.
|
||||
+ Improved Adwaita dark variant support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 12 21:42:00 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.13.3:
|
||||
+ Reworked setup view.
|
||||
+ Reworked modes toggling (edit-mode, selection-mode).
|
||||
+ Fixed birthday field bug.
|
||||
+ Fixed link field bug.
|
||||
+ Updated dialogs UI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 12:34:06 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-contacts
|
||||
Version: 3.12.0
|
||||
Version: 3.14.0
|
||||
Release: 0
|
||||
Summary: Contacts Manager for GNOME
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Office/Other
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/gnome-contacts/3.12/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-contacts/3.14/%{name}-%{version}.tar.xz
|
||||
# For directory ownership
|
||||
BuildRequires: gnome-shell
|
||||
BuildRequires: intltool
|
||||
@ -40,7 +40,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.37.6
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||
BuildRequires: pkgconfig(goa-1.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.11
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
|
||||
BuildRequires: pkgconfig(libebook-1.2) >= 3.5.3
|
||||
BuildRequires: pkgconfig(libedataserver-1.2) >= 3.5.3
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
@ -78,7 +78,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%suse_update_desktop_file %{name}
|
||||
%suse_update_desktop_file org.gnome.Contacts
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
%clean
|
||||
@ -97,15 +97,16 @@ rm -rf %{buildroot}
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||
%{_bindir}/gnome-contacts
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/gnome-contacts.appdata.xml
|
||||
%{_datadir}/applications/gnome-contacts.desktop
|
||||
%{_datadir}/appdata/org.gnome.Contacts.appdata.xml
|
||||
%{_datadir}/applications/org.gnome.Contacts.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Contacts.service
|
||||
%{_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
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/dbus-1/services/org.gnome.Contacts.SearchProvider.service
|
||||
%{_datadir}/gnome-shell/search-providers/gnome-contacts-search-provider.ini
|
||||
%{_datadir}/gnome-shell/search-providers/org.gnome.Contacts.search-provider.ini
|
||||
%{_libexecdir}/gnome-contacts-search-provider
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user