Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package include-what-you-use for
openSUSE:Factory checked in at 2022-12-06 14:25:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/include-what-you-use (Old)
and /work/SRC/openSUSE:Factory/.include-what-you-use.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "include-what-you-use"
Tue Dec 6 14:25:02 2022 rev:15 rq:1040626 version:0.18
Changes:
--------
---
/work/SRC/openSUSE:Factory/include-what-you-use/include-what-you-use.changes
2022-04-16 00:15:56.577784791 +0200
+++
/work/SRC/openSUSE:Factory/.include-what-you-use.new.1835/include-what-you-use.changes
2022-12-06 14:25:18.734617613 +0100
@@ -1,0 +2,6 @@
+Mon Dec 5 03:23:01 UTC 2022 - Steve Kowalik <[email protected]>
+
+- Use autosetup macro.
+- Remove unneeded BuildRequires on Python 2.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ include-what-you-use.spec ++++++
--- /var/tmp/diff_new_pack.4hBFea/_old 2022-12-06 14:25:19.266622149 +0100
+++ /var/tmp/diff_new_pack.4hBFea/_new 2022-12-06 14:25:19.270622183 +0100
@@ -34,7 +34,6 @@
BuildRequires: cmake
BuildRequires: libstdc++-devel
BuildRequires: llvm%{_llvm_version}-devel
-BuildRequires: python
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -61,9 +60,7 @@
refactoring tool.
%prep
-%setup -q -n %{name}
-%patch1 -p1
-%patch2 -p1
+%autosetup -p1 -n %{name}
sed -i s#lib/#lib\${LLVM_LIBDIR_SUFFIX}/#g CMakeLists.txt
%build