Accepting request 185043 from home:dimstar:branches:GNOME:Factory
Update to 3.9.5 OBS-URL: https://build.opensuse.org/request/show/185043 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/bijiben?expand=0&rev=14
This commit is contained in:
parent
209626b9cb
commit
a31eede90a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:341df88b14605eade52ce0b07431dd93e0fa85233b76e7ffa77556cf0474c736
|
||||
size 474248
|
3
bijiben-3.9.5.tar.xz
Normal file
3
bijiben-3.9.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f39c20210ea0f793cd20cebf404ee6c5c036f554f00c8f9d4f76db8f4337db5
|
||||
size 479316
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 07:04:57 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.5:
|
||||
+ Bugs fixed: bgo#703703, bgo#704521, bgo#703706.
|
||||
+ Updated translations.
|
||||
- Pass --disable-update-mimedb to configure: we update the mime
|
||||
database on target system using post scriptlets.
|
||||
- Add %mime_database_* scripts to post/postun.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 10 16:03:18 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: bijiben
|
||||
Version: 3.9.4
|
||||
Version: 3.9.5
|
||||
Release: 0
|
||||
Summary: Note editor for GNOME
|
||||
License: GPL-3.0+ and CC-BY-SA-3.0
|
||||
@ -63,7 +63,8 @@ search results from documents.
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-static
|
||||
--disable-static \
|
||||
--disable-update-mimedb
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -77,12 +78,14 @@ find %{buildroot} -type f -name '*.la' -delete -print
|
||||
%icon_theme_cache_post
|
||||
%icon_theme_cache_post HighContrast
|
||||
%desktop_database_post
|
||||
%mime_database_post
|
||||
|
||||
%postun
|
||||
%glib2_gsettings_schema_postun
|
||||
%icon_theme_cache_postun
|
||||
%icon_theme_cache_postun HighContrast
|
||||
%desktop_database_postun
|
||||
%mime_database_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -94,6 +97,7 @@ find %{buildroot} -type f -name '*.la' -delete -print
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||
%{_datadir}/icons/HighContrast/
|
||||
%{_datadir}/mime/packages/bijiben.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user