Hello community, here is the log from the commit of package imgp for openSUSE:Factory checked in at 2017-09-07 22:13:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/imgp (Old) and /work/SRC/openSUSE:Factory/.imgp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "imgp" Thu Sep 7 22:13:15 2017 rev:1 rq:519916 version:2.4.1 Changes: -------- New Changes file: --- /dev/null 2017-07-20 07:30:00.335470106 +0200 +++ /work/SRC/openSUSE:Factory/.imgp.new/imgp.changes 2017-09-07 22:13:19.610022909 +0200 @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Wed Aug 30 18:00:09 UTC 2017 - [email protected] + +- Initial package (2.4.1) New: ---- imgp-2.4.1.tar.gz imgp.changes imgp.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ imgp.spec ++++++ # # spec file for package imgp # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ # Name: imgp Version: 2.4.1 Release: 0 Summary: Image resizer and rotator License: GPL-3.0+ Group: Productivity/Graphics/Converters Url: https://github.com/jarun/imgp Source0: https://github.com/jarun/imgp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: bash-completion BuildRequires: fish BuildRequires: zsh Requires: python3-Pillow Requires: python3-base BuildArch: noarch %description A command line image resizer and rotator for JPEG and PNG images based on python-Pillow. %package bash-completion Version: %{version} Summary: Bash Completion for %{name} License: GPL-3.0+ Group: Productivity/Graphics/Converters Requires: %{name} = %{version} Requires: bash-completion Supplements: packageand(imgp:bash) BuildArch: noarch %description bash-completion Bash command line completion support for %{name}. %package fish-completion Version: %{version} Summary: Fish Completion for %{name} License: GPL-3.0+ Group: Productivity/Graphics/Converters Requires: %{name} = %{version} Supplements: packageand(imgp:fish) BuildArch: noarch %description fish-completion Fish command line completion support for %{name}. %package zsh-completion Summary: ZSH Completion for %{name} License: GPL-3.0+ Group: Productivity/Graphics/Converters Requires: %{name} = %{version} Supplements: packageand(imgp:zsh) BuildArch: noarch %description zsh-completion ZSH command line completion support for %{name}. %prep %setup -q %build # not required %install %make_install PREFIX=%{_prefix} DOCDIR=%{buildroot}%{_defaultdocdir}/%{name} mkdir -pv %{buildroot}%{_datadir}/bash-completion/completions \ %{buildroot}%{_datadir}/fish/completions \ %{buildroot}%{_datadir}/zsh/site-functions install -m0644 auto-completion/bash/%{name}-completion.bash -t %{buildroot}%{_datadir}/bash-completion/completions install -m0644 auto-completion/fish/%{name}.fish -t %{buildroot}%{_datadir}/fish/completions install -m0644 auto-completion/zsh/_%{name} -t %{buildroot}%{_datadir}/zsh/site-functions %files %defattr(-,root,root) %doc CHANGELOG LICENSE README.md %{_bindir}/%{name} %{_mandir}/man1/%{name}.1%{ext_man} %files bash-completion %defattr(-,root,root) %{_datadir}/bash-completion/completions/%{name}-completion.bash %files fish-completion %defattr(-,root,root) %{_datadir}/fish/completions/%{name}.fish %files zsh-completion %defattr(-,root,root) %{_datadir}/zsh/site-functions/_%{name} %changelog
