Accepting request 1040224 from X11:XOrg
- Update to version 1.0.12: * Update README for gitlab migration * Update configure.ac bug URL for gitlab migration * Build xz tarballs instead of bzip2 * Fix spelling/wording issues * gitlab CI: add a basic build test * XvGetReq: remove trailing semicolon that caller is expected to provide * Variable scope reductions * Handle implicit conversion warnings from clang OBS-URL: https://build.opensuse.org/request/show/1040224 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXv?expand=0&rev=12
This commit is contained in:
commit
8699e740c0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d26c13eac99ac4504c532e8e76a1c8e4bd526471eb8a0a4ff2a88db60cb0b088
|
||||
size 317921
|
BIN
libXv-1.0.12.tar.xz
(Stored with Git LFS)
Normal file
BIN
libXv-1.0.12.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 10:37:03 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 1.0.12:
|
||||
* Update README for gitlab migration
|
||||
* Update configure.ac bug URL for gitlab migration
|
||||
* Build xz tarballs instead of bzip2
|
||||
* Fix spelling/wording issues
|
||||
* gitlab CI: add a basic build test
|
||||
* XvGetReq: remove trailing semicolon that caller is expected to provide
|
||||
* Variable scope reductions
|
||||
* Handle implicit conversion warnings from clang
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 2 10:39:47 UTC 2016 - sndirsch@suse.com
|
||||
|
||||
|
10
libXv.spec
10
libXv.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libXv
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,22 +12,22 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libXv
|
||||
%define lname libXv1
|
||||
Version: 1.0.11
|
||||
Version: 1.0.12
|
||||
Release: 0
|
||||
Summary: X Video extension library
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://xorg.freedesktop.org/
|
||||
URL: http://xorg.freedesktop.org/
|
||||
|
||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXv
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXv/
|
||||
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user