commit f3 for openSUSE:Factory

2020-05-26 Thread root
Hello community,

here is the log from the commit of package f3 for openSUSE:Factory checked in 
at 2020-05-26 17:21:00

Comparing /work/SRC/openSUSE:Factory/f3 (Old)
 and  /work/SRC/openSUSE:Factory/.f3.new.2738 (New)


Package is "f3"

Tue May 26 17:21:00 2020 rev:8 rq:807957 version:7.2

Changes:

--- /work/SRC/openSUSE:Factory/f3/f3.changes2020-02-05 19:41:34.703264163 
+0100
+++ /work/SRC/openSUSE:Factory/.f3.new.2738/f3.changes  2020-05-26 
17:21:13.588220677 +0200
@@ -1,0 +2,9 @@
+Wed May 20 11:50:43 UTC 2020 - Olav Reinert 
+
+- update to 7.2:
+* f3write: keep up with extremely fast NVM drives (issue #117)
+* f3write: improve measurement of write speed (issue #102)
+* f3write: handle rare assetion failure (issue #111)
+* f3probe: handle rare assetion failure (issue #82)
+
+---

Old:

  f3-7.1.tar.gz

New:

  f3-7.2.tar.gz



Other differences:
--
++ f3.spec ++
--- /var/tmp/diff_new_pack.tCUEN0/_old  2020-05-26 17:21:14.088221752 +0200
+++ /var/tmp/diff_new_pack.tCUEN0/_new  2020-05-26 17:21:14.092221761 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   f3
-Version:7.1
+Version:7.2
 Release:0
 Summary:Fight Flash Fraud / Fight Fake Flash
 License:GPL-3.0-only
 Group:  Hardware/Other
 URL:http://oss.digirati.com.br/f3/
 Source: 
https://github.com/AltraMayor/f3/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  parted-devel
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(libparted)
 BuildRequires:  pkgconfig(libudev)
 
 %description
@@ -50,7 +51,7 @@
 %else
 export CFLAGS="%{optflags}"
 %endif
-make %{?_smp_mflags} all extra
+%make_build all extra
 
 mkdir examples
 mv log-f3wr f3write.h2w examples
@@ -67,7 +68,7 @@
 %{_bindir}/f3probe
 %{_bindir}/f3brew
 %{_bindir}/f3fix
-%{_mandir}/man1/f3read.1%{ext_man}
-%{_mandir}/man1/f3write.1%{ext_man}
+%{_mandir}/man1/f3read.1%{?ext_man}
+%{_mandir}/man1/f3write.1%{?ext_man}
 
 %changelog

++ f3-7.1.tar.gz -> f3-7.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/f3-7.1/README.rst new/f3-7.2/README.rst
--- old/f3-7.1/README.rst   2018-07-27 10:10:35.0 +0200
+++ new/f3-7.2/README.rst   2019-06-19 20:43:19.0 +0200
@@ -63,7 +63,7 @@
 `here `__. The
 following command uncompresses the files::
 
-$ unzip f3-7.1.zip
+$ unzip f3-7.2.zip
 
 
 Compile stable software on Linux or FreeBSD
@@ -135,7 +135,7 @@
 
  /usr/bin/ruby -e "$(curl -fsSL 
https://raw.githubusercontent.com/Homebrew/install/master/install)"
 
-   See http://brew.sh/ for details.
+   See https://brew.sh/ for details.
 
MacPorts: https://www.macports.org/install.php
 
@@ -209,7 +209,7 @@
 graphical user interfaces (GUIs) available for F3:
 
 `F3 QT `__ is a Linux GUI that uses
-QT. F3 QT supports ``f3write``, ``f3read``, and ``f3probe``. Author:
+QT. F3 QT supports ``f3write``, ``f3read``, ``f3probe``, and ``f3fix``. Author:
 Tianze.
 
 `F3 X `__ is a OS X GUI that uses
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/f3-7.1/changelog new/f3-7.2/changelog
--- old/f3-7.1/changelog2018-07-27 10:10:35.0 +0200
+++ new/f3-7.2/changelog2019-06-19 20:43:19.0 +0200
@@ -1,3 +1,10 @@
+Version 7.2 - Jun 19, 2019
+
+* f3write: keep up with extremely fast NVM drives (issue #117)
+* f3write: improve measurement of write speed (issue #102)
+* f3write: handle rare assetion failure (issue #111)
+* f3probe: handle rare assetion failure (issue #82)
+
 Version 7.1 - Jul 27, 2018
 
 * fix compilation issues on non-Linux OSs
@@ -58,7 +65,7 @@
 * f3write now reports proper progress.
 * added progress printout in f3read.
 * improved precision of speed measurements.
-* formated code following Linux's coding style.
+* formatted code following Linux's coding style.
 
 Version 1.1.3 - Sep 21, 2010
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/f3-7.1/doc/conf.py new/f3-7.2/doc/conf.py
--- old/f3-7.1/doc/conf.py  2018-07-27 10:10:35.0 +0200
+++ new/f3-7.2/doc/conf.py  2019-06-19 20:43:19.0 +0200
@@ -58,9 +58,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '7.1'
+version = '7.2'
 # The full version, including alpha/beta/rc tags.
-release = '7.1'
+release = '7.2'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff -urN '--

commit f3 for openSUSE:Factory

2020-02-05 Thread root
Hello community,

here is the log from the commit of package f3 for openSUSE:Factory checked in 
at 2020-02-05 19:41:31

Comparing /work/SRC/openSUSE:Factory/f3 (Old)
 and  /work/SRC/openSUSE:Factory/.f3.new.26092 (New)


Package is "f3"

Wed Feb  5 19:41:31 2020 rev:7 rq:769681 version:7.1

Changes:

--- /work/SRC/openSUSE:Factory/f3/f3.changes2019-01-21 11:01:12.739208502 
+0100
+++ /work/SRC/openSUSE:Factory/.f3.new.26092/f3.changes 2020-02-05 
19:41:34.703264163 +0100
@@ -1,0 +2,6 @@
+Mon Feb  3 12:59:26 UTC 2020 - Dominique Leuenberger 
+
+- BuildRequire pkgconfig(libudev) instead of libudev-devel: allow
+  OBS to shortcut through the -mini flavors.
+
+---



Other differences:
--
++ f3.spec ++
--- /var/tmp/diff_new_pack.14Y7Mg/_old  2020-02-05 19:41:36.631265081 +0100
+++ /var/tmp/diff_new_pack.14Y7Mg/_new  2020-02-05 19:41:36.643265087 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package f3
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -22,10 +22,10 @@
 Summary:Fight Flash Fraud / Fight Fake Flash
 License:GPL-3.0-only
 Group:  Hardware/Other
-Url:http://oss.digirati.com.br/f3/
+URL:http://oss.digirati.com.br/f3/
 Source: 
https://github.com/AltraMayor/f3/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  libudev-devel
 BuildRequires:  parted-devel
+BuildRequires:  pkgconfig(libudev)
 
 %description
 This package contains tools for identifying fake flash drives (primarily USB




commit f3 for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package f3 for openSUSE:Factory checked in 
at 2019-01-21 10:59:26

Comparing /work/SRC/openSUSE:Factory/f3 (Old)
 and  /work/SRC/openSUSE:Factory/.f3.new.28833 (New)


Package is "f3"

Mon Jan 21 10:59:26 2019 rev:6 rq:666795 version:7.1

Changes:

--- /work/SRC/openSUSE:Factory/f3/f3.changes2018-02-07 18:41:38.19666 
+0100
+++ /work/SRC/openSUSE:Factory/.f3.new.28833/f3.changes 2019-01-21 
11:01:12.739208502 +0100
@@ -1,0 +2,9 @@
+Thu Jan 17 14:44:25 UTC 2019 - t.gru...@katodev.de
+
+- update to 7.1:
+* fix compilation issues on non-Linux OSs
+* f3write: make parameter --max-write-rate work precisely
+* f3probe: change default reset type to RT_NONE
+- remove remove-ownership-setting.patch (accepted upstream, pull request #75) 
+
+---

Old:

  f3-7.0.tar.gz
  remove-ownership-setting.patch

New:

  f3-7.1.tar.gz



Other differences:
--
++ f3.spec ++
--- /var/tmp/diff_new_pack.xoYabs/_old  2019-01-21 11:01:13.867207044 +0100
+++ /var/tmp/diff_new_pack.xoYabs/_new  2019-01-21 11:01:13.879207028 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package f3
 #
-# 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
@@ -17,14 +17,13 @@
 
 
 Name:   f3
-Version:7.0
+Version:7.1
 Release:0
 Summary:Fight Flash Fraud / Fight Fake Flash
-License:GPL-3.0
+License:GPL-3.0-only
 Group:  Hardware/Other
 Url:http://oss.digirati.com.br/f3/
 Source: 
https://github.com/AltraMayor/f3/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Patch0: remove-ownership-setting.patch
 BuildRequires:  libudev-devel
 BuildRequires:  parted-devel
 
@@ -42,7 +41,6 @@
 
 %prep
 %setup -q
-%patch0
 
 %build
 # workaround for libargp problem. see:
@@ -60,15 +58,15 @@
 
 %install
 %make_install PREFIX=%{_prefix} install-extra
-# 
 
 %files
-%doc changelog README.rst LICENSE examples
+%doc changelog README.rst examples
+%license LICENSE
 %{_bindir}/f3read
 %{_bindir}/f3write
-%{_sbindir}/f3probe
-%{_sbindir}/f3brew
-%{_sbindir}/f3fix
+%{_bindir}/f3probe
+%{_bindir}/f3brew
+%{_bindir}/f3fix
 %{_mandir}/man1/f3read.1%{ext_man}
 %{_mandir}/man1/f3write.1%{ext_man}
 

++ f3-7.0.tar.gz -> f3-7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/f3-7.0/Makefile new/f3-7.1/Makefile
--- old/f3-7.0/Makefile 2017-12-21 20:32:02.0 +0100
+++ new/f3-7.1/Makefile 2018-07-27 10:10:35.0 +0200
@@ -8,19 +8,28 @@
 INSTALL = install
 LN = ln
 
+ifndef OS
+   OS = $(shell uname -s)
+endif
+ifneq ($(OS), Linux)
+   ARGP = /usr/local
+   CFLAGS += -I$(ARGP)/include
+   LDFLAGS += -L$(ARGP)/lib -largp
+endif
+
 all: $(TARGETS)
 extra: $(EXTRA_TARGETS)
 
 install: all
$(INSTALL) -d $(DESTDIR)$(PREFIX)/bin
-   $(INSTALL) -oroot -groot -m755 $(TARGETS) $(DESTDIR)$(PREFIX)/bin
+   $(INSTALL) -m755 $(TARGETS) $(DESTDIR)$(PREFIX)/bin
$(INSTALL) -d $(DESTDIR)$(PREFIX)/share/man/man1
-   $(INSTALL) -oroot -groot -m644 f3read.1 
$(DESTDIR)$(PREFIX)/share/man/man1
+   $(INSTALL) -m644 f3read.1 $(DESTDIR)$(PREFIX)/share/man/man1
$(LN) -sf f3read.1 $(DESTDIR)$(PREFIX)/share/man/man1/f3write.1
 
 install-extra: extra
$(INSTALL) -d $(DESTDIR)$(PREFIX)/bin
-   $(INSTALL) -oroot -groot -m755 $(EXTRA_TARGETS) $(DESTDIR)$(PREFIX)/bin
+   $(INSTALL) -m755 $(EXTRA_TARGETS) $(DESTDIR)$(PREFIX)/bin
 
 f3write: utils.o f3write.o
$(CC) -o $@ $^ $(LDFLAGS) -lm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/f3-7.0/README.rst new/f3-7.1/README.rst
--- old/f3-7.0/README.rst   2017-12-21 20:32:02.0 +0100
+++ new/f3-7.1/README.rst   2018-07-27 10:10:35.0 +0200
@@ -63,7 +63,7 @@
 `here `__. The
 following command uncompresses the files::
 
-$ unzip f3-7.0.zip
+$ unzip f3-7.1.zip
 
 
 Compile stable software on Linux or FreeBSD
@@ -80,7 +80,13 @@
 Compile stable software on Windows/Cygwin
 -
 
-On Cygwin, you need special flags::
+If you haven't already, install the following Cygwin packages and their 
dependencies:
+
+- `gcc-core`
+- `make`
+- `libargp-devel`
+
+To build, you need special flags::
 
 export LDFLAGS="$LDFLAGS -Wl,--stack,400 -largp"
 make
@@ -107,8 +113,8 @@
 
 port

commit f3 for openSUSE:Factory

2018-02-07 Thread root
Hello community,

here is the log from the commit of package f3 for openSUSE:Factory checked in 
at 2018-02-07 18:41:36

Comparing /work/SRC/openSUSE:Factory/f3 (Old)
 and  /work/SRC/openSUSE:Factory/.f3.new (New)


Package is "f3"

Wed Feb  7 18:41:36 2018 rev:5 rq:573554 version:7.0

Changes:

--- /work/SRC/openSUSE:Factory/f3/f3.changes2018-02-06 16:48:53.816790479 
+0100
+++ /work/SRC/openSUSE:Factory/.f3.new/f3.changes   2018-02-07 
18:41:38.19666 +0100
@@ -1,0 +2,5 @@
+Wed Feb  7 00:09:53 UTC 2018 - seroto...@gmail.com
+
+- Fix build for Leap 42.2 and SLE12.
+
+---



Other differences:
--
++ f3.spec ++
--- /var/tmp/diff_new_pack.IqLZVS/_old  2018-02-07 18:41:39.939474010 +0100
+++ /var/tmp/diff_new_pack.IqLZVS/_new  2018-02-07 18:41:39.943473823 +0100
@@ -47,7 +47,7 @@
 %build
 # workaround for libargp problem. see:
 # https://github.com/AltraMayor/f3/issues/34#issuecomment-168775122
-%if 0%{?sle_version} == 120300 && 0%{?is_opensuse} 
+%if %{?suse_version} < 1500
 export CFLAGS="%{optflags} -fgnu89-inline"
 %else
 export CFLAGS="%{optflags}"




commit f3 for openSUSE:Factory

2018-02-06 Thread root
Hello community,

here is the log from the commit of package f3 for openSUSE:Factory checked in 
at 2018-02-06 16:48:19

Comparing /work/SRC/openSUSE:Factory/f3 (Old)
 and  /work/SRC/openSUSE:Factory/.f3.new (New)


Package is "f3"

Tue Feb  6 16:48:19 2018 rev:4 rq:572556 version:7.0

Changes:

--- /work/SRC/openSUSE:Factory/f3/f3.changes2017-02-18 03:19:51.309944074 
+0100
+++ /work/SRC/openSUSE:Factory/.f3.new/f3.changes   2018-02-06 
16:48:53.816790479 +0100
@@ -1,0 +2,9 @@
+Sat Feb  3 17:52:09 UTC 2018 - avin...@opensuse.org
+
+- update to 7.0:
+  * stable version of f3probe, f3fix, and f3brew
+  * f3write: improved write speed and dealing with write failures
+- cleanup with spec-cleaner
+- add remove-ownership-setting.patch
+
+---

Old:

  53772d3a99163c2ddc6910ace21c7a25707e6143.zip

New:

  f3-7.0.tar.gz
  remove-ownership-setting.patch



Other differences:
--
++ f3.spec ++
--- /var/tmp/diff_new_pack.YgBBqJ/_old  2018-02-06 16:48:54.380764090 +0100
+++ /var/tmp/diff_new_pack.YgBBqJ/_new  2018-02-06 16:48:54.380764090 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package f3
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,16 +17,16 @@
 
 
 Name:   f3
-Version:6.0_git_20170216
+Version:7.0
 Release:0
 Summary:Fight Flash Fraud / Fight Fake Flash
 License:GPL-3.0
 Group:  Hardware/Other
 Url:http://oss.digirati.com.br/f3/
-Source: 
https://github.com/AltraMayor/f3/archive/53772d3a99163c2ddc6910ace21c7a25707e6143.zip
+Source: 
https://github.com/AltraMayor/f3/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Patch0: remove-ownership-setting.patch
 BuildRequires:  libudev-devel
 BuildRequires:  parted-devel
-BuildRequires:  unzip
 
 %description
 This package contains tools for identifying fake flash drives (primarily USB
@@ -41,9 +41,17 @@
 the actual storage capacity of fake drives as safely as possible.
 
 %prep
-%setup -q -n %{name}-53772d3a99163c2ddc6910ace21c7a25707e6143
+%setup -q
+%patch0
 
 %build
+# workaround for libargp problem. see:
+# https://github.com/AltraMayor/f3/issues/34#issuecomment-168775122
+%if 0%{?sle_version} == 120300 && 0%{?is_opensuse} 
+export CFLAGS="%{optflags} -fgnu89-inline"
+%else
+export CFLAGS="%{optflags}"
+%endif
 make %{?_smp_mflags} all extra
 
 mkdir examples
@@ -51,27 +59,17 @@
 chmod a-x examples/*
 
 %install
-mkdir -p %{buildroot}%{_prefix}/bin
-install f3read f3write %{buildroot}%{_prefix}/bin
-
-mkdir -p %{buildroot}%{_prefix}/sbin
-install f3probe f3brew f3fix %{buildroot}%{_prefix}/sbin
-
-mkdir -p %{buildroot}%{_mandir}/man1/
-install -m 0644 f3read.1 %{buildroot}%{_mandir}/man1/
-ln -sf f3read.1 %{buildroot}%{_mandir}/man1/f3write.1
-
-ls -l %{buildroot}%{_mandir}/man1
+%make_install PREFIX=%{_prefix} install-extra
+# 
 
 %files
-%defattr(-,root,root)
-%doc changelog README.md LICENSE examples
+%doc changelog README.rst LICENSE examples
 %{_bindir}/f3read
 %{_bindir}/f3write
 %{_sbindir}/f3probe
 %{_sbindir}/f3brew
 %{_sbindir}/f3fix
-%{_mandir}/man1/f3read.1.gz
-%{_mandir}/man1/f3write.1.gz
+%{_mandir}/man1/f3read.1%{ext_man}
+%{_mandir}/man1/f3write.1%{ext_man}
 
 %changelog

++ remove-ownership-setting.patch ++
--- Makefile.orig   2018-02-03 12:43:51.592917550 -0500
+++ Makefile2018-02-03 12:44:05.592548082 -0500
@@ -13,14 +13,14 @@
 
 install: all
$(INSTALL) -d $(DESTDIR)$(PREFIX)/bin
-   $(INSTALL) -oroot -groot -m755 $(TARGETS) $(DESTDIR)$(PREFIX)/bin
+   $(INSTALL) -m755 $(TARGETS) $(DESTDIR)$(PREFIX)/bin
$(INSTALL) -d $(DESTDIR)$(PREFIX)/share/man/man1
-   $(INSTALL) -oroot -groot -m644 f3read.1 
$(DESTDIR)$(PREFIX)/share/man/man1
+   $(INSTALL) -m644 f3read.1 $(DESTDIR)$(PREFIX)/share/man/man1
$(LN) -sf f3read.1 $(DESTDIR)$(PREFIX)/share/man/man1/f3write.1
 
 install-extra: extra
-   $(INSTALL) -d $(DESTDIR)$(PREFIX)/bin
-   $(INSTALL) -oroot -groot -m755 $(EXTRA_TARGETS) $(DESTDIR)$(PREFIX)/bin
+   $(INSTALL) -d $(DESTDIR)$(PREFIX)/sbin
+   $(INSTALL) -m755 $(EXTRA_TARGETS) $(DESTDIR)$(PREFIX)/sbin
 
 f3write: utils.o f3write.o
$(CC) -o $@ $^ $(LDFLAGS) -lm



commit f3 for openSUSE:Factory

2017-02-17 Thread root
Hello community,

here is the log from the commit of package f3 for openSUSE:Factory checked in 
at 2017-02-18 03:19:50

Comparing /work/SRC/openSUSE:Factory/f3 (Old)
 and  /work/SRC/openSUSE:Factory/.f3.new (New)


Package is "f3"

Changes:

--- /work/SRC/openSUSE:Factory/f3/f3.changes2016-02-17 12:11:03.0 
+0100
+++ /work/SRC/openSUSE:Factory/.f3.new/f3.changes   2017-02-18 
03:19:51.309944074 +0100
@@ -1,0 +2,6 @@
+Thu Feb 16 12:47:01 UTC 2017 - t.gru...@katodev.de
+
+- update to the latest commit 53772d3
+- remove man-www-ref.patch
+
+---

Old:

  f3-6.0.tar.gz
  man-www-ref.patch

New:

  53772d3a99163c2ddc6910ace21c7a25707e6143.zip



Other differences:
--
++ f3.spec ++
--- /var/tmp/diff_new_pack.QkMapi/_old  2017-02-18 03:19:51.681891539 +0100
+++ /var/tmp/diff_new_pack.QkMapi/_new  2017-02-18 03:19:51.693889844 +0100
@@ -17,16 +17,16 @@
 
 
 Name:   f3
-Version:6.0
+Version:6.0_git_20170216
 Release:0
 Summary:Fight Flash Fraud / Fight Fake Flash
 License:GPL-3.0
 Group:  Hardware/Other
 Url:http://oss.digirati.com.br/f3/
-Source: 
https://github.com/AltraMayor/f3/archive/v6.0.tar.gz#/f3-6.0.tar.gz
-Patch:  man-www-ref.patch
+Source: 
https://github.com/AltraMayor/f3/archive/53772d3a99163c2ddc6910ace21c7a25707e6143.zip
 BuildRequires:  libudev-devel
 BuildRequires:  parted-devel
+BuildRequires:  unzip
 
 %description
 This package contains tools for identifying fake flash drives (primarily USB
@@ -37,15 +37,14 @@
 a flash drive will, sooner or later, result in data loss and/or corruption.
 
 The main tools in this package are an open-source implementation of the H2testw
-algorithm. Some experimental tools are also provided, among them one for using
+algorithm. Some extra tools are also provided, among them one for using
 the actual storage capacity of fake drives as safely as possible.
 
 %prep
-%setup -q
-%patch -p1
+%setup -q -n %{name}-53772d3a99163c2ddc6910ace21c7a25707e6143
 
 %build
-make %{?_smp_mflags} all experimental
+make %{?_smp_mflags} all extra
 
 mkdir examples
 mv log-f3wr f3write.h2w examples




commit f3 for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package f3 for openSUSE:Factory checked in 
at 2016-02-17 10:24:16

Comparing /work/SRC/openSUSE:Factory/f3 (Old)
 and  /work/SRC/openSUSE:Factory/.f3.new (New)


Package is "f3"

Changes:

--- /work/SRC/openSUSE:Factory/f3/f3.changes2016-01-23 01:16:35.0 
+0100
+++ /work/SRC/openSUSE:Factory/.f3.new/f3.changes   2016-02-17 
12:11:03.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 22 13:30:58 UTC 2016 - seroto...@gmail.com
+
+- Added man-www-ref.patch (accepted upstream, commit cbe8d61)
+
+---

New:

  man-www-ref.patch



Other differences:
--
++ f3.spec ++
--- /var/tmp/diff_new_pack.e9W2qP/_old  2016-02-17 12:11:04.0 +0100
+++ /var/tmp/diff_new_pack.e9W2qP/_new  2016-02-17 12:11:04.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package fightfakeflash
+# spec file for package f3
 #
 # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -24,6 +24,7 @@
 Group:  Hardware/Other
 Url:http://oss.digirati.com.br/f3/
 Source: 
https://github.com/AltraMayor/f3/archive/v6.0.tar.gz#/f3-6.0.tar.gz
+Patch:  man-www-ref.patch
 BuildRequires:  libudev-devel
 BuildRequires:  parted-devel
 
@@ -41,6 +42,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 make %{?_smp_mflags} all experimental

++ man-www-ref.patch ++
diff --git a/f3read.1 b/f3read.1
index cc2e4d1..3b59529 100644
--- a/f3read.1
+++ b/f3read.1
@@ -44,6 +44,10 @@ To read this flash drive:
   $ f3read /media/TEST
 .fam T
 .fi
+.SH SEE ALSO
+For detailed information about the F3 tools, see:
+.PP
+http://oss.digirati.com.br/f3/
 .SH AUTHOR
 F3 was written by Michel Machado .
 This manual page was first written by Joao Eriberto Mota Filho 
.