Hello community,

here is the log from the commit of package bin86 for openSUSE:Factory checked 
in at 2015-11-05 11:35:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bin86 (Old)
 and      /work/SRC/openSUSE:Factory/.bin86.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bin86"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bin86/bin86.changes      2015-03-30 
19:10:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bin86.new/bin86.changes 2015-11-05 
11:35:17.000000000 +0100
@@ -1,0 +2,15 @@
+Sun Nov  1 14:05:47 UTC 2015 - [email protected]
+
+- Update to version 0.1621
+  * The changelog has not been updated for this version and previous
+    ones
+
+-------------------------------------------------------------------
+Sun Nov  1 12:28:18 UTC 2015 - [email protected]
+
+- Update to version 0.16.20
+  * The changelog has not been updated for this version and previous
+    ones
+- Update dev86-0.16.17.dif > dev86-0.16.20.dif
+
+-------------------------------------------------------------------

Old:
----
  Dev86src-0.16.17.tar.gz
  dev86-0.16.17.dif

New:
----
  Dev86src-0.16.21.tar.gz
  dev86-0.16.20.dif

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

Other differences:
------------------
++++++ bin86.spec ++++++
--- /var/tmp/diff_new_pack.JlqRx2/_old  2015-11-05 11:35:18.000000000 +0100
+++ /var/tmp/diff_new_pack.JlqRx2/_new  2015-11-05 11:35:18.000000000 +0100
@@ -17,15 +17,15 @@
 
 
 Name:           bin86
-Version:        0.16.17
+Version:        0.16.21
 Release:        0
 Summary:        An 8086 Assembler and Linker
 License:        GPL-2.0+
 Group:          Development/Languages/Other
 Url:            http://v3.sk/~lkundrak/dev86/
-Source0:        http://v3.sk/~lkundrak/dev86/archive/Dev86src-%{version}.tar.gz
+Source0:        http://v3.sk/~lkundrak/dev86/Dev86src-%{version}.tar.gz
 Source1:        bin86-rpmlintrc
-Patch0:         dev86-%{version}.dif
+Patch0:         dev86-0.16.20.dif
 Patch2:         dev86-noelks.patch
 Patch3:         dev86-x86_64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ Dev86src-0.16.17.tar.gz -> Dev86src-0.16.21.tar.gz ++++++
++++ 5934 lines of diff (skipped)

++++++ dev86-0.16.17.dif -> dev86-0.16.20.dif ++++++
--- /work/SRC/openSUSE:Factory/bin86/dev86-0.16.17.dif  2011-09-23 
01:52:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bin86.new/dev86-0.16.20.dif     2015-11-05 
11:35:17.000000000 +0100
@@ -2,15 +2,15 @@
 ===================================================================
 --- Makefile.orig      2011-01-31 14:05:24.200314716 +0100
 +++ Makefile   2011-01-31 14:05:43.854324546 +0100
-@@ -18,7 +18,7 @@ LIBDIR=  $(PREFIX)/lib/bcc
+@@ -18,7 +18,7 @@
  INCLDIR= $(PREFIX)/lib/bcc
  ASLDDIR= $(BINDIR)
  MANDIR=        $(PREFIX)/man
 -CFLAGS=  -O
 +CFLAGS=  -O2 -fno-strength-reduce
+ IFDEFNAME= ifdef
  
  # Some makes take the last of a list as the default ...
- all: make.fil
 Index: ar/ar.c
 ===================================================================
 --- ar/ar.c.orig       2011-01-31 14:05:24.200314716 +0100
@@ -53,20 +53,6 @@
     char ** prefix;
     char * saved_cmd;
  
-@@ -1308,10 +1312,10 @@ void reset_prefix_path()
- 
-       for(d=s=ptr; d && *s; s=d)
-       {
--#ifdef MAXPATHLEN
--         char buf[MAXPATHLEN];
-+#ifdef PATH_MAX
-+         char buf[PATH_MAX];
- #else
--         char buf[1024];
-+         char buf[MAXPATHLEN];
- #endif
- 
-        free(temp);
 Index: bcc/dbprintf.c
 ===================================================================
 --- bcc/dbprintf.c.orig        2011-01-31 14:05:24.200314716 +0100
@@ -83,8 +69,8 @@
 ===================================================================
 --- bootblocks/Makefile.orig   2011-01-31 14:05:24.200314716 +0100
 +++ bootblocks/Makefile        2011-01-31 14:05:43.856314460 +0100
-@@ -38,7 +38,7 @@ BOOTBLOCKS=sysboot.v noboot.v skip.v msd
- EXTRAS=minix.h zimage.s minix_elks.c lsys.c boot_win.c
+@@ -42,7 +42,7 @@
+        freedosboot.zip freedos.h
  
  install: makeboot
 -      install -m 755 -s makeboot $(DIST)$(PREFIX)/bin/makeboot
@@ -137,9 +123,9 @@
  /* Copyright (C) 1994 Bruce Evans */
  
 +#include <string.h>
+ #include "syshead.h"
  #include "const.h"
  #include "obj.h"
- #include "type.h"
 Index: makefile.in
 ===================================================================
 --- makefile.in.orig   2011-01-31 14:05:24.201314489 +0100
@@ -166,16 +152,3 @@
      char zname[2];
      char segm[1];
      char pad1[1];
-Index: libc/i386sys/Makefile
-===================================================================
---- libc/i386sys/Makefile.orig 2005-01-04 00:00:39.000000000 +0100
-+++ libc/i386sys/Makefile      2011-01-31 14:06:01.595174380 +0100
-@@ -12,7 +12,7 @@ DSRC=dirent.c
- DOBJ=opendir.o closedir.o readdir.o
- 
- ifeq ($(LIB_CPU)-$(LIB_OS),i386-ELKS)
--OBJ=$(LOBJ3) $(LOBJ) $(EOBJ) $(DOBJ) setjmp3.o
-+OBJ=$(LOBJ) $(EOBJ) $(DOBJ) setjmp3.o
- SYSCALLS=syscalls
- 
- CFLAGS=$(ARCH) $(CCFLAGS) $(DEFS)


Reply via email to