[ogre] Fix up dynlib patch

Bruno Wolff III bruno at fedoraproject.org
Sat Apr 20 11:13:13 UTC 2013


commit 9c310a2dcf1848a2c7bc65d55403e171fddd4cb1
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Apr 20 06:11:32 2013 -0500

    Fix up dynlib patch
    
    The previous version would try to dlopen plugins twice in some cases.

 ogre.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ogre.spec b/ogre.spec
index 50be425..1f26ef2 100644
--- a/ogre.spec
+++ b/ogre.spec
@@ -1,6 +1,6 @@
 Name:           ogre
 Version:        1.8.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Object-Oriented Graphics Rendering Engine
 # MIT with exceptions - main library
 # CC-BY-SA - devel docs
@@ -285,6 +285,9 @@ mv %{_libdir}/OGRE/cmake %{_datadir}/cmake/MODULES/OGRE
 
 
 %changelog
+* Sat Apr 20 2013 Bruno Wolff III <bruno at wolff.to> - 1.8.1-6
+- Avoid opening plugins twice
+
 * Sat Apr 20 2013 Bruno Wolff III <bruno at wolff.to> - 1.8.1-5
 - Allow for plugin names to not end in .so - bz 573672
 - Put cmake files in cmake directory instead of an Ogre directory


More information about the scm-commits mailing list