commit 9fb787979cb904743a0b6ffae02a82ba7837647a
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Sat Aug 24 21:59:20 2019 +0200
Update to 0.99.11
.gitignore | 1 +
sources | 2 +-
xine-ui-0.99.11-utf8doc.patch | 12 ++++++++++++
xine-ui-0.99.5-utf8doc.patch | 12 ------------
xine-ui.spec | 12 ++++++------
5 files changed, 20 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91df64d..bf9325b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ pitt.tar.gz
xine-ui-0.99.9.tar.xz
xinium.tar.gz
/xine-ui-0.99.10.tar.xz
+/xine-ui-0.99.11hg.tar.xz
diff --git a/sources b/sources
index 031fd73..61c9061 100644
--- a/sources
+++ b/sources
@@ -27,5 +27,5 @@ f16d6a1a39b32473a901d9132c405196 lcd.tar.gz
841924c042ca70700a9d201bc7686e59 mp2k.tar.gz
3023e8dd6c12902c32b3d99e51fd0c1e mplayer.tar.gz
7dd4e9e50e0145142982b0537c36f50a pitt.tar.gz
-b3b4839c73edfa0da7c7331455cfee29 xine-ui-0.99.10.tar.xz
+75ee819fee37d85a892d622f538eded7 xine-ui-0.99.11hg.tar.xz
9ebf98f4434a9fc119f0282806ba9c32 xinium.tar.gz
diff --git a/xine-ui-0.99.11-utf8doc.patch b/xine-ui-0.99.11-utf8doc.patch
new file mode 100644
index 0000000..3cb054f
--- /dev/null
+++ b/xine-ui-0.99.11-utf8doc.patch
@@ -0,0 +1,12 @@
+diff -aur xine-ui-0.99.11.orig/src/xitk/help.c xine-ui-0.99.11/src/xitk/help.c
+--- xine-ui-0.99.11.orig/src/xitk/help.c 2019-05-28 12:20:58.000000000 +0200
++++ xine-ui-0.99.11/src/xitk/help.c 2019-05-28 17:20:38.560009930 +0200
+@@ -180,7 +180,7 @@
+ help_add_section(locale_readme, lang->doc_encoding, order_num, section_name);
+ }
+ else {
+- help_add_section(default_readme, "ISO-8859-1", order_num, section_name);
++ help_add_section(default_readme, "UTF-8", order_num, section_name);
+ }
+ }
+ }
diff --git a/xine-ui.spec b/xine-ui.spec
index 67c7741..9f2639d 100644
--- a/xine-ui.spec
+++ b/xine-ui.spec
@@ -1,12 +1,12 @@
# TODO, sometime: nvtvsimple
-%global snapshot 0
-%global date 20190801
-%global commit 4176f3
+%global snapshot 1
+%global date 20190824
+%global commit 894d90
Name: xine-ui
-Version: 0.99.10
-Release: 7%{?snapshot:.%{date}hg%{commit}}%{?dist}
+Version: 0.99.11
+Release: 1%{?snapshot:.%{date}hg%{commit}}%{?dist}
Summary: A skinned xlib-based gui for xine-lib
License: GPLv2+
URL:
http://www.xine-project.org/
@@ -53,7 +53,7 @@ Source31: default.ogv
Source100: make_xineui_snapshot.sh
# Patch to use UTF-8 documentation, BZ #512598
-Patch1: xine-ui-0.99.5-utf8doc.patch
+Patch1: xine-ui-0.99.11-utf8doc.patch
BuildRequires: aalib-devel >= 1.2.0