]> git.pld-linux.org Git - packages/nickle.git/commitdiff
- updated to 2.84 auto/th/nickle-2.84-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 26 Jun 2019 18:57:23 +0000 (20:57 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 26 Jun 2019 18:57:23 +0000 (20:57 +0200)
- removed obsolete doc patch

nickle-doc.patch [deleted file]
nickle.spec

diff --git a/nickle-doc.patch b/nickle-doc.patch
deleted file mode 100644 (file)
index 0e576bf..0000000
+++ /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.
index 8c170d257ced781dbd2883cdac7a63cc85f999a5..b1048890ad59b83b0ed9f3e11d64f4cc57fb7f51 100644 (file)
@@ -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
This page took 0.092652 seconds and 4 git commands to generate.