Accepting request 677969 from X11:XOrg
- Update to version 1.2.0 * This release adds a -E flag to see the preprocessor command issued and the output of the preprocessor, to aid in debugging. - run cpp with "-x assembler-with-cpp" in order to get rid of warnings when parsing valid comments (bsc#1120004) OBS-URL: https://build.opensuse.org/request/show/677969 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xrdb?expand=0&rev=8
This commit is contained in:
commit
4dd8dfbc17
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2d23ade7cdbb487996bf77cbb32cbe9bdb34d004748a53de7a4a97660d2217b7
|
|
||||||
size 141950
|
|
3
xrdb-1.2.0.tar.bz2
Normal file
3
xrdb-1.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f23a65cfa1f7126040d68b6cf1e4567523edac10f8dc06f23d840d330c7c6946
|
||||||
|
size 142194
|
13
xrdb.changes
13
xrdb.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 21 11:16:51 UTC 2019 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.2.0
|
||||||
|
* This release adds a -E flag to see the preprocessor command
|
||||||
|
issued and the output of the preprocessor, to aid in debugging.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 10 13:21:14 UTC 2019 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- run cpp with "-x assembler-with-cpp" in order to get rid of
|
||||||
|
warnings when parsing valid comments (bsc#1120004)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 4 16:31:31 UTC 2018 - sndirsch@suse.com
|
Wed Apr 4 16:31:31 UTC 2018 - sndirsch@suse.com
|
||||||
|
|
||||||
|
10
xrdb.spec
10
xrdb.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xrdb
|
# spec file for package xrdb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 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
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xrdb
|
Name: xrdb
|
||||||
Version: 1.1.1
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X server resource database utility
|
Summary: X server resource database utility
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -43,7 +43,9 @@ root window of any or all screens, or everything combined.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-cpp=%{_bindir}/cpp
|
# Run cpp with "-x assembler-with-cpp" in order to get rid of
|
||||||
|
# warnings when parsing valid comments (bsc#1120004)
|
||||||
|
%configure --with-cpp="%{_bindir}/cpp -x assembler-with-cpp, /lib/cpp"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -51,7 +53,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog COPYING README
|
%doc AUTHORS ChangeLog COPYING README.md
|
||||||
%{_bindir}/xrdb
|
%{_bindir}/xrdb
|
||||||
%{_mandir}/man1/xrdb.1%{?ext_man}
|
%{_mandir}/man1/xrdb.1%{?ext_man}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user