Accepting request 102801 from home:Zaitor:branches:GNOME:Factory
Update to 2.25.2, Newsfile only had ref to 2.25.1, but I think this is an error. - Further I'm slightly unsure if I placed the new files in the correct file section OBS-URL: https://build.opensuse.org/request/show/102801 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdk-pixbuf?expand=0&rev=34
This commit is contained in:
parent
a45515bc18
commit
47326b30cb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0d6bda49bf4cd53af838af466ceb3bb7ecf35983b76b0d953f82fdf172262fe9
|
|
||||||
size 1178980
|
|
3
gdk-pixbuf-2.25.2.tar.xz
Normal file
3
gdk-pixbuf-2.25.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e8bc5d7b823b5b8ecdf053225b12a9c26163ab23fcb68f176d3ec36ce96ff931
|
||||||
|
size 1159316
|
@ -1,20 +0,0 @@
|
|||||||
commit 42e18a5d35bbdcf216c03f04e83153ba9f09ec36
|
|
||||||
Author: Vincent Untz <vuntz@gnome.org>
|
|
||||||
Date: Mon Dec 19 14:57:03 2011 +0100
|
|
||||||
|
|
||||||
qtif: Add missing libintl.h include
|
|
||||||
|
|
||||||
https://bugzilla.gnome.org/show_bug.cgi?id=666518
|
|
||||||
|
|
||||||
diff --git a/gdk-pixbuf/io-qtif.c b/gdk-pixbuf/io-qtif.c
|
|
||||||
index cd2deaa..d418cfc 100644
|
|
||||||
--- a/gdk-pixbuf/io-qtif.c
|
|
||||||
+++ b/gdk-pixbuf/io-qtif.c
|
|
||||||
@@ -27,6 +27,7 @@
|
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include <errno.h>
|
|
||||||
+#include <libintl.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 5 18:52:47 UTC 2012 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.25.2:
|
||||||
|
+ New functions to load pixbufs from resources:
|
||||||
|
gdk_pixbuf_new_from_resource.
|
||||||
|
gdk_pixbuf_new_from_resource_at_scale.
|
||||||
|
+ gdk-pixbuf-pixdata is a new program that generates raw binary
|
||||||
|
GdkPixdata files, and there is a new loader for these.
|
||||||
|
+ Updated translations.
|
||||||
|
- Removed gdk-pixbuf-missing-include.patch - Fixed upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 19 11:43:36 UTC 2011 - vuntz@opensuse.org
|
Mon Dec 19 11:43:36 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gdk-pixbuf
|
# spec file for package gdk-pixbuf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,11 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
# When updating the binary version, do not forget to also update baselibs.conf
|
# When updating the binary version, do not forget to also update baselibs.conf
|
||||||
%define gdk_pixbuf_binary_version 2.10.0
|
%define gdk_pixbuf_binary_version 2.10.0
|
||||||
|
|
||||||
Name: gdk-pixbuf
|
Name: gdk-pixbuf
|
||||||
Version: 2.25.0
|
Version: 2.25.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An image loading library
|
Summary: An image loading library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -28,8 +29,6 @@ Source: http://download.gnome.org/sources/gdk-pixbuf/2.25/%{name}-%{vers
|
|||||||
Source1: macros.gdk-pixbuf
|
Source1: macros.gdk-pixbuf
|
||||||
Source2: README.SUSE
|
Source2: README.SUSE
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
# PATCH-FIX-UPSTREAM gdk-pixbuf-missing-include.patch bgo#666518 vuntz@opensuse.org -- Add missing include
|
|
||||||
Patch0: gdk-pixbuf-missing-include.patch
|
|
||||||
BuildRequires: libjasper-devel
|
BuildRequires: libjasper-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
@ -106,10 +105,9 @@ translation-update-upstream
|
|||||||
%if "%_lib" == "lib64"
|
%if "%_lib" == "lib64"
|
||||||
cp -a %{S:2} .
|
cp -a %{S:2} .
|
||||||
%endif
|
%endif
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Needed for patch0 or when BUILD_FROM_VCS is set
|
# Needed for when BUILD_FROM_VCS is set
|
||||||
%if 0%{?BUILD_FROM_VCS}
|
%if 0%{?BUILD_FROM_VCS}
|
||||||
[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
|
[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
|
||||||
%endif
|
%endif
|
||||||
@ -203,6 +201,7 @@ fi
|
|||||||
%files query-loaders
|
%files query-loaders
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_bindir}/gdk-pixbuf-query-loaders*
|
%{_bindir}/gdk-pixbuf-query-loaders*
|
||||||
|
%{_bindir}/gdk-pixbuf-pixdata*
|
||||||
%{_mandir}/man1/gdk-pixbuf-query-loaders*.1*
|
%{_mandir}/man1/gdk-pixbuf-query-loaders*.1*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user