Accepting request 113633 from home:dimstar:branches:X11:XOrg
Update to 1.2.4 OBS-URL: https://build.opensuse.org/request/show/113633 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=2
This commit is contained in:
parent
b29a17ab99
commit
fa5a890394
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2c64aa414755e764ca548ae5c93e95f7b5bbd5e01bca16bf226fd32bfae77ea4
|
|
||||||
size 230555
|
|
3
xkbcomp-1.2.4.tar.bz2
Normal file
3
xkbcomp-1.2.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:91d0c9ab445d21dfe1892dbae5ae5264f39bae68223dd092ffc547c9450b5a2d
|
||||||
|
size 242185
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 14 21:23:30 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.2.4:
|
||||||
|
+ Delete redundant redeclarations of extern Atoms in symbols.c
|
||||||
|
+ Make sure to leave room for trailing nil byte in yyGetNumber
|
||||||
|
+ include resets group compatibility modifiers fdo#43091
|
||||||
|
+ Correct our zeroing out of the row in InitRowInfo
|
||||||
|
+ Add missing _X_NORETURN to uFatalError
|
||||||
|
+ Add .pc file for version export
|
||||||
|
+ Print version number on -version.
|
||||||
|
+ Build system fixes.
|
||||||
|
- Changes from version 1.2.3:
|
||||||
|
+ Interp: Allow explicit Any/NoSymbol mappings
|
||||||
|
+ Constify LookupKeysym input argument
|
||||||
|
- Changes from version 1.2.2:
|
||||||
|
+ Interp: Ignore NoSymbol definitions
|
||||||
|
+ Interp: Don't make modifier lookup failure fatal
|
||||||
|
+ Replace repeated checks for gcc with _X_ATTRIBUTE_PRINTF from
|
||||||
|
xproto
|
||||||
|
+ xkbcomp: Stop possible overflow in yyGetnumber. fdo#31647
|
||||||
|
+ Inline the oiText macro in the only place it's used
|
||||||
|
+ Build system fixes.
|
||||||
|
- Changes from version 1.2.1:
|
||||||
|
+ Build system fixes.
|
||||||
|
- Add pkgconfig(xproto) BuildRequires: new dependency.
|
||||||
|
- Provide xkbcomp-devel from the main-package. This is a compiler,
|
||||||
|
and as such per definition a -devel tool. This helps to silence
|
||||||
|
a rpmlint warning, as we now also have a .pc file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
12
xkbcomp.spec
12
xkbcomp.spec
@ -16,8 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: xkbcomp
|
Name: xkbcomp
|
||||||
Version: 1.2.0
|
Version: 1.2.4
|
||||||
Release: 0
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: Utility to compile XKB keyboard description
|
Summary: Utility to compile XKB keyboard description
|
||||||
Url: http://xorg.freedesktop.org/
|
Url: http://xorg.freedesktop.org/
|
||||||
@ -28,8 +28,13 @@ BuildRequires: pkg-config
|
|||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xkbfile)
|
BuildRequires: pkgconfig(xkbfile)
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||||
|
BuildRequires: pkgconfig(xproto) >= 7.0.17
|
||||||
# This was part of the xorg-x11 package up to version 7.6
|
# This was part of the xorg-x11 package up to version 7.6
|
||||||
Conflicts: xorg-x11 <= 7.6
|
Conflicts: xorg-x11 <= 7.6
|
||||||
|
# xkbcomp is 'sort of' a compiler, thus actually a -devel tool. Providing the symbol
|
||||||
|
# here helps to silence rpmlint and makes it easier in the future, should this ever
|
||||||
|
# become bigger and require a real split.
|
||||||
|
Provides: %{name}-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -48,8 +53,9 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc ChangeLog COPYING README README.config README.enhancing
|
%doc ChangeLog COPYING README
|
||||||
%{_bindir}/xkbcomp
|
%{_bindir}/xkbcomp
|
||||||
%{_mandir}/man1/xkbcomp.1%{?ext_man}
|
%{_mandir}/man1/xkbcomp.1%{?ext_man}
|
||||||
|
%{_libdir}/pkgconfig/xkbcomp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user