From 10bc8552a3d46a150c58fece5336ff167544340f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Luyten Date: Aug 01 2013 23:25:04 +0000 Subject: Update to 3.9.5 --- diff --git a/.gitignore b/.gitignore index 63522cf..030c965 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /bijiben-3.9.1.tar.xz /bijiben-3.9.2.tar.xz /bijiben-3.9.3.tar.xz +/bijiben-3.9.4.tar.xz +/bijiben-3.9.5.tar.xz diff --git a/bijiben.spec b/bijiben.spec index 2903ec2..0f63e96 100644 --- a/bijiben.spec +++ b/bijiben.spec @@ -1,5 +1,5 @@ Name: bijiben -Version: 3.9.3 +Version: 3.9.5 Release: 1%{?dist} Summary: Simple Note Viewer @@ -19,11 +19,11 @@ BuildRequires: gnome-online-accounts-devel >= 3.9.2 BuildRequires: gtk3-devel >= 3.9.2 BuildRequires: libuuid-devel BuildRequires: libxml2-devel -BuildRequires: libzeitgeist-devel >= 0.3.18 BuildRequires: tracker-devel => 0.15.2 BuildRequires: vala BuildRequires: webkitgtk3-devel >= 1.11.91 BuildRequires: yelp-tools +BuildRequires: zeitgeist-devel >= 0.9.14 # libgd is not meant to be installed as a system-wide shared library. @@ -40,9 +40,10 @@ notes, quickly find it back. %prep %setup -q + %build %configure \ - --disable-static + --disable-static --disable-update-mimedb make %{?_smp_mflags} @@ -59,6 +60,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop /usr/bin/update-desktop-database &> /dev/null || : /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : +%{_bindir}/update-mime-database %{_datadir}/mime &> /dev/null + %postun /usr/bin/update-desktop-database &> /dev/null || : if [ $1 -eq 0 ] ; then @@ -83,12 +86,26 @@ fi %{_datadir}/gnome-shell/search-providers/bijiben-search-provider.ini %{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/icons/hicolor/*/apps/%{name}.svg +%{_datadir}/icons/HighContrast/scalable/apps/%{name}.svg +%{_datadir}/mime/packages/%{name}.xml %{_datadir}/%{name} %{_libexecdir}/%{name}-shell-search-provider %{_datadir}/dbus-1/services/org.gnome.Bijiben.SearchProvider.service %changelog +* Fri Aug 02 2013 Pierre-Yves Luyten - 3.9.5-1 +- Upgrade to 3.9.5 + Improve Zeitgeist integration + Fix a crash when immediately closing a note + +* Sun Jul 14 2013 Pierre-Yves Luyten - 3.9.4-1 +- Upgrade to 3.9.4 + Rename Notes + Ship a High Contrast Icon + Use zeitgeist-2.0 + Use title as a window decoration + * Wed Jun 19 2013 Pierre-Yves Luyten - 3.9.3-1 - Upgrade to 3.9.3 diff --git a/sources b/sources index 3dccce7..d35ebe7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2d269441bdb42f0812e6b9f7a439854d bijiben-3.9.3.tar.xz +ddc8923049bb57d96180f682517779c7 bijiben-3.9.5.tar.xz