[mingw-pangomm] Fix upgrade path for people who are upgrading from the mingw-w64 testing repo

Erik van Pienbroek epienbro at fedoraproject.org
Sun Apr 8 12:58:43 UTC 2012


commit 6b26ec6bfb7c60a9b55e6746fb0ea1d222a14d17
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun Apr 8 14:58:39 2012 +0200

    Fix upgrade path for people who are upgrading from the mingw-w64 testing repo

 mingw-pangomm.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/mingw-pangomm.spec b/mingw-pangomm.spec
index 8efb181..3ce8f7d 100644
--- a/mingw-pangomm.spec
+++ b/mingw-pangomm.spec
@@ -47,6 +47,8 @@ quickly create complex user interfaces.
 
 %package -n mingw32-pangomm
 Summary:        MinGW Windows C++ interface for Pango
+Obsoletes:      mingw32-pangomm-static < 2.28.4-3
+Provides:       mingw32-pangomm-static = 2.28.4-3
 
 %description -n mingw32-pangomm
 pangomm provides a C++ interface to the Pango library. Highlights
@@ -57,6 +59,8 @@ quickly create complex user interfaces.
 
 %package -n mingw64-pangomm
 Summary:        MinGW Windows C++ interface for Pango
+Obsoletes:      mingw64-pangomm-static < 2.28.4-3
+Provides:       mingw64-pangomm-static = 2.28.4-3
 
 %description -n mingw64-pangomm
 pangomm provides a C++ interface to the Pango library. Highlights
@@ -105,6 +109,7 @@ rm $RPM_BUILD_ROOT%{mingw64_libdir}/*.la
 %changelog
 * Sun Apr  8 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.28.4-3
 - Bump EVR to be higher than the package in the mingw-w64 testing repo
+- Fix upgrade path for people who are upgrading from the mingw-w64 testing repo
 
 * Sun Apr  8 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.28.4-1
 - Update to 2.28.4


More information about the scm-commits mailing list