Hello community, here is the log from the commit of package octave for openSUSE:Factory checked in at 2012-09-23 17:31:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/octave (Old) and /work/SRC/openSUSE:Factory/.octave.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/octave/octave.changes 2012-09-11 09:13:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.octave.new/octave.changes 2012-09-23 17:31:34.000000000 +0200 @@ -1,0 +2,10 @@ +Tue Sep 18 20:12:09 UTC 2012 - [email protected] + +- Add BuildRequires on texinfo (instead of makeinfo) and texlive-dvips + +------------------------------------------------------------------- +Tue Sep 11 12:24:07 UTC 2012 - [email protected] + +- fix /etc/ld.so.conf.d/octave.conf [bnc#779072] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ octave.spec ++++++ --- /var/tmp/diff_new_pack.b6ya72/_old 2012-09-23 17:31:35.000000000 +0200 +++ /var/tmp/diff_new_pack.b6ya72/_new 2012-09-23 17:31:35.000000000 +0200 @@ -46,7 +46,6 @@ BuildRequires: libMagick++-devel BuildRequires: libcurl-devel BuildRequires: liblcms-devel -BuildRequires: makeinfo BuildRequires: pcre-devel BuildRequires: pkg-config BuildRequires: qhull-devel @@ -54,7 +53,10 @@ BuildRequires: readline-devel BuildRequires: suitesparse-devel BuildRequires: termcap -BuildRequires: texlive-devel +BuildRequires: texinfo +%if 0%{?suse_version} > 1220 +BuildRequires: texlive-dvips +%endif BuildRequires: texlive-latex BuildRequires: xorg-x11-libSM-devel BuildRequires: xorg-x11-libX11-devel @@ -111,7 +113,7 @@ %makeinstall # see bnc#557340 mkdir -p %{buildroot}/%{_sysconfdir}/ld.so.conf.d -echo %{_libdir}/%{name}-%{version} > %{buildroot}/%{_sysconfdir}/ld.so.conf.d/%{name}.conf +echo %{_libdir}/%{name}/%{version} > %{buildroot}/%{_sysconfdir}/ld.so.conf.d/%{name}.conf rm %{buildroot}/%{_libdir}/%{name}/%{version}/*.la mkdir -p %{buildroot}/%{_libdir}/%{name}/packages -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
