Accepting request 113239 from home:vuntz:branches:X11:XOrg
Update to 1.0.4 OBS-URL: https://build.opensuse.org/request/show/113239 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libFS?expand=0&rev=5
This commit is contained in:
parent
eefad28e93
commit
ecb6421bb0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab7af9754568af60b54be67c0966cb742ad7eb7ff73faa2c76e0b71c988f2419
|
||||
size 284331
|
3
libFS-1.0.4.tar.bz2
Normal file
3
libFS-1.0.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7073761e7594d43180a922605fb64cce60e5ccb8c06f8efa24f2d4621f5e8315
|
||||
size 291155
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 14:59:59 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 1.0.4:
|
||||
+ Fixs a pile of issues found by static analysis & compiler
|
||||
warnings
|
||||
+ Cleanup the library's exported symbol list
|
||||
+ Build configuration improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 22:17:49 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
|
12
libFS.spec
12
libFS.spec
@ -16,10 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libFS
|
||||
%define lname libFS6
|
||||
Version: 1.0.3
|
||||
Version: 1.0.4
|
||||
Release: 0
|
||||
Summary: X Font Service client library
|
||||
License: MIT
|
||||
@ -28,12 +27,15 @@ Url: http://xorg.freedesktop.org/
|
||||
|
||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libFS
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libFS/
|
||||
Source: %name-%version.tar.bz2
|
||||
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||
BuildRequires: pkgconfig pkgconfig(fontsproto) pkgconfig(xproto)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.3 pkgconfig(xtrans)
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(fontsproto)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(xproto) >= 7.0.17
|
||||
BuildRequires: pkgconfig(xtrans)
|
||||
|
||||
%description
|
||||
This library is used by clients of X Font Servers (xfs), such as
|
||||
|
Loading…
x
Reference in New Issue
Block a user