Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package simh for openSUSE:Factory checked in 
at 2023-06-23 21:53:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/simh (Old)
 and      /work/SRC/openSUSE:Factory/.simh.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "simh"

Fri Jun 23 21:53:45 2023 rev:22 rq:1094893 version:3.12_4

Changes:
--------
--- /work/SRC/openSUSE:Factory/simh/simh.changes        2020-06-07 
21:39:11.445616033 +0200
+++ /work/SRC/openSUSE:Factory/.simh.new.15902/simh.changes     2023-06-23 
21:53:54.707064374 +0200
@@ -1,0 +2,13 @@
+Fri Jun 23 07:41:14 UTC 2023 - Klaus Kämpf <kkae...@suse.com>
+
+- Update to 3.12_4
+  This release is mostly bug fixes, particularly in the PDP-11 and
+  Sigma simulators.
+  Support for running SimH on MacOS "Classic" (pre-OSX) and OS/2
+  has been dropped.
+  See the detailed revision histories in individual source code
+  modules for details. 
+
+  * simh-s3 got dropped upstream
+
+-------------------------------------------------------------------

Old:
----
  simhv311-0.zip

New:
----
  simhv312-4.zip

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

Other differences:
------------------
++++++ simh.spec ++++++
--- /var/tmp/diff_new_pack.pmCPt5/_old  2023-06-23 21:53:56.007071823 +0200
+++ /var/tmp/diff_new_pack.pmCPt5/_new  2023-06-23 21:53:56.011071846 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package simh
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,17 @@
 
 
 Name:           simh
+BuildRequires:  dos2unix
 BuildRequires:  libpcap-devel
+BuildRequires:  libvdeplug-devel
 BuildRequires:  unzip
 URL:            http://simh.trailing-edge.com/
-Version:        3.11_0
+Version:        3.12_4
 Release:        0
 Summary:        A collection of simulators of historically significant data 
processing systems
 License:        BSD-3-Clause
 Group:          System/Emulators/Other
-Source:         http://simh.trailing-edge.com/sources/simhv311-0.zip
+Source:         http://simh.trailing-edge.com/sources/simhv312-4.zip
 Patch1:         0001-declare-don-t-define-uc15_memsize-in-include-file.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -57,7 +59,6 @@
 A selection of software for other systems can be found at The Computer
 History Simulation Project at http://simh.trailing-edge.com/
 
-
 %prep
 %setup -c -T
 unzip -a %SOURCE0
@@ -67,8 +68,8 @@
 %build
 cd sim
 mkdir -p BIN
-USE_NETWORK=1 make
-for i in $(cd BIN; ls *) ; do 
+make
+for i in $(cd BIN; ls * | grep -v buildtools) ; do
        mv -v BIN/${i} BIN/simh-${i}
 done
 
@@ -77,39 +78,15 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/usr/bin
-install -m 755 sim/BIN/* $RPM_BUILD_ROOT/usr/bin
+install -m 755 sim/BIN/simh-* $RPM_BUILD_ROOT/usr/bin
 chmod 644 sim/*.txt sim/SDS/*.txt sim/Interdata/*.txt
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+for i in sim/*.txt sim/*/*.txt ; do
+  dos2unix ${i}
+done
 
 %files
 %defattr(-,root,root)
 %doc sim/*.txt sim/*/*txt
-%{_bindir}/simh-altair
-%{_bindir}/simh-eclipse
-%{_bindir}/simh-gri
-%{_bindir}/simh-h316
-%{_bindir}/simh-i1401
-%{_bindir}/simh-i1620
-%{_bindir}/simh-i7094
-%{_bindir}/simh-id16
-%{_bindir}/simh-id32
-%{_bindir}/simh-lgp
-%{_bindir}/simh-nova
-%{_bindir}/simh-pdp1
-%{_bindir}/simh-pdp10
-%{_bindir}/simh-pdp11
-%{_bindir}/simh-pdp15
-%{_bindir}/simh-pdp4
-%{_bindir}/simh-pdp7
-%{_bindir}/simh-pdp8
-%{_bindir}/simh-pdp9
-%{_bindir}/simh-s3
-%{_bindir}/simh-sds
-%{_bindir}/simh-sigma
-%{_bindir}/simh-uc15
-%{_bindir}/simh-vax
-%{_bindir}/simh-vax780
+%{_bindir}/simh-*
 
 %changelog

++++++ 0001-declare-don-t-define-uc15_memsize-in-include-file.patch ++++++
--- /var/tmp/diff_new_pack.pmCPt5/_old  2023-06-23 21:53:56.031071961 +0200
+++ /var/tmp/diff_new_pack.pmCPt5/_new  2023-06-23 21:53:56.035071983 +0200
@@ -1,17 +1,21 @@
-From 0c160249655cf6cff4fa42f17b642dee1a5048ae Mon Sep 17 00:00:00 2001
+From f86854edc65b3df05663d2327178a7c33198e2d3 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkae...@suse.de>
-Date: Sun, 7 Jun 2020 12:54:05 +0200
+Date: Fri, 23 Jun 2023 09:39:47 +0200
 Subject: [PATCH] declare, don't define uc15_memsize in include file
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
 
+Signed-off-by: Klaus Kämpf <kkae...@suse.de>
 ---
  PDP11/pdp11_defs.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/PDP11/pdp11_defs.h b/PDP11/pdp11_defs.h
-index 8973708..1924177 100644
+index 18be49f..d8c52e4 100644
 --- a/PDP11/pdp11_defs.h
 +++ b/PDP11/pdp11_defs.h
-@@ -900,7 +900,7 @@ void cpu_set_boot (int32 pc);
+@@ -913,7 +913,7 @@ void cpu_set_boot (int32 pc);
  #define WrMemW(pa,d)    uc15_WrMemW (pa, d)
  #define WrMemB(pa, d)   uc15_WrMemB (pa, d)
  
@@ -21,6 +25,6 @@
  int32 uc15_RdMemB (int32 pa);
  void uc15_WrMemW (int32 pa, int32 d);
 -- 
-2.26.2
+2.41.0
 
 

Reply via email to