ALT Linux Bugzilla
– Attachment 10245 Details for
Bug 41864
Прошу удалить libjpeg-turbo-alt-versioning.patch
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Модификация имеющегося libjpeg.map.in вместо патча на сборку
0001-Fine-graining-versioning.patch (text/plain), 1.31 KB, created by
Fr. Br. George
on 2022-02-03 17:31:38 MSK
(
hide
)
Description:
Модификация имеющегося libjpeg.map.in вместо патча на сборку
Filename:
MIME Type:
Creator:
Fr. Br. George
Created:
2022-02-03 17:31:38 MSK
Size:
1.31 KB
patch
obsolete
>From ef1dca7e32d55b03082cb08bc8c0d4d841c4d66f Mon Sep 17 00:00:00 2001 >From: "George V. Kouryachy (Fr. Br. George)" <george@altlinux.ru> >Date: Thu, 3 Feb 2022 17:28:17 +0300 >Subject: [PATCH] Fine graining versioning > >--- > libjpeg.spec | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > >diff --git a/libjpeg.spec b/libjpeg.spec >index 90065f2..cd962d0 100644 >--- a/libjpeg.spec >+++ b/libjpeg.spec >@@ -102,7 +102,7 @@ This package contains development files for the turbojpeg library. > %prep > %setup -n %name-%version-%release > %patch0 -p1 >-%patch1 -p1 >+#patch1 -p1 > %patch2 -p2 > %ifarch %e2k > %patch2000 -p1 >@@ -112,11 +112,12 @@ install -pm644 %_sourcedir/{jpegexiforient,jpeginfo}.c . > install -pm755 %_sourcedir/exifautotran . > > # restrict list of global symbols exported by the library. >-echo -e '{\nglobal:' > libjpeg.sym >+sed -i '/LIBJPEG_@JPEG_LIB_VERSION_DECIMAL@ {/,$d' libjpeg.map.in >+echo -e 'LIBJPEG_@JPEG_LIB_VERSION_DECIMAL@ {\nglobal:' >> libjpeg.map.in > sed -En '/^EXTERN/ s,^.+\)\s+([^(]+).+$,\1;,p' jpeglib.h jpegint.h \ >- | egrep -v '^(jinit_|jzero_far)' >> libjpeg.sym >+ | egrep -v '^(jinit_|jzero_far)' >> libjpeg.map.in > # extra symbols required by packages >-cat >> libjpeg.sym <<'EOF' >+cat >> libjpeg.map.in <<'EOF' > jinit_c_master_control; > jinit_color_converter; > jinit_master_decompress; >-- >2.33.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 41864
: 10245