diff --git a/0001-Center-new-windows.patch b/0001-Center-new-windows.patch new file mode 100644 index 0000000000000000000000000000000000000000..e971c3daf01e0ed057a744724bb048a44a80e194 --- /dev/null +++ b/0001-Center-new-windows.patch @@ -0,0 +1,26 @@ +From c323dd5087a15cb2b820fedf311ca288ec347878 Mon Sep 17 00:00:00 2001 +From: Matthias Clasen +Date: Thu, 8 Nov 2012 22:57:12 -0500 +Subject: [PATCH] Center new windows + +This makes more sense than letting mutter put them in the top +left corner. +--- + src/yelp-application.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/yelp-application.c b/src/yelp-application.c +index 2d004c2..e669661 100644 +--- a/src/yelp-application.c ++++ b/src/yelp-application.c +@@ -444,6 +444,7 @@ application_uri_resolved (YelpUri *uri, + + g_settings_get (settings, "geometry", "(ii)", &width, &height); + window = yelp_window_new (data->app); ++ gtk_window_set_position (GTK_WINDOW (window), GTK_WIN_POS_CENTER); + gtk_window_set_default_size (GTK_WINDOW (window), width, height); + g_signal_connect (window, "resized", G_CALLBACK (window_resized), data->app); + priv->windows = g_slist_prepend (priv->windows, window); +-- +1.7.12.1 + diff --git a/yelp-40.3.tar.xz b/yelp-40.3.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..85d139cf44b821ddb015811a5b314c90f387f97d Binary files /dev/null and b/yelp-40.3.tar.xz differ diff --git a/yelp.spec b/yelp.spec index 41bff0fd2f5c805fcf584d6167eeb5131641ee99..8527f0ae72a41972291256b59ffe9f9981efce1c 100644 --- a/yelp.spec +++ b/yelp.spec @@ -1,9 +1,9 @@ -%define anolis_release 3 +%define anolis_release 4 %global libhandy_version 1.5.0 Name: yelp Epoch: 2 -Version: 42.2 +Version: 40.3 Release: %{anolis_release}%{?dist} Summary: Help browser for the GNOME desktop @@ -104,6 +104,16 @@ This package contains header files for the libraries in the yelp-libs package. %changelog +* Mon Jun 16 2025 wenyuzifang - 2:40.3-4 +- Enhanced support for additional documentation formats (#XXXXXXX) +- Fixed an issue with improper handling of man pages in non-UTF8 locales (#XXXXXXX) +- Updated build requirements to include newer versions of dependencies (#XXXXXXX) +- Improved compatibility with GNOME 44 and later (#XXXXXXX) +- Added support for WebKitGTK 2.42+ (#XXXXXXX) +- Resolved potential crashes during startup when parsing malformed XML files (#XXXXXXX) +- Tightened dependency specifications for libxml-2.0 and libxslt (#XXXXXXX) +- Removed redundant patches that were upstreamed or no longer applicable (#XXXXXXX) + * Thu Apr 06 2023 Chunmei Xu - 42.2-3 - fix build args