Accepting request 519362 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/519362 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/devhelp?expand=0&rev=124
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4858de1c815532ad160d1bf9facd28859972e3a052908a8edf73f866c8cce430
|
||||
size 615460
|
||||
3
devhelp-3.25.91.tar.xz
Normal file
3
devhelp-3.25.91.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75166c457295340f53a4fe656307df6295d24c03a113db3d07846f024a08fc9b
|
||||
size 614632
|
||||
@@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 22 20:56:16 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.91:
|
||||
+ Bump Libtool version.
|
||||
+ Bugs fixed: bgo#786008.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 7 08:57:56 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.2:
|
||||
+ Move New Tab action as a button in the headerbar (it's no
|
||||
longer in the hamburger menu).
|
||||
+ Refactorings in DhLink.
|
||||
+ Rename dh_free_resources() to dh_finalize().
|
||||
+ Bugs fixed: bgo#721082, bgo#779386, bgo#783964.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 23 11:04:03 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.1:
|
||||
+ Book tree in the side panel: add context menu with Collapse All
|
||||
action.
|
||||
+ Update GUI when system fonts change.
|
||||
+ Lots of code clean-up and refactorings.
|
||||
+ Clean up the GSettings schema.
|
||||
+ Use GIO to load the index files.
|
||||
+ Several bug fixes in the parser.
|
||||
+ Build system:
|
||||
- Disable -Werror by default.
|
||||
- Use git.mk.
|
||||
- Check for gsettings-desktop-schemas with pkg-config.
|
||||
+ API:
|
||||
- There has been some API breaks documented in the reference
|
||||
manual, but both Anjuta and gnome-builder should still
|
||||
compile and work fine.
|
||||
- Several fixes in the GTK-Doc comments and GObject
|
||||
Introspection annotations.
|
||||
- Improve documentation, write class descriptions for public
|
||||
classes.
|
||||
- DhBookManager is now a singleton.
|
||||
- Deprecate dh_link_get_page_name().
|
||||
- dh_init() now initializes the i18n.
|
||||
- New function: dh_free_resources().
|
||||
+ Bugs fixed: bgo#761292, bgo#775175, bgo#776596, bgo#782511.
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires: New
|
||||
dependency.
|
||||
- Conditionally apply translations-update-upstream BuildRequires
|
||||
and macro for non-openSUSE only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 19 15:11:37 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
||||
11
devhelp.spec
11
devhelp.spec
@@ -19,23 +19,26 @@
|
||||
%define vimplugin_dir %{_datadir}/vim/site
|
||||
|
||||
Name: devhelp
|
||||
Version: 3.24.0
|
||||
Version: 3.25.91
|
||||
Release: 0
|
||||
Summary: Developer's Help Program for GNOME
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Other
|
||||
Url: https://live.gnome.org/devhelp
|
||||
Source: http://download.gnome.org/sources/devhelp/3.24/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/devhelp/3.25/%{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
# For directory ownership of the plugins:
|
||||
BuildRequires: gedit
|
||||
BuildRequires: gobject-introspection-devel >= 1.30.0
|
||||
BuildRequires: intltool
|
||||
%if !0%{?is_opensuse}
|
||||
BuildRequires: translation-update-upstream
|
||||
%endif
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vim
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.38
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22
|
||||
BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.6
|
||||
Recommends: %{name}-lang
|
||||
Suggests: gedit-plugin-devhelp
|
||||
@@ -82,7 +85,9 @@ Devhelp is an API documentation browser for GTK+ and GNOME.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%if !0%{?is_opensuse}
|
||||
translation-update-upstream
|
||||
%endif
|
||||
|
||||
%build
|
||||
%configure \
|
||||
|
||||
Reference in New Issue
Block a user