Accepting request 182754 from home:dimstar:branches:GNOME:Factory
Update to 3.9.4 OBS-URL: https://build.opensuse.org/request/show/182754 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/bijiben?expand=0&rev=12
This commit is contained in:
parent
e7f0a81877
commit
209626b9cb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc08a3394ffc72cf8b2c0b173dfc0bbc43b3c5c5b0ff921666609d23b3d21042
|
||||
size 500796
|
3
bijiben-3.9.4.tar.xz
Normal file
3
bijiben-3.9.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:341df88b14605eade52ce0b07431dd93e0fa85233b76e7ffa77556cf0474c736
|
||||
size 474248
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 10 16:03:18 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.4:
|
||||
+ Rename Notes (bgo#702298).
|
||||
+ Bugs fixed: bgo#703404, bgo#703017, bgo#702877, bgo#703474,
|
||||
bgo#702504, bgo#703497, bgo#703459, bgo#703401, bgo#703401,
|
||||
bgo#702865, bgo#703501.
|
||||
+ Updated translations.
|
||||
- Replace pkgconfig(zeitgeist-1.0) BuildRequires with
|
||||
pkgconfig(zeitgeist-2.0), following upstreams changes.
|
||||
- Fix post scriptlet to run icon_theme_cache_post instead of
|
||||
icon_theme_cache_postun.
|
||||
- Add %icon_theme_cache_post(un) for HighContrast icon theme to
|
||||
post/postun.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 17:44:26 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
11
bijiben.spec
11
bijiben.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: bijiben
|
||||
Version: 3.9.3
|
||||
Version: 3.9.4
|
||||
Release: 0
|
||||
Summary: Note editor for GNOME
|
||||
License: GPL-3.0+ and CC-BY-SA-3.0
|
||||
@ -32,12 +32,12 @@ BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
||||
BuildRequires: pkgconfig(goa-1.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.7.7
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.3
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(tracker-sparql-0.16)
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
BuildRequires: pkgconfig(webkitgtk-3.0)
|
||||
BuildRequires: pkgconfig(zeitgeist-1.0)
|
||||
BuildRequires: pkgconfig(zeitgeist-2.0)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -74,12 +74,14 @@ find %{buildroot} -type f -name '*.la' -delete -print
|
||||
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
%icon_theme_cache_postun
|
||||
%icon_theme_cache_post
|
||||
%icon_theme_cache_post HighContrast
|
||||
%desktop_database_post
|
||||
|
||||
%postun
|
||||
%glib2_gsettings_schema_postun
|
||||
%icon_theme_cache_postun
|
||||
%icon_theme_cache_postun HighContrast
|
||||
%desktop_database_postun
|
||||
|
||||
%files
|
||||
@ -91,6 +93,7 @@ find %{buildroot} -type f -name '*.la' -delete -print
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||
%{_datadir}/icons/HighContrast/
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user