Accepting request 1070151 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1070151 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtkmm-documentation?expand=0&rev=36
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 7 12:28:20 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 4.0.3:
|
||||
+ application/menubar example: Make the keyboard shortcuts work
|
||||
+ ComboBox examples: Use Gtk::EventcontrollerFocus
|
||||
+ Update the Custom Widgets chapter, add the Custom CSS Names
|
||||
section, update the corresponding examples, add the Custom CSS
|
||||
Name example
|
||||
+ Typo and spacing fixes
|
||||
+ Many chapters have been updated. All of the tutorial now
|
||||
describes gtkmm4, rather than gtkmm3.
|
||||
+ Many classes and methods are deprecated since gtk/gtkmm 4.9.
|
||||
Deprecated API has been replaced by non-deprecated API in some
|
||||
examples. Deprecated API is still used elsewhere. If you build
|
||||
with gtkmm > 4.8, it's not possible to build all examples with
|
||||
-Dwarnings=fatal.
|
||||
+ Meson build:
|
||||
- Insert_example_code.py: Sort input file list
|
||||
- Avoid configuration warnings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 8 21:22:57 UTC 2022 - Emily Gonyer <emilyyrose@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gtkmm-documentation
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gtkmm-documentation
|
||||
Version: 4.0.2
|
||||
Version: 4.0.3
|
||||
Release: 0
|
||||
Summary: C++ Bindings for GTK+ -- Documentation
|
||||
License: GFDL-1.2-only AND GPL-2.0-or-later
|
||||
@@ -78,7 +78,7 @@ rm -r %{buildroot}%{_datadir}/doc/gtkmm-4.0/tutorial/html
|
||||
|
||||
%files -n gtkmm4-tutorial
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog NEWS README
|
||||
%doc AUTHORS ChangeLog NEWS README.md
|
||||
%{_datadir}/help/C/gtkmm-tutorial/
|
||||
|
||||
%files -n gtkmm4-tutorial-lang -f gtkmm-tutorial.lang
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34bc29d876750c10b901b35da769508b3b933b53d4b3e4f70321ce2794905866
|
||||
size 2612384
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2204c76e40a5acbb33b7db8b21081b2e0801ad465fd0dece018bc33d334acd45
|
||||
size 2641248
|
||||
Reference in New Issue
Block a user