Update to 1.8.92

main
Kalev Lember 9 years ago
parent 1dc4c5c3d1
commit 1954d37971
  1. 1
      .gitignore
  2. 2
      sources
  3. 5
      weston.spec

1
.gitignore vendored

@ -19,3 +19,4 @@
/weston-1.7.92.tar.xz /weston-1.7.92.tar.xz
/weston-1.8.0.tar.xz /weston-1.8.0.tar.xz
/weston-1.8.91.tar.xz /weston-1.8.91.tar.xz
/weston-1.8.92.tar.xz

@ -1 +1 @@
cca379b46a7adbc125263455d9011c5e weston-1.8.91.tar.xz 9eaff47c3dad48f2ad3a811eb869823c weston-1.8.92.tar.xz

@ -5,7 +5,7 @@
%endif %endif
Name: weston Name: weston
Version: 1.8.91 Version: 1.8.92
#Release: 4%{?alphatag}%{?dist} #Release: 4%{?alphatag}%{?dist}
Release: 1%{?dist} Release: 1%{?dist}
Summary: Reference compositor for Wayland Summary: Reference compositor for Wayland
@ -134,6 +134,9 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
%{_libdir}/pkgconfig/weston.pc %{_libdir}/pkgconfig/weston.pc
%changelog %changelog
* Wed Sep 02 2015 Kalev Lember <klember@redhat.com> - 1.8.92-1
- Update to 1.8.92
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 1.8.91-1 * Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 1.8.91-1
- Update to 1.8.91 - Update to 1.8.91
- Use license macro for COPYING - Use license macro for COPYING

Loading…
Cancel
Save