diff --git a/devhelp-41.2.tar.xz b/devhelp-41.2.tar.xz deleted file mode 100644 index 064c8fc..0000000 Binary files a/devhelp-41.2.tar.xz and /dev/null differ diff --git a/devhelp-41.3.tar.xz b/devhelp-41.3.tar.xz new file mode 100644 index 0000000..fb6ee1e Binary files /dev/null and b/devhelp-41.3.tar.xz differ diff --git a/devhelp.spec b/devhelp.spec index dd77d8b..44ccd54 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -1,12 +1,11 @@ Name: devhelp Epoch: 1 -Version: 41.2 -Release: 2 +Version: 41.3 +Release: 1 Summary: GTK API documentation browser License: GPLv3+ URL: https://wiki.gnome.org/Apps/Devhelp Source0: https://download.gnome.org/sources/%{name}/41/%{name}-%{version}.tar.xz -Patch0: fix-meson-0.61.5-compile-error.patch BuildRequires: chrpath desktop-file-utils gettext gobject-introspection-devel gtk-doc itstool meson BuildRequires: pkgconfig(amtk-5) pkgconfig(gsettings-desktop-schemas) pkgconfig(gtk+-3.0) pkgconfig(webkit2gtk-4.0) @@ -81,6 +80,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Devhelp* %{_mandir}/man1/devhelp.1* %changelog +* Fri Nov 11 2022 lin zhang - 1:41.3-1 +- Update to 41.3 + * Wed Jun 22 2022 wenlong ding - 1:41.2-2 - Add fix-meson-0.61.5-compile-error.patch fix compile error diff --git a/fix-meson-0.61.5-compile-error.patch b/fix-meson-0.61.5-compile-error.patch deleted file mode 100644 index 0dfe170..0000000 --- a/fix-meson-0.61.5-compile-error.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -up devhelp-41.2/data/meson.build.bak devhelp-41.2/data/meson.build ---- devhelp-41.2/data/meson.build.bak 2022-06-22 09:28:43.615000000 +0000 -+++ devhelp-41.2/data/meson.build 2022-06-22 09:29:10.215000000 +0000 -@@ -19,7 +19,6 @@ appdata_conf = configuration_data() - appdata_conf.set('application_id', APPLICATION_ID) - appdata = APPLICATION_ID + '.appdata.xml' - appdata_file = I18N.merge_file( -- appdata, - input: configure_file( - input: 'org.gnome.Devhelp.appdata.xml.in.in', - output: APPLICATION_ID + '.appdata.xml.in', -@@ -45,7 +44,6 @@ desktop_conf = configuration_data() - desktop_conf.set('application_id', APPLICATION_ID) - desktop = APPLICATION_ID + '.desktop' - desktop_file = I18N.merge_file( -- desktop, - type: 'desktop', - input: configure_file( - input: 'org.gnome.Devhelp.desktop.in.in', -diff -up devhelp-41.2/plugins/gedit-plugin/meson.build.bak devhelp-41.2/plugins/gedit-plugin/meson.build ---- devhelp-41.2/plugins/gedit-plugin/meson.build.bak 2022-06-22 09:29:22.208000000 +0000 -+++ devhelp-41.2/plugins/gedit-plugin/meson.build 2022-06-22 09:29:32.582000000 +0000 -@@ -7,7 +7,6 @@ install_data( - - plugin_info_file = 'devhelp.plugin' - I18N.merge_file( -- plugin_info_file, - type: 'desktop', - input: plugin_info_file + '.desktop.in', - output: plugin_info_file,