Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Mohamed El Morabity
10bf7ffaf0 Typo 2022-10-05 12:18:12 +02:00
Mohamed El Morabity
a62a2691ed Typo 2022-10-05 12:17:36 +02:00
Mohamed El Morabity
11389b76dc Update to 0.2.10 2022-10-05 12:16:04 +02:00
3 changed files with 14 additions and 3 deletions

8
.gitignore vendored
View file

@ -3,3 +3,11 @@
/waylandpp-0.2.5.tar.gz
/waylandpp-0.2.7.tar.gz
/waylandpp-0.2.8.tar.gz
<<<<<<< HEAD
=======
/waylandpp-0.2.9.tar.gz
/waylandpp-0.2.10.tar.gz
<<<<<<< HEAD
>>>>>>> a0611b0 (Update to 0.2.10)
=======
>>>>>>> a0611b0 (Update to 0.2.10)

View file

@ -1 +1 @@
SHA512 (waylandpp-0.2.8.tar.gz) = bf1b8a9e69b87547fc65989b9eaff88a442d8b2f01f5446cef960000b093390b1e557536837fbf38bb6d9a4f93e3985ea34c3253f94925b0f571b4606c980832
SHA512 (waylandpp-0.2.10.tar.gz) = 02f0844e4003435d0e9edc4664b2843616aaeb46bd908b2301dc97945f285a57e62fba0d8693ce7a009bbb422aa23bf5261521a545f482e9f8c588e095340c99

View file

@ -1,6 +1,6 @@
Name: waylandpp
Version: 0.2.8
Release: 7%{?dist}
Version: 0.2.10
Release: 1%{?dist}
Summary: Wayland C++ bindings
# waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+
@ -90,6 +90,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/
%changelog
* Wed Oct 05 2022 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.2.10-1
- Update to 0.2.10
* Thu Jul 29 2021 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.2.8-7
- Fix FTBFS (RHBZ #1988041)