From 39114e1f83a743e9829632ed181f34d61218c2be1625c811e023ef2ac1cba501 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 30 Mar 2020 07:48:21 +0000 Subject: [PATCH] Accepting request 789247 from home:AndreasStieger:branches:Base:System mtools 4.0.24 OBS-URL: https://build.opensuse.org/request/show/789247 OBS-URL: https://build.opensuse.org/package/show/Base:System/mtools?expand=0&rev=60 --- mtools-4.0.23.tar.bz2 | 3 --- mtools-4.0.23.tar.bz2.sig | 6 ------ mtools-4.0.24.tar.bz2 | 3 +++ mtools-4.0.24.tar.bz2.sig | 6 ++++++ mtools.changes | 6 ++++++ mtools.spec | 15 ++++++--------- 6 files changed, 21 insertions(+), 18 deletions(-) delete mode 100644 mtools-4.0.23.tar.bz2 delete mode 100644 mtools-4.0.23.tar.bz2.sig create mode 100644 mtools-4.0.24.tar.bz2 create mode 100644 mtools-4.0.24.tar.bz2.sig diff --git a/mtools-4.0.23.tar.bz2 b/mtools-4.0.23.tar.bz2 deleted file mode 100644 index 7eb7850..0000000 --- a/mtools-4.0.23.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f188db26751aeb5692a79b2380b440ecc05fd1848a52f869d7ca1193f2ef8ee3 -size 418592 diff --git a/mtools-4.0.23.tar.bz2.sig b/mtools-4.0.23.tar.bz2.sig deleted file mode 100644 index 9111023..0000000 --- a/mtools-4.0.23.tar.bz2.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQThUfj1SuT06QGfA3vIBjGyb0MZYQUCXA2pLwAKCRDIBjGyb0MZ -YVp+AJ40pR6GxrsSfEGxLdhY03TIer/L8gCeJaa3xjL1BLzvvovF0thAZc9C6Q0= -=Umnk ------END PGP SIGNATURE----- diff --git a/mtools-4.0.24.tar.bz2 b/mtools-4.0.24.tar.bz2 new file mode 100644 index 0000000..ecd9107 --- /dev/null +++ b/mtools-4.0.24.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f4a2da9219f98498eb1b340cd96db7ef9b684c067d1bdeb6e85efdd13b2fb9 +size 418178 diff --git a/mtools-4.0.24.tar.bz2.sig b/mtools-4.0.24.tar.bz2.sig new file mode 100644 index 0000000..3e06f77 --- /dev/null +++ b/mtools-4.0.24.tar.bz2.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQThUfj1SuT06QGfA3vIBjGyb0MZYQUCXncPwQAKCRDIBjGyb0MZ +YbnBAJ93RJctZQhuiZkwc2SkyrtVGRGF4wCcCLqlzsd5qe0/6mCsPATciU6lRZY= +=K9Hy +-----END PGP SIGNATURE----- diff --git a/mtools.changes b/mtools.changes index 571f499..cc15316 100644 --- a/mtools.changes +++ b/mtools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Mar 28 10:08:26 UTC 2020 - Andreas Stieger + +- mtools 4.0.24: + * Added AC_SYS_LARGEFILE for some ARM processors + ------------------------------------------------------------------- Wed Mar 18 10:04:49 UTC 2020 - pgajdos@suse.com diff --git a/mtools.spec b/mtools.spec index 09c2890..6061401 100644 --- a/mtools.spec +++ b/mtools.spec @@ -17,7 +17,7 @@ Name: mtools -Version: 4.0.23 +Version: 4.0.24 Release: 0 Summary: Tools to access MS-DOS filesystems without kernel drivers License: GPL-3.0-or-later @@ -34,11 +34,10 @@ Patch5: %{name}-prototypes.diff BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool -Requires(pre): %{install_info_prereq} -Requires: glibc-locale-base -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: makeinfo BuildRequires: texinfo +Requires: glibc-locale-base +Requires(pre): %{install_info_prereq} %description Mtools allows access to an MS-DOS file system on disk without @@ -71,7 +70,7 @@ autoreconf -fi --includedir=%{_prefix}/src/linux/include \ --disable-floppyd -make -j1 all info pdf +%make_build -j1 all info pdf %install install -d -m 755 %{buildroot}%{_sysconfdir} @@ -85,18 +84,16 @@ cp -p mtools.conf %{buildroot}%{_sysconfdir} %install_info_delete --info-dir=%{_infodir} %{_infodir}/mtools.info.gz %files -%defattr(-,root,root) %config %{_sysconfdir}/mtools.conf %doc Release.notes NEWS README* %license COPYING -%doc %{_mandir}/man?*/* +%{_mandir}/man?*/* %exclude %{_mandir}/man?*/f* -%doc %{_infodir}/mtools.info* +%{_infodir}/mtools.info%{?ext_info} %{_bindir}/* %exclude %{_bindir}/f* %files doc -%defattr(-,root,root) %doc *.pdf %changelog