Mailinglist Archive: opensuse-commit (926 mails)
| < Previous | Next > |
commit mtools for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 04 Dec 2009 12:22:16 +0100
- Message-id: <20091204112216.29DB720298@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package mtools for openSUSE:Factory
checked in at Fri Dec 4 12:22:16 CET 2009.
--------
--- mtools/mtools.changes 2009-10-23 11:26:04.000000000 +0200
+++ /mounts/work_src_done/STABLE/mtools/mtools.changes 2009-11-24
15:26:35.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Nov 24 15:29:20 CET 2009 - pgajdos@xxxxxxx
+
+- updated to 4.0.12 (see NEWS)
+ - removed upstreamed help-flag.diff and overflow.diff
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
mtools-4.0.10-aliasing.diff
mtools-4.0.10-autoconf.diff
mtools-4.0.10-conf.diff
mtools-4.0.10-fat-bits.diff
mtools-4.0.10-file-close.diff
mtools-4.0.10-help-flag.diff
mtools-4.0.10-overflow.diff
mtools-4.0.10-prototypes.diff
mtools-4.0.10-script.diff
mtools-4.0.10.tar.bz2
New:
----
mtools-4.0.12-aliasing.diff
mtools-4.0.12-autoconf.diff
mtools-4.0.12-conf.diff
mtools-4.0.12-fat-bits.diff
mtools-4.0.12-file-close.diff
mtools-4.0.12-prototypes.diff
mtools-4.0.12-script.diff
mtools-4.0.12.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mtools.spec ++++++
--- /var/tmp/diff_new_pack.JMT7oo/_old 2009-12-04 12:21:42.000000000 +0100
+++ /var/tmp/diff_new_pack.JMT7oo/_new 2009-12-04 12:21:42.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package mtools (Version 4.0.10)
+# spec file for package mtools (Version 4.0.12)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -20,11 +20,11 @@
Name: mtools
BuildRequires: libpng texlive-latex xorg-x11 xorg-x11-devel
-Version: 4.0.10
-Release: 5
+Version: 4.0.12
+Release: 1
AutoReqProv: on
Group: System/Filesystems
-License: GPL v3 or later
+License: GPLv3+
Url: http://mtools.linux.lu/
Summary: Access Files on an MS-DOS File System
Source: %{name}-%{version}.tar.bz2
@@ -34,9 +34,7 @@
Patch3: %{name}-%{version}-aliasing.diff
Patch4: %{name}-%{version}-fat-bits.diff
Patch5: %{name}-%{version}-prototypes.diff
-Patch6: %{name}-%{version}-overflow.diff
Patch7: %{name}-%{version}-file-close.diff
-Patch8: %{name}-%{version}-help-flag.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -54,7 +52,7 @@
David C. Niemi <niemidc@xxxxxxxxx>
%package floppyd
-License: GPL v2 or later
+License: GPLv2+
Group: System/Filesystems
Summary: floppy daemon for remote access to floppy drive
@@ -71,7 +69,7 @@
David C. Niemi <niemidc@xxxxxxxxx>
%package doc
-License: GPL v3 or later ; GNU Free Documentation License, Version 1.3
(GFDL 1.3)
+License: GPLv3+ ; GNU Free Documentation License, Version 1.3 (GFDL 1.3)
Group: System/Filesystems
Summary: Access Files on an MS-DOS File System
Requires: %{name} = %{version}
@@ -98,9 +96,7 @@
%patch3
%patch4
%patch5
-%patch6
%patch7
-%patch8 -p1
%build
%{suse_update_config -f}
++++++ mtools-4.0.10-aliasing.diff -> mtools-4.0.12-aliasing.diff ++++++
--- mtools/mtools-4.0.10-aliasing.diff 2009-03-17 20:35:10.000000000 +0100
+++ /mounts/work_src_done/STABLE/mtools/mtools-4.0.12-aliasing.diff
2009-11-24 15:26:25.000000000 +0100
@@ -1,6 +1,8 @@
---- file.c
+Index: file.c
+===================================================================
+--- file.c.orig
+++ file.c
-@@ -573,7 +573,7 @@
+@@ -591,7 +591,7 @@ static Stream_t *_internalFileOpen(Strea
Pattern.loopDetectRel = 0;
Pattern.loopDetectAbs = first;
if(!hash_lookup(filehash, (T_HashTableEl) &Pattern,
++++++ mtools-4.0.10-autoconf.diff -> mtools-4.0.12-autoconf.diff ++++++
--- mtools/mtools-4.0.10-autoconf.diff 2009-03-17 20:35:10.000000000 +0100
+++ /mounts/work_src_done/STABLE/mtools/mtools-4.0.12-autoconf.diff
2009-11-24 15:26:25.000000000 +0100
@@ -1,6 +1,8 @@
---- configure.in
+Index: configure.in
+===================================================================
+--- configure.in.orig
+++ configure.in
-@@ -95,10 +95,10 @@
+@@ -110,10 +110,10 @@ dnl
dnl
AC_MSG_CHECKING(whether llseek declared in unistd.h)
AC_CACHE_VAL(mtools_cv_have_llseek_prototype,
@@ -13,7 +15,7 @@
AC_MSG_RESULT($mtools_cv_have_llseek_prototype)
if test "$mtools_cv_have_llseek_prototype" = yes; then
AC_DEFINE([HAVE_LLSEEK_PROTOTYPE],1,[Define when you have an LLSEEK
prototype])
-@@ -106,13 +106,13 @@
+@@ -121,13 +121,13 @@ fi
AC_MSG_CHECKING(whether lseek64 declared in unistd.h)
AC_CACHE_VAL(mtools_cv_have_lseek64_prototype,
@@ -29,7 +31,7 @@
AC_MSG_RESULT($mtools_cv_have_lseek64_prototype)
if test "$mtools_cv_have_lseek64_prototype" = yes; then
AC_DEFINE([HAVE_LSEEK64_PROTOTYPE],1,[Define when you have an LSEEK64
prototype])
-@@ -145,12 +145,12 @@
+@@ -163,12 +163,12 @@ dnl Check for 64-bit off_t
dnl
AC_DEFUN(SFS_CHECK_OFF_T_64,
[AC_CACHE_CHECK(for 64-bit off_t, sfs_cv_off_t_64,
++++++ mtools-4.0.10-conf.diff -> mtools-4.0.12-conf.diff ++++++
++++++ mtools-4.0.10-fat-bits.diff -> mtools-4.0.12-fat-bits.diff ++++++
--- mtools/mtools-4.0.10-fat-bits.diff 2009-03-17 20:35:10.000000000 +0100
+++ /mounts/work_src_done/STABLE/mtools/mtools-4.0.12-fat-bits.diff
2009-11-24 15:26:27.000000000 +0100
@@ -1,6 +1,8 @@
---- fat.c
+Index: fat.c
+===================================================================
+--- fat.c.orig
+++ fat.c
-@@ -704,7 +704,7 @@
+@@ -722,7 +722,7 @@ static int old_fat_read(Fs_t *This, unio
if(check_media_type(This,boot, tot_sectors))
return -1;
++++++ mtools-4.0.10-file-close.diff -> mtools-4.0.12-file-close.diff ++++++
--- mtools/mtools-4.0.10-file-close.diff 2009-09-15 09:53:50.000000000
+0200
+++ /mounts/work_src_done/STABLE/mtools/mtools-4.0.12-file-close.diff
2009-11-24 15:26:29.000000000 +0100
@@ -1,10 +1,12 @@
---- mformat.c
+Index: mformat.c
+===================================================================
+--- mformat.c.orig
+++ mformat.c
-@@ -1160,6 +1160,7 @@
+@@ -1163,6 +1163,7 @@ void mformat(int argc, char **argv, int
+ exit(1);
}
- read(fd, buf, blocksize);
keepBoot = 1;
+ close(fd);
}
if(!keepBoot && !(used_dev.use_2m & 0x7f)) {
- memset((char *)boot, '\0', Fs.sector_size);
+ memset(boot.characters, '\0', Fs.sector_size);
++++++ mtools-4.0.10-prototypes.diff -> mtools-4.0.12-prototypes.diff ++++++
--- mtools/mtools-4.0.10-prototypes.diff 2009-03-17 20:35:10.000000000
+0100
+++ /mounts/work_src_done/STABLE/mtools/mtools-4.0.12-prototypes.diff
2009-11-24 15:26:30.000000000 +0100
@@ -1,6 +1,8 @@
---- mformat.c
+Index: mformat.c
+===================================================================
+--- mformat.c.orig
+++ mformat.c
-@@ -3,6 +3,7 @@
+@@ -19,6 +19,7 @@
*/
#define DONT_NEED_WAIT
@@ -8,7 +10,7 @@
#include "sysincludes.h"
#include "msdos.h"
-@@ -31,7 +32,7 @@
+@@ -48,7 +49,7 @@
#define _LINUX_STRING_H_
#define kdev_t int
@@ -17,9 +19,11 @@
#undef _LINUX_STRING_H_
#endif
---- mpartition.c
+Index: mpartition.c
+===================================================================
+--- mpartition.c.orig
+++ mpartition.c
-@@ -2,6 +2,7 @@
+@@ -17,6 +17,7 @@
* mformat.c
*/
#define DONT_NEED_WAIT
@@ -27,7 +31,7 @@
#include "sysincludes.h"
#include "msdos.h"
-@@ -20,7 +21,7 @@
+@@ -35,7 +36,7 @@
#define _LINUX_STRING_H_
#define kdev_t int
@@ -36,9 +40,11 @@
#undef _LINUX_STRING_H_
#endif
---- sysincludes.h
+Index: sysincludes.h
+===================================================================
+--- sysincludes.h.orig
+++ sysincludes.h
-@@ -268,12 +268,16 @@
+@@ -331,12 +331,16 @@ typedef unsigned int uid_t;
#endif
#ifdef HAVE_NETINET_IN_H
++++++ mtools-4.0.10-script.diff -> mtools-4.0.12-script.diff ++++++
--- mtools/mtools-4.0.10-script.diff 2009-03-17 20:35:10.000000000 +0100
+++ /mounts/work_src_done/STABLE/mtools/mtools-4.0.12-script.diff
2009-11-24 15:26:31.000000000 +0100
@@ -1,15 +1,19 @@
---- scripts/mcomp
+Index: scripts/mcomp
+===================================================================
+--- scripts/mcomp.orig
+++ scripts/mcomp
-@@ -3,5 +3,5 @@
+@@ -24,5 +24,5 @@ fi
dosfile=$1
shift
-mcopy $dosfile - | cmp $@
+mcopy $dosfile - | cmp "$@"
---- scripts/mxtar
+Index: scripts/mxtar
+===================================================================
+--- scripts/mxtar.orig
+++ scripts/mxtar
-@@ -5,5 +5,5 @@
+@@ -21,5 +21,5 @@ dosfile=$2
shift
shift
++++++ mtools-4.0.10.tar.bz2 -> mtools-4.0.12.tar.bz2 ++++++
++++ 10490 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |