From f1a8228212e1d6c0d064dc7aa59df5259563d85f Mon Sep 17 00:00:00 2001
From: dirkmueller <>
Date: Dec 06 2021 23:14:40 +0000
Subject: Update PTL to version 2.3.0 / rev 3 via SR 935772


https://build.opensuse.org/request/show/935772
by user dirkmueller + dimstar_suse

---

diff --git a/.files b/.files
index f129867..2110c91 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index b7fdb89..1c61e07 100644
--- a/.rev
+++ b/.rev
@@ -16,4 +16,12 @@
     <comment></comment>
     <requestid>935306</requestid>
   </revision>
+  <revision rev="3" vrev="1">
+    <srcmd5>de5b4cb83b3276050ba286bdd49ff3d7</srcmd5>
+    <version>2.3.0</version>
+    <time>1638831579</time>
+    <user>dimstar_suse</user>
+    <comment></comment>
+    <requestid>935772</requestid>
+  </revision>
 </revisionlist>
diff --git a/PTL-2.2.0.tar.gz b/PTL-2.2.0.tar.gz
deleted file mode 120000
index 9c9cbdc..0000000
--- a/PTL-2.2.0.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafybeic5mpmoecpdf7jwq4z2suptfrelmv4ngbnnxmivuabmvsbmevuzfi
\ No newline at end of file
diff --git a/PTL-2.3.0.tar.gz b/PTL-2.3.0.tar.gz
new file mode 120000
index 0000000..b7ceea2
--- /dev/null
+++ b/PTL-2.3.0.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafybeig2q5r4rvzbz6mk7yd2hddqjwcjl3hhl3ncv2ijbbwdj4kohk6pp4
\ No newline at end of file
diff --git a/PTL-incorrect-pthread-requires-in-pkgconfig.patch b/PTL-incorrect-pthread-requires-in-pkgconfig.patch
deleted file mode 100644
index 503efd9..0000000
--- a/PTL-incorrect-pthread-requires-in-pkgconfig.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: PTL-2.2.0/cmake/Templates/ptl.pc.in
-===================================================================
---- PTL-2.2.0.orig/cmake/Templates/ptl.pc.in
-+++ PTL-2.2.0/cmake/Templates/ptl.pc.in
-@@ -6,6 +6,6 @@ Name: PTL
- Description: Parallel Tasking Library for C++
- Version: @PTL_VERSION_STRING@
- Requires: @PTL_PC_TBB_REQUIREMENT@
--Requires.private: -pthread
- Libs: -L${libdir} -lptl
-+Libs.private: -pthread
- CFlags: -std=c++@CMAKE_CXX_STANDARD@ -pthread -I${includedir}
diff --git a/PTL.changes b/PTL.changes
index 305dbb9..7041525 100644
--- a/PTL.changes
+++ b/PTL.changes
@@ -1,4 +1,22 @@
 -------------------------------------------------------------------
+Sat Dec  4 16:31:35 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
+
+- Update to version 2.3.0:
+  * ThreadPool::Config [gh#jrmadsen/PTL#23].
+  * Formatting updates [gh#jrmadsen/PTL#24].
+
+-------------------------------------------------------------------
+Fri Dec  3 22:03:22 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
+
+- Update to version 2.2.1:
+  * ThreadPool.h: fix typo by @stephanlachnit
+    [gh#jrmadsen/PTL#20].
+  * pkgconfig: Use Libs.private for "-pthread" flag by @badshah400
+    [gh#jrmadsen/PTL#22].
+- Drop PTL-incorrect-pthread-requires-in-pkgconfig.patch:
+  incorporated upstream.
+
+-------------------------------------------------------------------
 Thu Dec  2 13:37:16 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
 
 - Update to version 2.2.0:
diff --git a/PTL.spec b/PTL.spec
index f97ca28..2d15ceb 100644
--- a/PTL.spec
+++ b/PTL.spec
@@ -19,14 +19,12 @@
 %define sover 2
 %define libname libptl%{sover}
 Name:           PTL
-Version:        2.2.0
+Version:        2.3.0
 Release:        0
 Summary:        C++11 mutilthreading tasking system
 License:        MIT
 URL:            https://github.com/jrmadsen/PTL
 Source:         https://github.com/jrmadsen/PTL/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM PTL-incorrect-pthread-requires-in-pkgconfig.patch gh#jrmadsen/PTL#21 badshah400@gmail.com  -- Add PTL-incorrect-pthread-requires-in-pkgconfig.patch to drop an incorrect Requires on pthread in the pkgconfig file that causes pkgconfig to automatically add unresolvable Requires to the devel rpm package.
-Patch0:         PTL-incorrect-pthread-requires-in-pkgconfig.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config