[mingw-harfbuzz] Added Requires: mingw{32, 64}-glib2-static tags to the -static subpackages

Erik van Pienbroek epienbro at fedoraproject.org
Wed Dec 31 10:46:33 UTC 2014


commit 2d9a4cda70caf82c419b536e9df3b2d6241e4014
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Dec 31 11:46:38 2014 +0100

    Added Requires: mingw{32,64}-glib2-static tags to the -static subpackages

 mingw-harfbuzz.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/mingw-harfbuzz.spec b/mingw-harfbuzz.spec
index de83b93..374690a 100644
--- a/mingw-harfbuzz.spec
+++ b/mingw-harfbuzz.spec
@@ -2,7 +2,7 @@
 
 Name:           mingw-harfbuzz
 Version:        0.9.37
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MinGW Windows Harfbuzz library
 
 License:        MIT
@@ -40,6 +40,7 @@ HarfBuzz is an implementation of the OpenType Layout engine.
 %package -n mingw32-harfbuzz-static
 Summary:        Static version of the MinGW Windows Harfbuzz library
 Requires:       mingw32-harfbuzz = %{version}-%{release}
+Requires:       mingw32-glib2-static
 
 %description -n mingw32-harfbuzz-static
 Static version of the MinGW Windows Harfbuzz library.
@@ -54,6 +55,7 @@ HarfBuzz is an implementation of the OpenType Layout engine.
 %package -n mingw64-harfbuzz-static
 Summary:        Static version of the MinGW Windows Harfbuzz library
 Requires:       mingw64-harfbuzz = %{version}-%{release}
+Requires:       mingw64-glib2-static
 
 %description -n mingw64-harfbuzz-static
 Static version of the MinGW Windows Harfbuzz library.
@@ -116,6 +118,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 
 
 %changelog
+* Wed Dec 31 2014 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.9.37-2
+- Added Requires: mingw{32,64}-glib2-static tags to the -static subpackages
+
 * Wed Dec 31 2014 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.9.37-1
 - Update to 0.9.37
 


More information about the scm-commits mailing list