Accepting request 456531 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/456531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cairo?expand=0&rev=73
This commit is contained in:
Dominique Leuenberger 2017-02-13 23:40:04 +00:00 committed by Git OBS Bridge
commit 9fff0df268
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Feb 11 13:53:32 UTC 2017 - jengelh@inai.de
- Fix RPM groups; update summaries.
Remove useless --with-pic which is only for static libs.
-------------------------------------------------------------------
Sun Dec 11 09:43:08 UTC 2016 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package cairo
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,7 @@ Version: 1.15.4
Release: 0
Summary: Vector Graphics Library with Cross-Device Output Support
License: LGPL-2.1+ or MPL-1.1
Group: System/Libraries
Group: Development/Libraries/C and C++
Url: http://cairographics.org/
Source: http://cairographics.org/snapshots/%{name}-%{version}.tar.xz
Source99: baselibs.conf
@ -100,10 +100,10 @@ identical output on all output media while taking advantage of display
hardware acceleration when available.
%package tools
Summary: Vector Graphics Library with Cross-Device Output Support -- Utilities
Summary: Utilities for cairo, a Vector Graphics Library with Cross-Device Output Support
# We need an explicit requires since nothing links to the cairo library
License: GPL-3.0+
Group: Development/Libraries/X11
# We need an explicit requires since nothing links to the cairo library
Requires: libcairo2 = %{version}
# Named changed during development of 11.4
Provides: %{name}-utils = %{version}
@ -138,7 +138,6 @@ cairo.
%build
%configure \
--with-pic \
--enable-fc \
--enable-ft \
%if %{build_gl_backend}