Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jp2a for openSUSE:Factory checked in 
at 2021-07-18 23:45:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jp2a (Old)
 and      /work/SRC/openSUSE:Factory/.jp2a.new.2632 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jp2a"

Sun Jul 18 23:45:09 2021 rev:3 rq:906962 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/jp2a/jp2a.changes        2018-07-17 
09:44:01.936930563 +0200
+++ /work/SRC/openSUSE:Factory/.jp2a.new.2632/jp2a.changes      2021-07-18 
23:45:21.794854922 +0200
@@ -1,0 +2,16 @@
+Sun Jul 11 18:02:38 UTC 2021 - Sebastian Wagner <[email protected]>
+
+- update to version 1.1.0:
+ - support for PNG images
+ - support for HTML (Living Standard) additionally to XHTML
+ - (optional) support for other character encodings than ASCII
+- update to version 1.0.9:
+ - support for true color and 256 color palette output for terminals
+ - support for bash completion
+- update to version 1.0.8:
+ - Fix images with very small height
+- update to version 1.0.7:
+ - Moved repository over to GitHub and made some corresponding changes
+ - Reverted code to version 1.0.6 because of unfinished changes that didn't 
work.
+
+-------------------------------------------------------------------

Old:
----
  jp2a-1.0.6.zip

New:
----
  jp2a-1.1.0.tar.gz

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

Other differences:
------------------
++++++ jp2a.spec ++++++
--- /var/tmp/diff_new_pack.b2sTZF/_old  2021-07-18 23:45:22.258851352 +0200
+++ /var/tmp/diff_new_pack.b2sTZF/_new  2021-07-18 23:45:22.258851352 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jp2a
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,38 +12,41 @@
 # 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/
 #
 
 
 %{!?license: %global license %doc}
 Name:           jp2a
-Version:        1.0.6
+Version:        1.1.0
 Release:        0
 Summary:        Converts JPEG images to ASCII
 License:        GPL-2.0-only
 Group:          Amusements/Toys/Graphics
-Url:            https://github.com/cslarsen/jp2a
-Source:         
https://github.com/cslarsen/jp2a/archive/a72958075f3fb414a5a55d0a02da6789cb972f7b.zip#/%{name}-%{version}.zip
-#Source:         
https://github.com/cslarsen/jp2a/archive/v%%{version}.tar.gz#/%%{name}-%%{version}.tar.gz
+URL:            https://github.com/Talinx/jp2a
+Source:         
https://github.com/Talinx/jp2a/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  autoconf-archive
 BuildRequires:  automake
 BuildRequires:  libcurl-devel
 BuildRequires:  libjpeg8-devel
+BuildRequires:  libpng-devel
 BuildRequires:  unzip
 
 %description
 jp2a is a JPEG to ASCII converter.
 
 %prep
-%setup -q -n %{name}-a72958075f3fb414a5a55d0a02da6789cb972f7b
+%setup -q
 
 %build
 autoreconf -vi
 %configure --enable-curl
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
+mkdir -p %{buildroot}%{_datadir}/bash-completion/completions/
+mv %{buildroot}%{_sysconfdir}/bash_completion.d/jp2a 
%{buildroot}%{_datadir}/bash-completion/completions/
 
 %check
 pushd tests
@@ -55,5 +58,6 @@
 %license COPYING
 %{_bindir}/jp2a
 %{_mandir}/man1/jp2a.1%{?ext_man}
+%{_datadir}/bash-completion/completions/jp2a
 
 %changelog

Reply via email to