Blob Blame History Raw
-------------------------------------------------------------------
Sun Feb 12 00:14:15 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

- Remove fix-include-paths.patch

-------------------------------------------------------------------
Sat Feb  4 15:21:44 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

- Use pkg-config and %optflags for CFLAGS.

-------------------------------------------------------------------
Mon Dec 12 08:24:15 UTC 2022 - Michael Vetter <mvetter@suse.com>

- Fix build: pick up a compatible verison of wlroots boo#1206305

-------------------------------------------------------------------
Sun Dec 11 09:58:29 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

- Update to version 0.15.24:
  * Drag.icon can also return None if clients don't provide icons to render
  * Drag.icon can also return None if clients don't provide icons to render
  * Add handlers for wlr_pointer_gestures_v1 

-------------------------------------------------------------------
Mon Nov 21 23:08:50 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

- Remove libwlroots10. Not needed since library is provided already
  from wlroots-devel with pkg-config.

-------------------------------------------------------------------
Sat Sep 24 07:36:20 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

- Add libdrm in BuildRequires for the spec

-------------------------------------------------------------------
Sat Sep 24 07:30:30 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

- Bump version to 0.15.22:
  * Add method to XCursorManager for wlr_xcursor_manager_load
  * Bump libdrm version to 2.4.113 in CI to fix build agaist wlroots master

-------------------------------------------------------------------
Sat Aug 20 07:10:19 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

- Update to version 0.15.19:
  * [bindgen] wlr_viewporter
  * Bump version of wayland used for testing
  * Skip header check for auto-generated line
  * Wrap input inhibitor active client in pywayland client
  * Update pywayland minimum version

-------------------------------------------------------------------
Tue Jul 19 02:43:03 UTC 2022 - John Vandenberg <jayvdb@gmail.com>

- Add runtime dependencies python-pywayland & python-xkbcommon

-------------------------------------------------------------------
Wed Jul 13 10:54:25 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

- Rename to python-pywlroots. Enables builds for all available python flavors.

-------------------------------------------------------------------
Thu Jul  7 04:32:07 UTC 2022 - Soc Virnyl S. Estela <socvirnyl.estela@gmail.com>

- Initial spec for python-pywlroots version 0.15.18
- add python-pywlroots-rpmlintrc:
  * addFilter("devel-file-in-non-devel-package") since it is actually
    part of the library
- add fix-include-paths.patch