Hello community,

here is the log from the commit of package mfoc for openSUSE:Factory checked in 
at 2019-12-21 12:32:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mfoc (Old)
 and      /work/SRC/openSUSE:Factory/.mfoc.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mfoc"

Sat Dec 21 12:32:31 2019 rev:8 rq:758362 version:0.10.7+git38

Changes:
--------
--- /work/SRC/openSUSE:Factory/mfoc/mfoc.changes        2013-08-10 
13:03:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mfoc.new.6675/mfoc.changes      2019-12-21 
12:33:00.527409670 +0100
@@ -1,0 +2,6 @@
+Fri Dec 20 00:18:31 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Update to snapshot 0.10.7+git38 (ba072f16f)
+  * Support 2K, TNP, 4K, Mini in miLazyCracker patch
+
+-------------------------------------------------------------------

Old:
----
  mfoc-0.10.6.tar.xz

New:
----
  _service
  mfoc-0.10.7+git38.tar.xz

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

Other differences:
------------------
++++++ mfoc.spec ++++++
--- /var/tmp/diff_new_pack.suhXY7/_old  2019-12-21 12:33:00.959409876 +0100
+++ /var/tmp/diff_new_pack.suhXY7/_new  2019-12-21 12:33:00.963409878 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mfoc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,46 +12,40 @@
 # 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:           mfoc
+Version:        0.10.7+git38
+Release:        0
 Summary:        Mifare Classic Offline Cracker: key recovery tool for MC cards
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Hardware/Other
-Version:        0.10.6
-Release:        0
-Url:            http://code.google.com/p/nfc-tools/
+URL:            https://github.com/nfc-tools/mfoc
 
-#Git-Clone:    http://code.google.com/p/mfoc/
 Source:         %name-%version.tar.xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkgconfig
+BuildRequires:  automake
+BuildRequires:  pkg-config
 BuildRequires:  xz
-%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
 BuildRequires:  pkgconfig(libnfc) >= 1.7
-%else
-BuildRequires:  libnfc-devel >= 1.7
-%endif
 
 %description
 MFOC is a tool to recover keys from Mifare Classic cards.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
+autoreconf -fi
 %configure
-make %{?_smp_mflags};
+make %{?_smp_mflags}
 
 %install
-b="%buildroot";
-make install DESTDIR="$b";
-rm -f "$b/%_libdir"/*.la;
+%make_install
+rm -f "%buildroot/%_libdir"/*.la
 
 %files
-%defattr(-,root,root)
 %_bindir/mfoc
 %_mandir/man1/mfoc.1*
 

++++++ _service ++++++
<services>
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">https://github.com/nfc-tools/mfoc</param>
                <param name="revision">master</param>
                <param name="parent-tag">mfoc-0.10.7</param>
                <param name="versionformat">0.10.7+git@TAG_OFFSET@</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>
                <param name="compression">xz</param>
        </service>
        <service name="set_version" mode="disabled"/>
</services>

Reply via email to