Hello community,

here is the log from the commit of package hactool for openSUSE:Leap:15.2 
checked in at 2020-02-19 18:47:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/hactool (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.hactool.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hactool"

Wed Feb 19 18:47:46 2020 rev:1 rq:776050 version:1.2.2

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.hactool.new.26092/hactool.changes     
2020-02-19 18:47:47.194970267 +0100
@@ -0,0 +1,28 @@
+-------------------------------------------------------------------
+Sun Jul  7 11:32:12 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary. Wrap main description.
+
+-------------------------------------------------------------------
+Sun Jun 30 09:54:30 UTC 2019 - Philipp <[email protected]>
+
+- removed RPM group FIXME as the already present group was the most
+  most fitting one
+
+-------------------------------------------------------------------
+Tue Jun 25 19:11:57 UTC 2019 - Philipp <[email protected]>
+
+- used spec-cleaner for cleanup (changed license to use macro)
+
+-------------------------------------------------------------------
+Thu Jan 24 15:51:54 UTC 2019 - [email protected]
+
+- Updated to hactool version 1.2.2
+ * Support was added for 6.2.0+ new key derivation using tsec_root_key and 
master_kek_source_##.
+ * 6.2.0 keydata will no longer be called "Unknown".
+ * A bug was fixed involving argument violation to mbed_tls aes routines.
+
+-------------------------------------------------------------------
+Tue Jul 31 08:34:00 UTC 2018 - [email protected]
+
+- initial commit

New:
----
  hactool-1.2.2.tar.gz
  hactool.changes
  hactool.spec

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

Other differences:
------------------
++++++ hactool.spec ++++++
#
# spec file for package hactool
#
# 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
# 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 https://bugs.opensuse.org/
#


Name:           hactool
Version:        1.2.2
Release:        0
Summary:        Tool to view/extract information about Nintendo Switch Archives
License:        ISC
Group:          Hardware/Other
URL:            https://github.com/SciresM/hactool
Source:         %{name}-%{version}.tar.gz

%description
hactool is a tool to view information about, decrypt, and extract
common file formats for the Nintendo Switch, especially Nintendo
Content Archives.

%prep
%setup -q
mv config.mk.template config.mk

%build
make %{?_smp_mflags}

%install
install -D -m0755 %{name} %{buildroot}/%{_bindir}/%{name}

%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}

%changelog

Reply via email to