[med-svn] [Git][med-team/gdcm][master] 2 commits: d/patches: Revert changes breaking binary ABI. Closes: #1056953

Mathieu Malaterre (@malat) gitlab at salsa.debian.org
Thu Dec 7 09:39:00 GMT 2023



Mathieu Malaterre pushed to branch master at Debian Med / gdcm


Commits:
263554ea by Mathieu Malaterre at 2023-12-07T10:37:06+01:00
d/patches: Revert changes breaking binary ABI. Closes: #1056953

- - - - -
c297d79a by Mathieu Malaterre at 2023-12-07T10:37:33+01:00
d/changelog: Upload 3.0.22-2 to unstable

- - - - -


2 changed files:

- debian/changelog
- + debian/patches/dircos_rev.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+gdcm (3.0.22-2) unstable; urgency=medium
+
+  * d/patches: Revert changes breaking binary ABI. Closes: #1056953
+
+ -- Mathieu Malaterre <malat at debian.org>  Thu, 07 Dec 2023 10:37:28 +0100
+
 gdcm (3.0.22-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/patches/dircos_rev.patch
=====================================
@@ -0,0 +1,30 @@
+Description: Revert gdcmDirectionCosines destructor change
+Author: Gianfranco Costamagna <locutusofborg at debian.org>
+Bug-Debian: https://bugs.debian.org/1056953
+Origin: upstream
+Forwarded: no
+Reviewed-By: Mathieu Malaterre <malat at debian.org>
+Last-Update: 2023-12-07
+
+--- gdcm-3.0.22.orig/Source/MediaStorageAndFileFormat/gdcmDirectionCosines.cxx
++++ gdcm-3.0.22/Source/MediaStorageAndFileFormat/gdcmDirectionCosines.cxx
+@@ -40,6 +40,8 @@ DirectionCosines::DirectionCosines(const
+   Values[5] = dircos[5];
+ }
+ 
++DirectionCosines::~DirectionCosines() = default;
++
+ void DirectionCosines::Print(std::ostream &os) const
+ {
+   os << Values[0] << ",";
+--- gdcm-3.0.22.orig/Source/MediaStorageAndFileFormat/gdcmDirectionCosines.h
++++ gdcm-3.0.22/Source/MediaStorageAndFileFormat/gdcmDirectionCosines.h
+@@ -29,7 +29,7 @@ public:
+   DirectionCosines(const double dircos[6]);
+   // Cannot get the following signature to be wrapped with swig...
+   //DirectionCosines(const double *dircos = 0 );
+-  ~DirectionCosines() = default;
++  ~DirectionCosines();
+ 
+   /// Print
+   void Print(std::ostream &) const;



View it on GitLab: https://salsa.debian.org/med-team/gdcm/-/compare/15bb6e93f5d503d605f3a76ef085607fe97d34d3...c297d79acfd90e26a0fa9b3049accd90b74df845

-- 
View it on GitLab: https://salsa.debian.org/med-team/gdcm/-/compare/15bb6e93f5d503d605f3a76ef085607fe97d34d3...c297d79acfd90e26a0fa9b3049accd90b74df845
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20231207/5ad991d8/attachment-0001.htm>


More information about the debian-med-commit mailing list