Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2021-09-29 20:17:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and      /work/SRC/openSUSE:Factory/.tracker.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tracker"

Wed Sep 29 20:17:54 2021 rev:142 rq:921656 version:3.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2021-07-15 
23:59:07.030119050 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new.1899/tracker.changes        
2021-09-29 20:18:23.498901179 +0200
@@ -1,0 +2,65 @@
+Mon Sep 20 17:16:11 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Update to version 3.2.0:
+  + Fuller docs, with updated examples
+  + Improved developer experience when designing ontologies, better
+    handling of inconsistent ontologies, and more accurate error
+    reporting.
+  + Added new GDateTime helper API to resources, cursors and
+    statements.
+  + Several fixes to build and run on MacOS, with a brew recipe now
+    available.
+  + Added support for libsoup 3.x.
+  + Fresher and more complete documentation, built with hotdoc.
+  + Many other code fixes and performance improvements.
+  + Updated translations.
+- Add pkgconfig(libsoup-3.0) BuildRequires, following upstreams
+  changes to allow build against multiple versions of libsoup.
+
+-------------------------------------------------------------------
+Thu Sep 16 02:07:36 UTC 2021 - Stanislav Brabec <sbra...@suse.com>
+
+- Remove obsolete translation-update-upstream support
+  (jsc#SLE-21105).
+
+-------------------------------------------------------------------
+Mon Sep  6 06:14:26 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 3.2.0.rc:
+  + Dropped bogus files from pre-generated documentation.
+
+-------------------------------------------------------------------
+Wed Sep  1 14:21:07 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 3.2.0.beta:
+  + Improved error reporting when parsing ontologies.
+  + Improvements to database rollback on ontology errors.
+  + Ontology parsing crash fixes.
+  + Make soup 2.x/3.x chosen at runtime.
+  + Disable GVFS in functional tests.
+  + Check accessible graphs when looking up resource URIs/IDs.
+  + Port documentation to hotdoc.
+  + Avoid "UPDATE ... FROM ..." SQL syntax only present in
+    recent SQLite versions.
+  + Multiple build, ci, website and maintenance improvements.
+  + Updated translations.
+- Drop gtk-doc BuildRequires with hotdoc: No longer needed, as
+  upstream switched to hotdoc and we ship the upstream pre-built
+  documentation.
+
+-------------------------------------------------------------------
+Fri Aug  6 12:05:55 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 3.2.0.alpha.1:
+  + Add support for libsoup 3.x.
+  + Documentation fixes and updates.
+  + Handle arbitrary order of SERVICE and regular graph patterns.
+  + Added new GDateTime helper API to resources, cursors and
+    statements.
+  + Implement missing TrackerSparqlConnection methods in bus
+    connections.
+  + Many code cleanups and improvements.
+  + Updated translatiosn.
+- Add python3-gobject BuildRequires: new dependency.
+
+-------------------------------------------------------------------

Old:
----
  tracker-3.1.2.tar.xz

New:
----
  tracker-3.2.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tracker.spec ++++++
--- /var/tmp/diff_new_pack.b670GP/_old  2021-09-29 20:18:24.018902356 +0200
+++ /var/tmp/diff_new_pack.b670GP/_new  2021-09-29 20:18:24.022902365 +0200
@@ -21,27 +21,26 @@
 %define RPMTrackerAPI 3_0
 
 Name:           tracker
-Version:        3.1.2
+Version:        3.2.0
 Release:        0
 Summary:        Object database, tag/metadata database, search tool and indexer
 License:        GPL-2.0-or-later
 Group:          Productivity/Other
 URL:            https://wiki.gnome.org/Projects/Tracker
-Source0:        
https://download.gnome.org/sources/tracker/3.1/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/tracker/3.2/%{name}-%{version}.tar.xz
 
 BuildRequires:  asciidoc
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel >= 2.52.0
 BuildRequires:  gobject-introspection-devel
-BuildRequires:  gtk-doc
 BuildRequires:  intltool
 BuildRequires:  libicu-devel >= 4.8.1.1
-BuildRequires:  meson >= 0.50.0
+BuildRequires:  meson >= 0.51
 BuildRequires:  pkgconfig
 BuildRequires:  python3
+BuildRequires:  python3-gobject
 BuildRequires:  sqlite3-devel >= 3.35.2
-BuildRequires:  translation-update-upstream
 BuildRequires:  vala >= 0.18.0
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(dbus-1)
@@ -49,6 +48,7 @@
 BuildRequires:  pkgconfig(json-glib-1.0) >= 1.0
 BuildRequires:  pkgconfig(libseccomp) >= 2.0
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.40
+BuildRequires:  pkgconfig(libsoup-3.0) >= 2.99.2
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(upower-glib) >= 0.9.0
@@ -134,7 +134,6 @@
 
 %prep
 %autosetup -p1
-translation-update-upstream po %{name}
 
 %build
 %meson \
@@ -155,7 +154,6 @@
 mkdir %{buildroot}%{_datadir}/tracker3/domain-ontologies
 
 %fdupes %{buildroot}%{_datadir}/vala/
-%fdupes %{buildroot}%{_datadir}/gtk-doc
 
 #ifnarch %arm
 #check
@@ -169,6 +167,8 @@
 %license COPYING
 %{_bindir}/tracker3
 %dir %{_libdir}/tracker-%{TrackerAPI}/
+%{_libdir}/tracker-%{TrackerAPI}/libtracker-remote-soup2.so
+%{_libdir}/tracker-%{TrackerAPI}/libtracker-remote-soup3.so
 %{_datadir}/bash-completion/completions/tracker3
 %dir %{_datadir}/tracker3/
 %{_libexecdir}/tracker3/
@@ -195,9 +195,8 @@
 
 %files -n tracker-devel
 %doc AUTHORS README.md NEWS
+%doc %{_datadir}/devhelp/
 %{_datadir}/gir-1.0/*.gir
-%{_datadir}/gtk-doc/html/libtracker-sparql-3/
-%{_datadir}/gtk-doc/html/ontology-3/
 %dir %{_datadir}/tracker3
 %dir %{_datadir}/tracker3/domain-ontologies
 %dir %{_datadir}/vala

++++++ tracker-3.1.2.tar.xz -> tracker-3.2.0.tar.xz ++++++
++++ 108778 lines of diff (skipped)

Reply via email to