commit f28c1ff5c53a58dffd77be8dd22175754b1648e6
Author: Jakub Bogusz <[email protected]>
Date:   Fri Dec 29 22:56:26 2023 +0100

    - updated to 1.2.0

 z80dasm-format.patch | 19 -------------------
 z80dasm.spec         |  7 +++----
 2 files changed, 3 insertions(+), 23 deletions(-)
---
diff --git a/z80dasm.spec b/z80dasm.spec
index cec36a4..21f361c 100644
--- a/z80dasm.spec
+++ b/z80dasm.spec
@@ -1,13 +1,12 @@
 Summary:       Z80 disassembler
 Summary(pl.UTF-8):     Disasembler Z80
 Name:          z80dasm
-Version:       1.1.5
+Version:       1.2.0
 Release:       1
 License:       GPL v2+
 Group:         Development/Tools
 Source0:       https://www.tablix.org/~avian/z80dasm/%{name}-%{version}.tar.gz
-# Source0-md5: a4f2cd7ec99dfda66a80f2e72b3041ae
-Patch0:                %{name}-format.patch
+# Source0-md5: d28fc8a3903ca253369ad723f5f88cf0
 URL:           https://www.tablix.org/~avian/blog/articles/z80dasm/
 BuildRequires: rpmbuild(macros) >= 1.213
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -55,7 +54,6 @@ znaleźć w pliku NEWS.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
@@ -63,6 +61,7 @@ znaleźć w pliku NEWS.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
diff --git a/z80dasm-format.patch b/z80dasm-format.patch
deleted file mode 100644
index 8368746..0000000
--- a/z80dasm-format.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- z80dasm-1.1.5/src/dz80.c.orig      2017-11-17 19:39:20.112701028 +0100
-+++ z80dasm-1.1.5/src/dz80.c   2017-11-17 19:39:22.762700995 +0100
-@@ -296,14 +296,14 @@
-       }
- 
-       if(stro[0] == 0) {
--              FP(fx,rstr);
-+              FP(fx,"%s",rstr);
-               return(2);
-       } else {
-               r=ckrange(2,bstr);
-               if(r==-1) {
-                       return defb(-1);
-               } else {
--                      FP(fx,rstr);
-+                      FP(fx,"%s",rstr);
-                       FP(fx,stro,bstr);
-               }
-               return(4);
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/z80dasm.git/commitdiff/f28c1ff5c53a58dffd77be8dd22175754b1648e6

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to