Hello community,

here is the log from the commit of package fzy for openSUSE:Factory checked in 
at 2019-03-05 12:19:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fzy (Old)
 and      /work/SRC/openSUSE:Factory/.fzy.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fzy"

Tue Mar  5 12:19:56 2019 rev:2 rq:681204 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fzy/fzy.changes  2018-02-26 23:26:23.871645634 
+0100
+++ /work/SRC/openSUSE:Factory/.fzy.new.28833/fzy.changes       2019-03-05 
12:20:09.944935778 +0100
@@ -1,0 +2,16 @@
+Sat Mar  2 17:10:31 UTC 2019 - Matthias Eliasson <eli...@opensuse.org>
+
+- Update to version 1.0
+  Features:
+  * Support UTF-8
+  * Support readline-like editing
+  * Quit on Esc
+  * Redraw on terminal resize
+  * Bracketed paste escapes are ignored
+  Performance:
+  * Initialize tty interface before reading stdin
+- Add keyring file and do package source verfication
+- Clean specfile with spec-cleaner
+- Make sure we use correct build flags with %{optfiles} macro
+
+-------------------------------------------------------------------

Old:
----
  fzy-0.9.tar.gz

New:
----
  fzy-1.0.tar.gz
  fzy-1.0.tar.gz.asc
  fzy.keyring

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

Other differences:
------------------
++++++ fzy.spec ++++++
--- /var/tmp/diff_new_pack.1IkRh8/_old  2019-03-05 12:20:12.660934950 +0100
+++ /var/tmp/diff_new_pack.1IkRh8/_new  2019-03-05 12:20:12.680934944 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fzy
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,18 +12,20 @@
 # 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/
 #
 
 
 Name:           fzy
-Version:        0.9
+Version:        1.0
 Release:        0
 Summary:        A fuzzy text selector
 License:        MIT
 Group:          Productivity/Text/Utilities
-Url:            https://github.com/jhawthorn/fzy
-Source:         
https://github.com/jhawthorn/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+URL:            https://github.com/jhawthorn/fzy
+Source0:        
https://github.com/jhawthorn/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
+Source1:        
https://github.com/jhawthorn/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz.asc
+Source2:        %{name}.keyring
 
 %description
 fzy can be used to filter any list: files, command history, processes,
@@ -36,15 +38,16 @@
 %setup -q
 
 %build
+export CFLAGS="%{optflags}"
 make %{?_smp_mflags}
 
 %install
-make install PREFIX=%{buildroot}%{_prefix} %{?_smp_mflags}
+make install DESTDIR=%{?buildroot} PREFIX=%{_prefix}
 
 %files
 %license LICENSE
 %doc CHANGELOG.md README.md
 %{_bindir}/fzy
-%{_mandir}/man1/fzy.1%{ext_man}
+%{_mandir}/man1/fzy.1%{?ext_man}
 
 %changelog

++++++ fzy-0.9.tar.gz -> fzy-1.0.tar.gz ++++++
++++ 2149 lines of diff (skipped)


Reply via email to