Hello community,

here is the log from the commit of package yodl for openSUSE:Factory checked in 
at 2015-10-01 12:21:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yodl (Old)
 and      /work/SRC/openSUSE:Factory/.yodl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yodl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yodl/yodl.changes        2015-04-02 
16:02:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yodl.new/yodl.changes   2015-10-01 
12:22:00.000000000 +0200
@@ -1,0 +2,12 @@
+Sun Sep 20 20:11:43 UTC 2015 - mplus...@suse.com
+
+- Update to 3.05.01
+  * The chartables defined in latex.tables.yo now surround <, > 
+    and * characters by $s (e.g., $<$), preventing LaTeX from 
+    processing them in a special way (e.g., forming ligatures like 
+    one character for >>).
+  * Added the file `required' listing the non-standard software 
+    that is required to build yodl and its user guide
+- Update project and download url
+
+-------------------------------------------------------------------

Old:
----
  yodl_3.05.00.orig.tar.gz

New:
----
  3.05.01.tar.gz

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

Other differences:
------------------
++++++ yodl.spec ++++++
--- /var/tmp/diff_new_pack.t21H4X/_old  2015-10-01 12:22:01.000000000 +0200
+++ /var/tmp/diff_new_pack.t21H4X/_new  2015-10-01 12:22:01.000000000 +0200
@@ -17,15 +17,16 @@
 
 
 Name:           yodl
-Version:        3.05.00
+Version:        3.05.01
 Release:        0
 Summary:        Yet One-other Document Language
 License:        GPL-3.0
 Group:          Development/Tools/Doc Generators
-Url:            http://yodl.sourceforge.net/
-Source:         
http://sourceforge.net/projects/yodl/files/yodl/%{version}/%{name}_%{version}.orig.tar.gz
+Url:            https://fbb-git.github.io/yodl/
+Source:         https://github.com/fbb-git/yodl/archive/%{version}.tar.gz
 Patch0:         %{name}-doc-packages.patch
 BuildRequires:  bison
+BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  grep
@@ -54,32 +55,36 @@
 %setup -q
 %patch0
 
-sed -i s,"#define COPT.*","#define COPT \"%{optflags}\"", ./build
+sed -i s,"#define COPT.*","#define COPT \"%{optflags}\"", ./yodl/build
 
 %build
+pushd yodl
 ./build programs
 ./build macros
 ./build manual
 ./build man
+popd
 
 %install
+pushd yodl
 cp -a tmp/install/* %{buildroot}
 chmod +x %{buildroot}%{_bindir}/yodl2whatever
 (cd %{buildroot}%{_bindir}; for i in html latex man ms sgml txt xml; do ln -s 
yodl2whatever yodl2$i; done)
+popd
 
 rm -f %{buildroot}%{_docdir}/yodl.dvi
 rm -f %{buildroot}%{_docdir}/yodl.latex
 rm -f %{buildroot}%{_docdir}/yodl.txt
 
+%fdupes -s %{buildroot}
+
 %files
 %defattr(-,root,root)
-%doc AUTHORS.txt changelog LICENSE README.* CHANGES
-
+%doc yodl/AUTHORS.txt yodl/changelog yodl/README.* yodl/CHANGES
 %{_bindir}/*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
-
-%doc %{_mandir}/man1/*
-%doc %{_mandir}/man7/*
+%{_mandir}/man1/*
+%{_mandir}/man7/*
 
 %changelog

++++++ yodl_3.05.00.orig.tar.gz -> 3.05.01.tar.gz ++++++
++++ 69986 lines of diff (skipped)

++++++ yodl-doc-packages.patch ++++++
--- /var/tmp/diff_new_pack.t21H4X/_old  2015-10-01 12:22:01.000000000 +0200
+++ /var/tmp/diff_new_pack.t21H4X/_new  2015-10-01 12:22:01.000000000 +0200
@@ -1,7 +1,7 @@
-Index: INSTALL.im
+Index: yodl/INSTALL.im
 ===================================================================
---- INSTALL.im.orig
-+++ INSTALL.im
+--- yodl/INSTALL.im.orig
++++ yodl/INSTALL.im
 @@ -71,8 +71,8 @@ void setLocations()
      // absolute paths
  
@@ -13,10 +13,10 @@
      MAN             = BASE + "/share/man";    
      STD_INCLUDE     = BASE + "/share/yodl";
  
-Index: contrib/build.pl
+Index: yodl/contrib/build.pl
 ===================================================================
---- contrib/build.pl.orig
-+++ contrib/build.pl
+--- yodl/contrib/build.pl.orig
++++ yodl/contrib/build.pl
 @@ -13,7 +13,7 @@ my %config = (
              CFLAGS            => '-c -Wall -Werror -g',
              STD_INCLUDE       => '/usr/share/yodl',
@@ -26,10 +26,10 @@
              YODL_BIN          => '/usr/bin',
              STD_CONVERSIONS   => 'html latex man txt xml',
              MANUAL_FORMATS    => 'html txt pdf ps',
-Index: manual/yo/technical/installing.yo
+Index: yodl/manual/yo/technical/installing.yo
 ===================================================================
---- manual/yo/technical/installing.yo.orig
-+++ manual/yo/technical/installing.yo
+--- yodl/manual/yo/technical/installing.yo.orig
++++ yodl/manual/yo/technical/installing.yo
 @@ -3,7 +3,7 @@ installed using tt(dpkg -install yodl-X.
      itemization(
      it() YODL's binaries in tt(/usr/bin);
@@ -39,10 +39,10 @@
      it() YODL's manpages in tt(/usr/share/man/man{1,7});
      )
      Local installations, not using the Debian installation process, can be
-Index: manual/yo/manual.yo
+Index: yodl/manual/yo/manual.yo
 ===================================================================
---- manual/yo/manual.yo.orig
-+++ manual/yo/manual.yo
+--- yodl/manual/yo/manual.yo.orig
++++ yodl/manual/yo/manual.yo
 @@ -4,7 +4,7 @@ latexpackage()(a4,epsf)
  
  whenlatex(\


Reply via email to