graphics/qgis-ltr: Fix broken patch naming

Accidentally, the patches in commit af60a61a93 were named incorrectly.

Reported by:	pkg-fallout
Fixes:		af60a61a93, Fix on CURRENT after llvm13 intro
MFH:		2021Q4

(cherry picked from commit eca1a49f0e)
This commit is contained in:
Rainer Hurling 2021-11-25 19:58:56 +01:00
parent e35ce3b3a6
commit 74992bc966
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
--- src/core/providers/ogr/qgsogrproviderutils.cpp.orig 2021-11-19 12:08:37 UTC
+++ src/core/providers/ogr/qgsogrproviderutils.cpp
@@ -2311,7 +2311,7 @@ void QgsOgrProviderUtils::release( QgsOgrLayer *&layer
--- src/core/providers/ogr/qgsogrprovider.cpp.orig 2021-11-19 12:10:19 UTC
+++ src/core/providers/ogr/qgsogrprovider.cpp
@@ -5934,7 +5934,7 @@ void QgsOgrProviderUtils::release( QgsOgrLayer *&layer
}
@ -9,7 +9,7 @@
{
if ( !ds )
return;
@@ -2319,7 +2319,6 @@ void QgsOgrProviderUtils::releaseDataset( QgsOgrDatase
@@ -5942,7 +5942,6 @@ void QgsOgrProviderUtils::releaseDataset( QgsOgrDatase
QMutexLocker locker( sGlobalMutex() );
releaseInternal( ds->mIdent, ds->mDs, true );
delete ds;

View File

@ -1,6 +1,6 @@
--- src/core/providers/ogr/qgsogrproviderutils.h.orig 2021-11-19 12:08:37 UTC
+++ src/core/providers/ogr/qgsogrproviderutils.h
@@ -216,7 +216,7 @@ class CORE_EXPORT QgsOgrProviderUtils
--- src/core/providers/ogr/qgsogrprovider.h.orig 2021-11-19 12:10:19 UTC
+++ src/core/providers/ogr/qgsogrprovider.h
@@ -503,7 +503,7 @@ class CORE_EXPORT QgsOgrProviderUtils
static void release( QgsOgrLayer *&layer );
//! Release a QgsOgrDataset*