diff --git a/xrdb-1.1.1.tar.bz2 b/xrdb-1.1.1.tar.bz2 deleted file mode 100644 index 455f038..0000000 --- a/xrdb-1.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d23ade7cdbb487996bf77cbb32cbe9bdb34d004748a53de7a4a97660d2217b7 -size 141950 diff --git a/xrdb-1.2.0.tar.bz2 b/xrdb-1.2.0.tar.bz2 new file mode 100644 index 0000000..a288ab0 --- /dev/null +++ b/xrdb-1.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f23a65cfa1f7126040d68b6cf1e4567523edac10f8dc06f23d840d330c7c6946 +size 142194 diff --git a/xrdb.changes b/xrdb.changes index 55263fd..80f38b0 100644 --- a/xrdb.changes +++ b/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 diff --git a/xrdb.spec b/xrdb.spec index 7b0af76..681206c 100644 --- a/xrdb.spec +++ b/xrdb.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: xrdb -Version: 1.1.1 +Version: 1.2.0 Release: 0 Summary: X server resource database utility License: MIT @@ -43,7 +43,9 @@ root window of any or all screens, or everything combined. %setup -q %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} %install @@ -51,7 +53,7 @@ make %{?_smp_mflags} %files %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING README +%doc AUTHORS ChangeLog COPYING README.md %{_bindir}/xrdb %{_mandir}/man1/xrdb.1%{?ext_man}