From 39ca416497d86daf5fe96124909e97eafa50ca38a7cc10637f351932ae234023 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 21 Mar 2016 14:14:06 +0000 Subject: [PATCH 1/4] . OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-filesystem?expand=0&rev=51 --- texlive-filesystem.changes | 5 +++++ texlive-filesystem.spec | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/texlive-filesystem.changes b/texlive-filesystem.changes index 66c6b8a..1de7acc 100644 --- a/texlive-filesystem.changes +++ b/texlive-filesystem.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 21 13:57:38 UTC 2016 - werner@suse.de + +- Really require the devel packages with texive-devel + ------------------------------------------------------------------- Mon Feb 8 11:35:46 UTC 2016 - werner@suse.de diff --git a/texlive-filesystem.spec b/texlive-filesystem.spec index 0d0eada..b533600 100644 --- a/texlive-filesystem.spec +++ b/texlive-filesystem.spec @@ -4076,9 +4076,14 @@ Summary: Basic development packages for TeXLive License: LGPL-2.1+ and BSD-3-Clause and SUSE-TeX Group: Development/Languages/Other Url: http://www.tug.org/texlive/ +Requires: %{name}-kpathsea-devel = 6.2.1 +Requires: %{name}-ptexenc-devel = 1.3.3 +Requires: %{name}-synctex-devel = 1.17 +Requires: %{name}-texluajit-devel-5 = 5.2.4 +%if %{with LuaJIT} +Requires: %{name}-texluajit-devel = 2.0.3 +%endif Requires: texlive-cweb >= %{texlive_version} -Requires: texlive-kpathsea-devel = 6.2.1 -Requires: texlive-ptexenc-devel = 1.3.3 Requires: texlive-web >= %{texlive_version} %description -n texlive-devel From 76f83c3a2684f24f0364e2bb66c13cf09969c95c44076f5c9274b7c7c6165eec Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 8 Apr 2016 10:48:55 +0000 Subject: [PATCH 2/4] . OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-filesystem?expand=0&rev=52 --- texlive-filesystem.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/texlive-filesystem.spec b/texlive-filesystem.spec index b533600..c36de45 100644 --- a/texlive-filesystem.spec +++ b/texlive-filesystem.spec @@ -19,7 +19,7 @@ %define texlive_version 2015 %define texlive_previous 2014 %define texlive_release 20150521 -%define texlive_noarch 104 +%define texlive_noarch 105 %define texlive_source texlive-20150521-source %define __perl_requires %{nil} @@ -4076,13 +4076,14 @@ Summary: Basic development packages for TeXLive License: LGPL-2.1+ and BSD-3-Clause and SUSE-TeX Group: Development/Languages/Other Url: http://www.tug.org/texlive/ -Requires: %{name}-kpathsea-devel = 6.2.1 -Requires: %{name}-ptexenc-devel = 1.3.3 -Requires: %{name}-synctex-devel = 1.17 -Requires: %{name}-texluajit-devel-5 = 5.2.4 +Requires: texlive-kpathsea-devel = 6.2.1 +Requires: texlive-ptexenc-devel = 1.3.3 +Requires: texlive-synctex-devel = 1.17 +Requires: texlive-texluajit-devel-5 = 5.2.4 %if %{with LuaJIT} -Requires: %{name}-texluajit-devel = 2.0.3 +Requires: texlive-texluajit-devel = 2.0.3 %endif +Requires: texlive-bin-devel >= %{texlive_version} Requires: texlive-cweb >= %{texlive_version} Requires: texlive-web >= %{texlive_version} From 13ac04087bb57b1ea9701577f3061730bb3d246cdeebaaa469006f7281fb18f1 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 13 Apr 2016 14:13:02 +0000 Subject: [PATCH 3/4] . OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-filesystem?expand=0&rev=53 --- texlive-filesystem.changes | 5 +++++ texlive-filesystem.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/texlive-filesystem.changes b/texlive-filesystem.changes index 1de7acc..22358a1 100644 --- a/texlive-filesystem.changes +++ b/texlive-filesystem.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 14:11:56 UTC 2016 - werner@suse.de + +- Correct cut&paste typo with texlua-devel package name + ------------------------------------------------------------------- Mon Mar 21 13:57:38 UTC 2016 - werner@suse.de diff --git a/texlive-filesystem.spec b/texlive-filesystem.spec index c36de45..0a5026b 100644 --- a/texlive-filesystem.spec +++ b/texlive-filesystem.spec @@ -4079,7 +4079,7 @@ Url: http://www.tug.org/texlive/ Requires: texlive-kpathsea-devel = 6.2.1 Requires: texlive-ptexenc-devel = 1.3.3 Requires: texlive-synctex-devel = 1.17 -Requires: texlive-texluajit-devel-5 = 5.2.4 +Requires: texlive-texlua-devel = 5.2.4 %if %{with LuaJIT} Requires: texlive-texluajit-devel = 2.0.3 %endif From 1e455f94c36a8caf53a280c3671ccdc362aae2a2ae51bb1ee41a294ee01351cb Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 13 Apr 2016 14:14:07 +0000 Subject: [PATCH 4/4] . OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-filesystem?expand=0&rev=54 --- texlive-filesystem.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/texlive-filesystem.changes b/texlive-filesystem.changes index 22358a1..f0559ea 100644 --- a/texlive-filesystem.changes +++ b/texlive-filesystem.changes @@ -6,7 +6,7 @@ Wed Apr 13 14:11:56 UTC 2016 - werner@suse.de ------------------------------------------------------------------- Mon Mar 21 13:57:38 UTC 2016 - werner@suse.de -- Really require the devel packages with texive-devel +- Really require the devel packages with texlive-devel ------------------------------------------------------------------- Mon Feb 8 11:35:46 UTC 2016 - werner@suse.de