Hello community,

here is the log from the commit of package dvgt for openSUSE:Factory checked in 
at 2017-11-10 14:57:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dvgt (Old)
 and      /work/SRC/openSUSE:Factory/.dvgt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dvgt"

Fri Nov 10 14:57:48 2017 rev:20 rq:540203 version:3.51L3

Changes:
--------
--- /work/SRC/openSUSE:Factory/dvgt/dvgt.changes        2012-07-24 
14:57:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dvgt.new/dvgt.changes   2017-11-10 
14:58:01.266724572 +0100
@@ -1,0 +2,11 @@
+Thu Nov  9 10:38:49 UTC 2017 - [email protected]
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Thu Nov  9 09:08:25 UTC 2017 - [email protected]
+
+- Update dvgt-3.51L3.dif: adjust the spelling for README.SUSE (in
+  place of README.SuSE).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dvgt.spec ++++++
--- /var/tmp/diff_new_pack.LueCEL/_old  2017-11-10 14:58:02.666673934 +0100
+++ /var/tmp/diff_new_pack.LueCEL/_new  2017-11-10 14:58:02.670673790 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dvgt
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,18 @@
 
 
 Name:           dvgt
-BuildRequires:  texlive-bin-devel
-BuildRequires:  texlive-devel
-BuildRequires:  texlive-latex
-%if %suse_version > 1220
-BuildRequires:  texlive-tex
-%endif
-Requires:       texlive
 Version:        3.51L3
 Release:        0
 Summary:        A DVI Previewer
 License:        SUSE-Public-Domain
 Group:          Productivity/Publishing/TeX/Utilities
 Source:         dvgt-3.51L3.tar.bz2
-Patch:          dvgt-3.51L3.dif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Patch0:         dvgt-3.51L3.dif
+BuildRequires:  texlive-bin-devel
+BuildRequires:  texlive-devel
+BuildRequires:  texlive-latex
+BuildRequires:  texlive-tex
+Requires:       texlive
 
 %description
 Dvgt is a DVI previewer for console, terminals, and graphical terminals
@@ -39,46 +36,45 @@
 of the DVI files, therefore output on text terminals is not legible.
 
 %prep
-%setup
-%patch
+%setup -q
+%patch0
 
 %build
-RPM_OPT_FLAGS="-std=gnu89 $RPM_OPT_FLAGS -fno-strict-aliasing -funsigned-char"
+RPM_OPT_FLAGS="-std=gnu89 %{optflags} -fno-strict-aliasing -funsigned-char"
 #RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-uninitialized -Wno-unused -pipe"
-RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-unused -pipe"
+RPM_OPT_FLAGS="%{optflags} -Wno-unused -pipe"
 export RPM_OPT_FLAGS
 pushd src
    make -f Makefile.linux %{?_smp_mflags}
 popd
 pushd doc
-   make
+   make %{?_smp_mflags}
 
 %install
 cd src
-mkdir -p $RPM_BUILD_ROOT/usr/bin
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
-install    -m 755 dvgt   $RPM_BUILD_ROOT/usr/bin/
-install -c -m 644 dvgt.1 $RPM_BUILD_ROOT%{_mandir}/man1/
+mkdir -p %{buildroot}%{_bindir}
+mkdir -p %{buildroot}%{_mandir}/man1
+install    -m 755 dvgt   %{buildroot}%{_bindir}/
+install -c -m 644 dvgt.1 %{buildroot}%{_mandir}/man1/
 cd ../doc
-mkdir -p $RPM_BUILD_ROOT%{_docdir}/dvgt
-install -c -m 644 sysguide.dvi  $RPM_BUILD_ROOT%{_docdir}/dvgt/
-install -c -m 644 userguide.dvi $RPM_BUILD_ROOT%{_docdir}/dvgt/
+mkdir -p %{buildroot}%{_docdir}/dvgt
+install -c -m 644 sysguide.dvi  %{buildroot}%{_docdir}/dvgt/
+install -c -m 644 userguide.dvi %{buildroot}%{_docdir}/dvgt/
 cd ../
-install -c -m 644 README        $RPM_BUILD_ROOT%{_docdir}/dvgt/
-install -c -m 644 README.Linux  $RPM_BUILD_ROOT%{_docdir}/dvgt/
-install -c -m 644 README-3.51l2 $RPM_BUILD_ROOT%{_docdir}/dvgt/
-install -c -m 644 README.SuSE   $RPM_BUILD_ROOT%{_docdir}/dvgt/
+install -c -m 644 README        %{buildroot}%{_docdir}/dvgt/
+install -c -m 644 README.Linux  %{buildroot}%{_docdir}/dvgt/
+install -c -m 644 README-3.51l2 %{buildroot}%{_docdir}/dvgt/
+install -c -m 644 README.SUSE   %{buildroot}%{_docdir}/dvgt/
 
 %files
-%defattr(-,root,root)
-/usr/bin/dvgt
-%{_mandir}/man1/dvgt.1.gz
+%{_bindir}/dvgt
+%{_mandir}/man1/dvgt.1%{ext_man}
 %dir %{_docdir}/dvgt
 %{_docdir}/dvgt/sysguide.dvi
 %{_docdir}/dvgt/userguide.dvi
 %{_docdir}/dvgt/README
 %{_docdir}/dvgt/README.Linux
 %{_docdir}/dvgt/README-3.51l2
-%{_docdir}/dvgt/README.SuSE
+%{_docdir}/dvgt/README.SUSE
 
 %changelog

++++++ dvgt-3.51L3.dif ++++++
--- /var/tmp/diff_new_pack.LueCEL/_old  2017-11-10 14:58:02.694672922 +0100
+++ /var/tmp/diff_new_pack.LueCEL/_new  2017-11-10 14:58:02.698672777 +0100
@@ -1,5 +1,5 @@
---- README.SuSE
-+++ README.SuSE        2005-10-21 15:05:34.000000000 +0200
+--- README.SUSE
++++ README.SUSE        2005-10-21 15:05:34.000000000 +0200
 @@ -0,0 +1,23 @@
 +
 +           Dvgt for TeXLive with kpathsea
@@ -10,7 +10,7 @@
 +other options are changed to work with the
 +kpathsea library comming with TeXLive.
 +
-+             Your SuSE-Team
++             Your SUSE-Team
 +
 +-------------------------------------------------------------
 +
@@ -23,7 +23,7 @@
 +Kpathsea-Bibliotheken, die in TeXLive enthalten sind,
 +angepasst.
 +
-+             Ihr SuSE-Team
++             Ihr SUSE-Team
 --- doc/tripvdu.tex
 +++ doc/tripvdu.tex    2005-10-21 15:05:34.000000000 +0200
 @@ -198,7 +198,7 @@ This is \TeX\ page [-11].


Reply via email to