Hello community,

here is the log from the commit of package texlive for openSUSE:Factory checked 
in at 2017-12-16 20:47:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive (Old)
 and      /work/SRC/openSUSE:Factory/.texlive.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive"

Sat Dec 16 20:47:57 2017 rev:42 rq:557088 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive/texlive.changes  2017-11-16 
13:59:29.596932621 +0100
+++ /work/SRC/openSUSE:Factory/.texlive.new/texlive.changes     2017-12-16 
20:48:02.125002004 +0100
@@ -1,0 +2,21 @@
+Tue Dec 12 17:36:08 UTC 2017 - [email protected]
+
+- Replace Mesa-libGL-devel and libOSMesa-devel BuildRequires with
+  pkgconfig(gl) and pkgconfig(osmesa).
+- Drop Mesa-libglapi-devel Buildequires: not needed by texlive for
+  a while already.
+
+-------------------------------------------------------------------
+Thu Dec  7 11:20:45 UTC 2017 - [email protected]
+
+- Escape the usage of %{VERSION} when calling out to rpm.
+  RPM 4.14 has %{VERSION} defined as 'the main packages version'.
+
+-------------------------------------------------------------------
+Fri Nov 24 12:46:53 UTC 2017 - [email protected]
+
+- Disable by a build conditions using zypper way of posttrans scripts
+  as we already use %posttrans. Nevertheless correct naming scheme
+  (boo#1069445)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ texlive.spec ++++++
--- /var/tmp/diff_new_pack.eWtPsQ/_old  2017-12-16 20:48:06.796776478 +0100
+++ /var/tmp/diff_new_pack.eWtPsQ/_new  2017-12-16 20:48:06.800776285 +0100
@@ -27,9 +27,11 @@
   %(ls /usr/lib/rpm/brp-suse.d/* 2> /dev/null | grep -vE 'symlink|desktop') 
%{nil}
 
 %if ! %{defined perl_version}
-%global perl_version %(rpm -q --qf '%{VERSION}' perl)
+%global perl_version %(rpm -q --qf '%%{VERSION}' perl)
 %endif
-%global perl_versnum %(rpm -q --qf '%{VERSION}' perl | sed 's/\\.//g')
+%global perl_versnum %(rpm -q --qf '%%{VERSION}' perl | sed 's/\\.//g')
+
+%bcond_with     zypper_posttrans
 
 #
 # LuaJIT -- does not build nor support all architectures
@@ -146,9 +148,8 @@
 BuildRequires:  libjpeg-devel
 BuildRequires:  libopenssl-devel
 %if 0%{suse_version} > 1220
-BuildRequires:  Mesa-libGL-devel
-BuildRequires:  Mesa-libglapi-devel
-BuildRequires:  libOSMesa-devel
+BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(osmesa)
 %else
 BuildRequires:  Mesa-devel
 %endif
@@ -4000,9 +4001,10 @@
        mv -f %{buildroot}%{_bindir}/$mktex %{buildroot}%{_libexecdir}/mktex/
        ln -sf %{_libexecdir}/mktex/public %{buildroot}%{_bindir}/$mktex
     done
-
+%if %{with zypper_posttrans}
     ln -sf %{_texmfdistdir}/texconfig/zypper.py \
        %{buildroot}/var/adm/update-scripts/%{name}-%{version}-%{release}-zypper
+%endif
 
     pushd ${prefix}/lib/pkgconfig/
     for pc in kpathsea ptexenc texlua52 texluajit synctex
@@ -4081,7 +4083,9 @@
 #%config(noreplace) %verify(not md5 size mtime) 
%{_texmfconfdir}/web2c/texmfcnf.lua
 #%verify(link) %{_texmfmaindir}/web2c/texmfcnf.lua
 %{_mandir}/man8/public.*
+%if %{with zypper_posttrans}
 %verify(link) /var/adm/update-scripts/%{name}-%{version}-%{release}-zypper
+%endif
 
 %files a2ping-bin
 %defattr(-,root,root,755)


Reply via email to