Accepting request 292265 from X11:XOrg
- added baselibs.conf as source to specfile - Update to version 1.0.9: + Require ANSI C89 pre-processor, drop pre-C89 token pasting support + Rename local err variable in XW_RSYM macro to avoid shadow warnings + Remove fallback for _XEatDataWords, require libX11 1.6 for it + Fix linking with -Wl,--no-undefined on Linux OBS-URL: https://build.opensuse.org/request/show/292265 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXvMC?expand=0&rev=9
This commit is contained in:
commit
4db0dfdc9a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5e1a401efa433f959d41e17932b8c218c56b931348f494b8fa4656d7d798b204
|
|
||||||
size 305234
|
|
3
libXvMC-1.0.9.tar.bz2
Normal file
3
libXvMC-1.0.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0703d7dff6ffc184f1735ca5d4eb9dbb402b522e08e008f2f96aee16c40a5756
|
||||||
|
size 312777
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 21 20:31:13 UTC 2015 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- added baselibs.conf as source to specfile
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 20 21:13:07 UTC 2015 - tobias.johannes.klausmann@mni.thm.de
|
||||||
|
|
||||||
|
- Update to version 1.0.9:
|
||||||
|
+ Require ANSI C89 pre-processor, drop pre-C89 token pasting support
|
||||||
|
+ Rename local err variable in XW_RSYM macro to avoid shadow warnings
|
||||||
|
+ Remove fallback for _XEatDataWords, require libX11 1.6 for it
|
||||||
|
+ Fix linking with -Wl,--no-undefined on Linux
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 14 12:28:11 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
Fri Jun 14 12:28:11 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libXvMC
|
# spec file for package libXvMC
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX 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
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libXvMC
|
Name: libXvMC
|
||||||
%define lname libXvMC1
|
%define lname libXvMC1
|
||||||
Version: 1.0.8
|
Version: 1.0.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X-Video Motion Compensation library
|
Summary: X-Video Motion Compensation library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -28,6 +28,7 @@ Url: http://xorg.freedesktop.org/
|
|||||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXvMC
|
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXvMC
|
||||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXvMC/
|
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXvMC/
|
||||||
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
|
Source1: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user