Hello community, here is the log from the commit of package xli for openSUSE:Factory checked in at 2017-08-06 11:22:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xli (Old) and /work/SRC/openSUSE:Factory/.xli.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xli" Sun Aug 6 11:22:49 2017 rev:20 rq:513795 version:1.17+git20170726.0bb4fb4 Changes: -------- --- /work/SRC/openSUSE:Factory/xli/xli.changes 2014-11-07 09:05:46.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xli.new/xli.changes 2017-08-06 11:22:50.480505261 +0200 @@ -1,0 +2,31 @@ +Wed Jul 26 09:45:23 UTC 2017 - [email protected] + +- Drop patches merged in the git repo: + * xli-1.17.0-8bit_palette.patch + * xli-1.17.0-configfile.patch + * xli-1.17.0-overflow.patch + * xli-1.17.0.patch + * xli-png-alpha.patch + * xli-png_check_sig.patch +- Update to version 1.17+git20170726.0bb4fb4: + * Respect destdir during install + * Symlink with relative path in makefile + * Add support for 8bit pallete + * Make xli handle arrow keys to move image + * Add temp files and patches to gitignore + * Implement zoom functionality + * Adds support for the special "None" colour in XPMs + * Document zooming control + * Add a -forall option + * A bug with all merging + * Do not read past buffer end + +------------------------------------------------------------------- +Wed Jul 26 08:25:08 UTC 2017 - [email protected] + +- Allow xli to load up on alpha backgrounded png, if there would be + upstream this should be upstreamed: + * xli-png-alpha.patch +- Cleanup a bit with spec-cleaner + +------------------------------------------------------------------- Old: ---- xli-1.17.0-8bit_palette.patch xli-1.17.0-configfile.patch xli-1.17.0-overflow.patch xli-1.17.0.patch xli-2006-11-10.tar.bz2 xli-png_check_sig.patch New: ---- _service xli-1.17+git20170726.0bb4fb4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xli.spec ++++++ --- /var/tmp/diff_new_pack.628NFU/_old 2017-08-06 11:22:51.932300735 +0200 +++ /var/tmp/diff_new_pack.628NFU/_new 2017-08-06 11:22:51.964296227 +0200 @@ -1,7 +1,7 @@ # # spec file for package xli # -# Copyright (c) 2014 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,22 +17,17 @@ Name: xli -Version: 20061110 +Version: 1.17+git20170726.0bb4fb4 Release: 0 Summary: X11 Image Loading Utility License: MIT Group: System/X11/Utilities -Url: http://pantransit.reptiles.org/prog -Source: xli-2006-11-10.tar.bz2 -Patch0: xli-1.17.0.patch -Patch1: xli-1.17.0-overflow.patch -Patch2: xli-1.17.0-8bit_palette.patch -Patch3: xli-1.17.0-configfile.patch -Patch4: xli-png_check_sig.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Url: https://github.com/openSUSE/xli +Source: %{name}-%{version}.tar.xz BuildRequires: imake BuildRequires: libjpeg-devel BuildRequires: libpng-devel +BuildRequires: pkgconfig BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) Provides: xli115 @@ -45,38 +40,28 @@ images onto the X11 root window. %prep -%setup -q -n xli-2006-11-10 -%patch0 -%patch1 -%patch2 -%patch3 -%patch4 +%setup -q %build xmkmf -a -make %{?_smp_mflags} all CCOPTIONS="$RPM_OPT_FLAGS" +make %{?_smp_mflags} all CCOPTIONS="%{optflags}" %install -mkdir -p $RPM_BUILD_ROOT/usr/lib/X11 -make BINDIR=$RPM_BUILD_ROOT%{_bindir} install -make DESTDIR=$RPM_BUILD_ROOT install.man -ln -s xli $RPM_BUILD_ROOT%{_bindir}/xloadimage -ln -s xli.1x.gz $RPM_BUILD_ROOT%{_mandir}/man1/xloadimage.1x.gz - -%clean -rm -rf $RPM_BUILD_ROOT +%make_install install.man +ln -s xli %{buildroot}%{_bindir}/xloadimage +ln -s xli.1x %{buildroot}%{_mandir}/man1/xloadimage.1x %files -%defattr(-,root,root) -%doc README* ABOUTGAMMA -%doc %{_mandir}/man1/xli.1x.gz -%doc %{_mandir}/man1/xlito.1x.gz -%doc %{_mandir}/man1/xloadimage.1x.gz +%doc README* ABOUTGAMMA LICENSE +%{_mandir}/man1/xli.1x%{ext_man} +%{_mandir}/man1/xlito.1x%{ext_man} +%{_mandir}/man1/xloadimage.1x%{ext_man} %{_bindir}/xli %{_bindir}/xlito %{_bindir}/xloadimage %{_bindir}/xsetbg %{_bindir}/xview -/usr/lib/X11/Xli +%dir %{_datadir}/X11/app-defaults +%{_datadir}/X11/app-defaults/Xli %changelog ++++++ _service ++++++ <services> <service mode="disabled" name="tar_scm"> <param name="url">https://github.com/openSUSE/xli.git</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> <param name="filename">xli</param> <param name="versionformat">1.17+git%cd.%h</param> </service> <service mode="disabled" name="recompress"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service mode="disabled" name="set_version"/> </services>
