Removed rpms
============


Added rpms
==========

 - liblunar-calendar-3_0-1
 - liblunar-date-3_0-1
 - lunar-calendar
 - lunar-calendar-gtk3-module
 - lunar-calendar-lang
 - lunar-date
 - lunar-date-lang

Package Source Changes
======================

iio-sensor-proxy
+- Update to version 3.3:
+  * Fix a bug left-over in one of the 3.2 bug fixes where some
+    accelerometers would fail to initialise.
+- Changes from version 3.2:
+  * Fix problems parsing numbers with decimal separator.
+- Require gudev >= 237 for building (for consistency with
+  upstream).
+- Drop the rpmlintrc file and add back appropriate service macros
+  in pre/post scriptlets.
+
+- Update to version 3.1:
+  * Port to meson as a build system and add a test-suite.
+  * Fix long-standing problem with property changes being sent as
+    a broadcast.
+  * Fix sensor support for accelerometers with different scales on
+    different axes.
+  * Add sensor support for RGBC light sensors.
+  * Support reading proximity threshold from sysfs for DeviceTree
+    devices.
+- Use tar.bz2 source as this can be accessed using a repeatable
+  URL (not requiring commit id).
+- Switch to meson based building.
+- New BuildRequires: meson (for building), gtk-doc (to generate
+  docs); update required version of gudev to 234 in keeping with
+  minimum required version upstream.
+
+- Update to version 3.0:
+  + This release adds support for a number of sensors that didn't
+    work before, usually due to being combined with other sensors
+    of the same or different types (eg. dual-accelerometers,
+    light/proximity combined sensors, etc.), and adds support for
+    kernel-exported mount-matrix properties on Device Tree
+    hardware.
+  + Update URL and Source to new home on gitlab.freedesktop.org.
+
+- Update to version 2.8:
+  + Add support for accelerometers in ChromeBooks.
+  + Fix screen orientation in favour of portrait when rotating
+    display instead of favouring the previous orientation.
+
+- Update to version 2.7:
+  + This release fixes broken sensor readings on multiple platforms
+    due to a compiler optimisation.
+
+- Update to version 2.6:
+  + Add support for mount matrices coming from the kernel itself,
+    checking those more thoroughly for validity. On devices with
+    multiple accelerometers, the ones in the base are now ignored.
+  + Improve/fix support for sensors with uncommon formats.
+  + Fix a couple of possible crashes and memory leaks.
+- Minor specfile cleanups using spec-cleaner.
+
libqt5-qtstyleplugins
+- Edit qtstyleplugins-fix-deprecations.patch to use the older more
+  reliable method for progress bar orientation (boo#1202611)
+
python-apipkg
-- Update to v2.1.0
-  * fix race condition for import of modules using apipkg.initpkg
-    in Python 3.3+ by updating existing modules in-place rather
-    than replacing in sys.modules with an apipkg.ApiModule
-    instances. This race condition exists for import statements
-    (and __import__) in Python 3.3+ where sys.modules is checked
-    before obtaining an import lock, and for
-    importlib.import_module in Python 3.11+ for the same reason.
-- Release 2.0.1
-  * fix race conditions for attribute creation
-- Release 2.0.0
-  * also transfer __spec__ attribute
-  * make py.test hack more specific to avoid hiding real errors
-  * switch from Travis CI to GitHub Actions
-  * modernize package build
-  * reformat code with black
-- Drop pytest4.patch
-
-- The now broken apicycle requires apipkg to be importable from
-  elsewhere -- use src dir.
-
-- Split package into multibuild, to avoid apipkg -> pytest -> py ->
-  apipkg cycle.
-
-- refresh pytest4.patch for pytest5
-
-- Add patch to fix build with pytest newer than 4:
-  * pytest4.patch
-
-- update to 1.5
-- fixed dependencies
-  * switch to setuptools_scm
-  * avoid dict iteration (fixes issue on python3)
-  * preserve __package__ - ths gets us better pep 302 compliance
-