Hello community,

here is the log from the commit of package bats for openSUSE:Factory checked in 
at 2020-11-21 12:42:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bats (Old)
 and      /work/SRC/openSUSE:Factory/.bats.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bats"

Sat Nov 21 12:42:17 2020 rev:8 rq:849516 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/bats/bats.changes        2020-05-26 
17:20:40.768150119 +0200
+++ /work/SRC/openSUSE:Factory/.bats.new.5913/bats.changes      2020-11-23 
10:22:12.892802182 +0100
@@ -1,0 +2,19 @@
+Wed Nov 18 22:44:45 UTC 2020 - Olav Reinert <seroto...@gmail.com>
+
+- update to 1.2.1:
+  * added:
+    - JUnit output and extensible formatter rewrite (#246)
+    - load function now reads from absolute and relative paths, and $PATH 
(#282)
+    - Beginner-friendly examples in /docs/examples (#243)
+    - @peshay's bats-file fork contributed to bats-core/bats-file (#276)
+  * changed:
+    - Duplicate test names now error (previous behaviour was to issue a 
warning) (#286)
+    - Changed default formatter in Docker to pretty by adding ncurses to 
Dockerfile, override with --tap (#239)
+    - Replace "readlink -f" dependency with Bash solution (#217)
+
+-------------------------------------------------------------------
+Wed Nov 18 21:32:54 UTC 2020 - Olav Reinert <seroto...@gmail.com>
+
+- Install to /usr/libexec on Tumbleweed
+
+-------------------------------------------------------------------

Old:
----
  v1.2.0.tar.gz

New:
----
  v1.2.1.tar.gz

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

Other differences:
------------------
++++++ bats.spec ++++++
--- /var/tmp/diff_new_pack.tAOABS/_old  2020-11-23 10:22:13.436802797 +0100
+++ /var/tmp/diff_new_pack.tAOABS/_new  2020-11-23 10:22:13.440802801 +0100
@@ -16,14 +16,15 @@
 #
 
 
+%define pname %{name}-core
 Name:           bats
-Version:        1.2.0
+Version:        1.2.1
 Release:        0
 Summary:        Bash Automated Testing System
 License:        MIT
 Group:          Development/Tools/Other
-URL:            https://github.com/bats-core/bats-core/
-Source:         
https://github.com/bats-core/bats-core/archive/v%{version}.tar.gz
+URL:            https://github.com/%{pname}/%{pname}/
+Source:         https://github.com/%{pname}/%{pname}/archive/v%{version}.tar.gz
 BuildRequires:  ncurses-utils
 BuildArch:      noarch
 
@@ -39,11 +40,13 @@
 to test any UNIX program.
 
 %prep
-%setup -q -n %{name}-core-%{version}
-mv libexec lib
+%setup -q -n %{pname}-%{version}
 
-sed -i 's|libexec|lib|g' install.sh ./lib/bats-core/* ./bin/bats
-sed -i '1s|#!%{_bindir}/env bash|#!/bin/bash|' ./lib/bats-core/* ./bin/bats
+sed -i '1s|#!%{_bindir}/env bash|#!/bin/bash|' ./lib{,exec}/%{pname}/* 
./bin/bats
+%if 0%{?suse_version} <= 1500
+    mv -v libexec/%{pname}/* lib/%{pname}/
+    sed -i 's|libexec|lib|g' install.sh ./lib/%{pname}/* ./bin/bats
+%endif
 
 %build
 
@@ -58,7 +61,10 @@
 %license LICENSE.md
 %doc README.md
 %{_bindir}/bats
-%{_prefix}/lib/%{name}-core
+%{_prefix}/lib/%{pname}
+%if 0%{?suse_version} > 1500
+%{_libexecdir}/%{pname}
+%endif
 %{_mandir}/man1/bats.1%{?ext_man}
 %{_mandir}/man7/bats.7%{?ext_man}
 

++++++ v1.2.0.tar.gz -> v1.2.1.tar.gz ++++++
++++ 4338 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to