Hello community, here is the log from the commit of package smatch for openSUSE:Factory checked in at 2019-02-13 10:00:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/smatch (Old) and /work/SRC/openSUSE:Factory/.smatch.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "smatch" Wed Feb 13 10:00:49 2019 rev:6 rq:673295 version:20181114 Changes: -------- --- /work/SRC/openSUSE:Factory/smatch/smatch.changes 2018-03-31 15:37:30.544336332 +0200 +++ /work/SRC/openSUSE:Factory/.smatch.new.28833/smatch.changes 2019-02-13 10:01:09.541624213 +0100 @@ -1,0 +2,17 @@ +Thu Nov 22 13:54:10 UTC 2018 - Martin Pluskal <[email protected]> + +- Update to version 20181114: + * trinity: Proof of concept to auto-generate trinity spec files + * user_data: rename to smatch_kernel_user_data.c + * assigned_expr: rename to smatch_assigned_expr.c + * smatch: make the --enable/disable options take strings + * clock() is already defined on illumos, so rename the local function. + * Ignore "#ident" as found in some old sources. + * Use $(CFLAGS) when compiling smatch.c itself. + * smatch_nul_terminated: fix compile + * untracked_param: fix a NULL dereference + * uninitialized: fix a crashing bug parsing "return (foo);" + * nul_terminator: track when strings have a NUL terminator + * and many more small fixes and updates + +------------------------------------------------------------------- Old: ---- smatch-20180125.tar.xz New: ---- smatch-20181114.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ smatch.spec ++++++ --- /var/tmp/diff_new_pack.FKEmau/_old 2019-02-13 10:01:10.325624020 +0100 +++ /var/tmp/diff_new_pack.FKEmau/_new 2019-02-13 10:01:10.325624020 +0100 @@ -12,23 +12,22 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: smatch -Version: 20180125 +Version: 20181114 Release: 0 Summary: Static analysis tool for C License: GPL-2.0-only Group: Development/Tools/Building -Url: http://smatch.sf.net +URL: http://smatch.sf.net Source: %{name}-%{version}.tar.xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc BuildRequires: make BuildRequires: openssl-devel -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: sqlite3-devel BuildRequires: xz @@ -48,15 +47,16 @@ PKGCONFIGDIR=%{_datadir}/pkgconfig # sparse stuff -rm -rf $RPM_BUILD_ROOT/%{_bindir}/cgcc -rm -rf $RPM_BUILD_ROOT/%{_includedir}/sparse -rm -rf $RPM_BUILD_ROOT/%{_libdir}/*a -rm -rf $RPM_BUILD_ROOT/%{_mandir}/man*/{sparse,cgcc}* -rm -rf $RPM_BUILD_ROOT/%{_datadir}/pkgconfig +rm -rf %{buildroot}/%{_bindir}/cgcc +rm -rf %{buildroot}/%{_includedir}/sparse +rm -rf %{buildroot}/%{_libdir}/*a +rm -rf %{buildroot}/%{_mandir}/man*/{sparse,cgcc}* +rm -rf %{buildroot}/%{_datadir}/pkgconfig %files %defattr(-,root,root) -%doc LICENSE Documentation/smatch* +%license LICENSE +%doc Documentation/smatch* %{_bindir}/smatch %{_datadir}/%{name} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.FKEmau/_old 2019-02-13 10:01:10.349624015 +0100 +++ /var/tmp/diff_new_pack.FKEmau/_new 2019-02-13 10:01:10.349624015 +0100 @@ -1,14 +1,14 @@ <services> - <service mode="localonly" name="tar_scm"> + <service mode="disabled" name="tar_scm"> <param name="url">git://repo.or.cz/smatch.git</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> <param name="filename">smatch</param> <param name="versionformat">%ad</param> </service> - <service mode="localonly" name="recompress"> + <service mode="disabled" name="recompress"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> - <service mode="localonly" name="set_version"/> + <service mode="disabled" name="set_version"/> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.FKEmau/_old 2019-02-13 10:01:10.365624010 +0100 +++ /var/tmp/diff_new_pack.FKEmau/_new 2019-02-13 10:01:10.365624010 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://repo.or.cz/smatch.git</param> - <param name="changesrevision">45eb228201137f975805eb79437eb363272df88d</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">81e48d50010f2739557e39c22f43aec1005d77d3</param></service></servicedata> \ No newline at end of file ++++++ smatch-20180125.tar.xz -> smatch-20181114.tar.xz ++++++ ++++ 111363 lines of diff (skipped)
