Hello community, here is the log from the commit of package maim for openSUSE:Factory checked in at 2018-11-08 09:50:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/maim (Old) and /work/SRC/openSUSE:Factory/.maim.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maim" Thu Nov 8 09:50:47 2018 rev:2 rq:647043 version:5.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/maim/maim.changes 2015-07-05 18:02:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.maim.new/maim.changes 2018-11-08 09:50:53.680929516 +0100 @@ -1,0 +2,7 @@ +Wed Nov 7 15:25:40 UTC 2018 - Jan Engelhardt <[email protected]> + +- Update to new upstream release 5.5.2 [boo#1113605] + * maim respects _NET_FRAME_EXTENTS now, as well as XShape + clipping. + +------------------------------------------------------------------- Old: ---- maim-3.3.41.tar.gz New: ---- maim-5.5.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ maim.spec ++++++ --- /var/tmp/diff_new_pack.IzBpkW/_old 2018-11-08 09:50:54.152928957 +0100 +++ /var/tmp/diff_new_pack.IzBpkW/_new 2018-11-08 09:50:54.156928952 +0100 @@ -1,7 +1,7 @@ # # spec file for package maim # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -12,34 +12,38 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # See also http://en.opensuse.org/openSUSE:Specfile_guidelines Name: maim -Version: 3.3.41 +Version: 5.5.2 Release: 0 Summary: Flexible screenshotting utility -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Productivity/Graphics/Other Url: https://github.com/naelstrof/maim Source0: https://github.com/naelstrof/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: cmake +BuildRequires: cmake >= 3.7 BuildRequires: gcc-c++ BuildRequires: gengetopt -BuildRequires: pkgconfig(imlib2) +BuildRequires: glm-devel +BuildRequires: slop-devel >= 7 +BuildRequires: pkgconfig(gl) +BuildRequires: pkgconfig(icu-uc) +BuildRequires: pkgconfig(libjpeg) +BuildRequires: pkgconfig(libpng) +BuildRequires: pkgconfig(xcomposite) BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(xrandr) -# pkgconfig(imlib2) above is not enough for some reason -Requires: imlib2 -Requires: slop +BuildRequires: pkgconfig(zlib) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -maim (Make Image) is a utility that takes screenshots of your desktop -using imlib2. It's meant to overcome shortcomings of scrot and performs -better in several ways. +maim (Make Image) is a utility that takes screenshots of the desktop +using EGL. It is meant to overcome shortcomings of the "scrot" +utility and performs better in several ways. %prep %setup -q @@ -49,12 +53,11 @@ make %{?_smp_mflags} %install -# install executable -mkdir -p %{buildroot}%{_bindir} -install -Dm 0755 build/%{name} %{buildroot}%{_bindir}/ - +pushd build/ +%make_install +popd # install man -install -Dm 0644 man-src/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 +#install -Dm 0644 man-src/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 %files %defattr(-,root,root,-) ++++++ maim-3.3.41.tar.gz -> maim-5.5.2.tar.gz ++++++ ++++ 6530 lines of diff (skipped)
