]> git.pld-linux.org Git - packages/vmips.git/commitdiff
- updated to 1.5.1 master auto/th/vmips-1.5.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 30 Dec 2023 13:13:11 +0000 (14:13 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 30 Dec 2023 13:13:11 +0000 (14:13 +0100)
vmips-am.patch
vmips.spec

index 716a32522b684fd1697bb251931ce38e92db626b..66404f5561a66de70a6841b55eb7fc42da4c522b 100644 (file)
@@ -1,11 +1,11 @@
---- vmips-1.4.1/configure.in.orig      2013-04-29 08:41:15.000000000 +0200
-+++ vmips-1.4.1/configure.in   2013-05-15 17:33:59.594115486 +0200
-@@ -5,7 +5,7 @@
+--- vmips-1.5.1/configure.in.orig      2023-12-30 10:42:14.838444323 +0100
++++ vmips-1.5.1/configure.in   2023-12-30 14:01:50.610232665 +0100
+@@ -5,7 +5,7 @@ dnl Get the canonical and user-supplied
  AC_CANONICAL_SYSTEM
  program_prefix=NONE
- AM_INIT_AUTOMAKE(vmips, 1.5)
+ AM_INIT_AUTOMAKE(vmips, 1.5.1)
 -AM_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADERS(config.h)
++AC_CONFIG_HEADERS([config.h])
  
  dnl Look for mips tool installation:
  AC_ARG_WITH(mips,
index 21c528c2f41cdf88f9957e903113a6aaedafba9d..e32dbfbc23e372b6661fc949e44a4cc64aa8156c 100644 (file)
@@ -1,15 +1,15 @@
 Summary:       Virtual machine simulator based on a MIPS R3000 processor
 Summary(pl.UTF-8):     Symulator maszyny wirtualnej opartej na procesorze MIPS R3000
 Name:          vmips
-Version:       1.5
+Version:       1.5.1
 Release:       1
 License:       GPL v2+
 Group:         Applications/Emulators
-Source0:       http://vmips.sourceforge.net/releases/%{name}-%{version}/vmips-%{version}.tar.gz
-# Source0-md5: 2508e366445e517a368cb367d8385c87
+Source0:       https://vmips.sourceforge.net/releases/%{name}-%{version}/vmips-%{version}.tar.gz
+# Source0-md5: 6bca35762ff282418e9224ebf7d93583
 Patch0:                %{name}-am.patch
 Patch1:                %{name}-info.patch
-URL:           http://vmips.sourceforge.net/
+URL:           https://vmips.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libstdc++-devel
@@ -45,6 +45,7 @@ touch doc/*.1
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.234103 seconds and 4 git commands to generate.