public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Chapien <inquiries@chapien.net>
To: git-commits@fedoraproject.org
Subject: [rpms/mygui] f43: Turns out we did need the so name files, updated the patch file accordingly
Date: Wed, 01 Jul 2026 06:59:19 GMT	[thread overview]
Message-ID: <178288915902.1.18076276537631821955.rpms-mygui-e9cb65e8e9d2@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/mygui
Branch : f43
Commit : e9cb65e8e9d2346806318fe7f427d9b891c860ee
Author : Chapien <inquiries@chapien.net>
Date   : 2026-06-30T23:44:51-07:00
Stats  : +12/-9 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/mygui/c/e9cb65e8e9d2346806318fe7f427d9b891c860ee?branch=f43

Log:
Turns out we did need the so name files, updated the patch file accordingly

---
diff --git a/mygui-add-missing-soname.patch b/mygui-add-missing-soname.patch
index c030be0..3e8c4e0 100644
--- a/mygui-add-missing-soname.patch
+++ b/mygui-add-missing-soname.patch
@@ -1,11 +1,12 @@
-diff -up mygui-MyGUI3.4.3/Platforms/OpenGL/OpenGLPlatform/CMakeLists.txt.orig mygui-MyGUI3.4.3/Platforms/OpenGL/OpenGLPlatform/CMakeLists.txt
---- mygui-MyGUI3.4.3/Platforms/OpenGL/OpenGLPlatform/CMakeLists.txt.orig	2023-08-06 23:45:08.000000000 +0200
-+++ mygui-MyGUI3.4.3/Platforms/OpenGL/OpenGLPlatform/CMakeLists.txt	2025-07-29 20:49:36.561869888 +0200
-@@ -41,6 +41,7 @@ link_directories(${OPENGL_LIB_DIR})
+diff -up mygui-MyGUI3.4.4/Platforms/OpenGLPlatform/CMakeLists.txt.orig mygui-MyGUI3.4.4/Platforms/OpenGLPlatform/CMakeLists.txt
+--- mygui-MyGUI3.4.4/Platforms/OpenGLPlatform/CMakeLists.txt.orig	2026-06-28 23:45:08.000000000 +0200
++++ mygui-MyGUI3.4.4/Platforms/OpenGLPlatform/CMakeLists.txt	2026-06-30 20:49:36.561869888 +0200
+@@ -29,4 +29,7 @@
  install(FILES ${HEADER_FILES}
  	DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/MYGUI"
  )
++
 +set_target_properties(${PROJECTNAME} PROPERTIES VERSION ${MYGUI_VERSION} SOVERSION "${MYGUI_VERSION_MAJOR}.${MYGUI_VERSION_MINOR}.${MYGUI_VERSION_PATCH}")
- mygui_install_target(${PROJECTNAME} "")
- 
- if (MYGUI_HIGH_LEVEL_WARNINGS)
++
+ mygui_install_target(${PROJECTNAME})
+

diff --git a/mygui.spec b/mygui.spec
index f030903..ec8cf67 100644
--- a/mygui.spec
+++ b/mygui.spec
@@ -14,6 +14,7 @@ Source3:        mygui-layouteditor.desktop
 Source4:        mygui-imageeditor.desktop
 Source5:        mygui-fonteditor.desktop
 Source6:        mygui-skineditor.desktop
+Patch0:         mygui-add-missing-soname.patch
 
 BuildRequires:  cmake
 BuildRequires:  cmake(SDL2)
@@ -67,6 +68,7 @@ renamed to be prefixed with mygui (ie mygui-LayoutEditor)
 
 %prep
 %setup -qn %{name}-MyGUI%{version}
+%patch -P0 -p1 -b .orig
 
 
 %build
@@ -152,8 +154,8 @@ done
 
 %files devel
 %{_includedir}/MYGUI
-%{_libdir}/libMyGUI.OpenGLPlatform.a
-%{_libdir}/libMyGUICommon.a
+%{_libdir}/libMyGUI.OpenGLPlatform.so
+%{_libdir}/libMyGUICommon.so
 %{_libdir}/libMyGUIEngine.so
 %{_libdir}/pkgconfig/MYGUI.pc
 

                 reply	other threads:[~2026-07-01  6:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178288915902.1.18076276537631821955.rpms-mygui-e9cb65e8e9d2@fedoraproject.org \
    --to=inquiries@chapien.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox