Accepting request 142544 from GNOME:Factory

typo (forwarded request 142538 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/142544
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdk-pixbuf?expand=0&rev=24
This commit is contained in:
Stephan Kulow 2012-11-26 17:54:14 +00:00 committed by Git OBS Bridge
commit 9b7e940ad5
2 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,6 @@
gdk-pixbuf-devel
requires -gdk-pixbuf-<targettype>
requires "libgdk_pixbuf-2_0-0-<targettype> = <version>"
requires "typelib-1_0-GdkPixbuf-2_0-<targettype> = <version>"
gdk-pixbuf-query-loaders
+/usr/bin/gdk-pixbuf-query-loaders(-64)?
post "%if "%_lib" == "lib64""
@ -17,5 +16,3 @@ libgdk_pixbuf-2_0-0
post "%else"
post "if test -f <prefix>%{_bindir}/gdk-pixbuf-query-loaders; then <prefix>%{_bindir}/gdk-pixbuf-query-loaders --update-cache; fi"
post "%endif"
typelib-1_0-GdkPixbuf-2_0
+/usr/lib(64)?/girepository-1.0

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Nov 21 20:59:31 UTC 2012 - dimstar@opensuse.org
- Do not provide typelib-1_0-GdkPixbuf-2_0-32bit (baselibs.conf):
this only results in a big mess of duplicate provides. Adding
($HOSTTYPE) to the typelib() symbols does not work, as we'd
otherwise no longer be able to use them against noarch packages.
-------------------------------------------------------------------
Mon Nov 12 21:46:37 UTC 2012 - dimstar@opensuse.org