[packages/nickle] - updated to 2.84 - removed obsolete doc patch

qboosh qboosh at pld-linux.org
Wed Jun 26 20:56:03 CEST 2019


commit b1564219d7f501cdcb01a221a6a364a3b6b816ba
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Jun 26 20:57:23 2019 +0200

    - updated to 2.84
    - removed obsolete doc patch

 nickle-doc.patch | 21 ---------------------
 nickle.spec      |  8 +++-----
 2 files changed, 3 insertions(+), 26 deletions(-)
---
diff --git a/nickle.spec b/nickle.spec
index 8c170d2..b104889 100644
--- a/nickle.spec
+++ b/nickle.spec
@@ -1,13 +1,12 @@
 Summary:	Desk calculator language, similar to C
 Summary(pl.UTF-8):	Język kalkulatora biurkowego podobny do C
 Name:		nickle
-Version:	2.77
-Release:	4
+Version:	2.84
+Release:	1
 License:	MIT
 Group:		Development/Languages
 Source0:	http://nickle.org/release/%{name}-%{version}.tar.gz
-# Source0-md5:	22f9775f069be403d110c72c8e888a55
-Patch0:		%{name}-doc.patch
+# Source0-md5:	cf2a1e403698835a152e56b625857e07
 URL:		http://nickle.org/
 BuildRequires:	bison
 BuildRequires:	docbook-dtd41-sgml
@@ -57,7 +56,6 @@ tekstowo, takich jak AWK czy PERL.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
diff --git a/nickle-doc.patch b/nickle-doc.patch
deleted file mode 100644
index 0e576bf..0000000
--- a/nickle-doc.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- nickle-2.77/doc/tutorial/advanced/concurrency.sgml.orig	2012-11-05 06:42:49.000000000 +0100
-+++ nickle-2.77/doc/tutorial/advanced/concurrency.sgml	2012-11-09 21:55:30.982986528 +0100
-@@ -222,6 +222,7 @@
- <literal>wait</literal> merely decrements the count of <literal>s</literal>, which starts with the initial value specified by <literal>new</literal>.
- If the count, after the decrement, is positive, the thread continues to run; if it is negative, it blocks until the count becomes positive again.
- This will occur when one of the running threads calls <literal>signal</literal>, which increments the count of <literal>s</literal> and wakes up another thread if any are waiting.
-+</para>
- </sect3>
- 
- <sect3><title>Negative initial counts</title>
---- nickle-2.77/doc/tutorial/intro/variables.sgml.orig	2012-11-05 06:42:49.000000000 +0100
-+++ nickle-2.77/doc/tutorial/intro/variables.sgml	2012-11-09 21:54:48.236321654 +0100
-@@ -297,7 +297,7 @@
- separate key from value.  Eliding the key specifies the
- "default" value -- used to instantiate newly created elements in the hash.
- </para>
--
-+</sect3>
- <sect3><title>Pointers</title>
- <para>
- Pointers hold a reference to a separate object; multiple pointers may point at the same object and changes to the referenced object are reflected both in the underlying object as well as in any other references to the same object.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nickle.git/commitdiff/b1564219d7f501cdcb01a221a6a364a3b6b816ba



More information about the pld-cvs-commit mailing list