2017-09-04 21:09:28 +00:00
committed by Git OBS Bridge
parent 2cb8b93003
commit 1c61aa4669
4 changed files with 42 additions and 29 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8dc1a2e83094ff5b24be2b9992860d64e52d14749ae0b73b3f42f8cd92f22bf7
size 1039436

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e228eea720ab0dd9d20c714904c814d103d787a6fd1af0be08ea493771500ce
size 970944

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Sep 4 17:51:35 UTC 2017 - zaitor@opensuse.org
- Update to version 3.25.92:
+ Added support for Flatpak.
+ Contacts can now be built with Meson.
+ Contacts now provides its own proper app icon.
+ Some labels in the contact sheet are now selectable.
+ Bug fixes:
- Can't save notes in a contact.
- Bumped minimal version of telepathy-glib, GTK+ and GLib.
+ Updated translations.
- Add meson BuildRequires and switch autotools macros configure,
make and makeinstall to meson, meson_build and meson_install
following upstream switch to Meson build system.
- Run spec-cleaner, modernize spec.
- Stop exporting CFLAGS="%{optflags} -w", not needed anymore,
either fixed due to meson build, or in vala itself.
- Drop gnome-shell BuildRequires: It was only there for directory
ownership, and that is no longer needed.
-------------------------------------------------------------------
Fri Jul 21 18:24:49 UTC 2017 - zaitor@opensuse.org

View File

@@ -17,20 +17,17 @@
Name: gnome-contacts
Version: 3.25.4
Version: 3.25.92
Release: 0
Summary: Contacts Manager for GNOME
License: GPL-2.0+
Group: Productivity/Office/Other
Url: http://www.gnome.org
Source: https://download.gnome.org/sources/gnome-contacts/3.25/%{name}-%{version}.tar.xz
# For directory ownership
BuildRequires: gnome-shell
%if !0%{?is_opensuse}
BuildRequires: translation-update-upstream
%endif
Source: http://download.gnome.org/sources/gnome-contacts/3.25/%{name}-%{version}.tar.xz
BuildRequires: docbook-xsl-stylesheets
BuildRequires: docbook_4
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: vala
BuildRequires: xsltproc
@@ -43,18 +40,20 @@ BuildRequires: pkgconfig(folks-eds)
BuildRequires: pkgconfig(folks-telepathy)
BuildRequires: pkgconfig(gee-0.8)
BuildRequires: pkgconfig(geocode-glib-1.0) >= 3.15.3
BuildRequires: pkgconfig(glib-2.0) >= 2.37.6
BuildRequires: pkgconfig(glib-2.0) >= 2.44.0
BuildRequires: pkgconfig(gnome-desktop-3.0)
BuildRequires: pkgconfig(goa-1.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.16.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0
BuildRequires: pkgconfig(libebook-1.2) >= 3.13.90
BuildRequires: pkgconfig(libedataserver-1.2) >= 3.13.90
BuildRequires: pkgconfig(libedataserverui-1.2) >= 3.13.90
BuildRequires: pkgconfig(telepathy-glib) >= 0.17.5
BuildRequires: pkgconfig(telepathy-glib) >= 0.22.0
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%glib2_gsettings_schema_requires
%if !0%{?is_opensuse}
BuildRequires: translation-update-upstream
%endif
%description
The Contacts Manager for GNOME
@@ -73,6 +72,7 @@ This package contains a search provider to enable GNOME Shell to get
search results from contacts.
%lang_package
%prep
%setup -q
%if !0%{?is_opensuse}
@@ -80,36 +80,28 @@ translation-update-upstream
%endif
%build
#A Harsh workaround for bgo#682526 - The casts are 'accepted'
export CFLAGS="%{optflags} -w"
%configure \
--enable-man-pages=yes \
%{nil}
make %{?_smp_mflags}
%{meson}
%{meson_build}
%install
%make_install
%{meson_install}
%suse_update_desktop_file org.gnome.Contacts
%find_lang %{name} %{?no_lang_C}
%files
%defattr(-,root,root)
%license COPYING
%doc %{_mandir}/man1/gnome-contacts.1%{ext_man}
%{_mandir}/man1/gnome-contacts.1%{ext_man}
%{_bindir}/gnome-contacts
%dir %{_datadir}/appdata
%{_datadir}/appdata/org.gnome.Contacts.appdata.xml
%dir %{_datadir}/metainfo
%{_datadir}/metainfo/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
%{_datadir}/icons/hicolor/*/*/gnome-contacts*
%files -n gnome-shell-search-provider-contacts
%defattr(-,root,root)
%{_bindir}/gnome-contacts-search-provider
%{_datadir}/dbus-1/services/org.gnome.Contacts.SearchProvider.service
%{_datadir}/gnome-shell/search-providers/org.gnome.Contacts.search-provider.ini
%{_libexecdir}/gnome-contacts-search-provider
%files lang -f %{name}.lang