Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libvaladoc-0_38-devel-0.38.8-1.2 RPM for armv7hl

From OpenSuSE Ports Leap 15.3 for armv7hl

Name: libvaladoc-0_38-devel Distribution: openSUSE Step 15
Version: 0.38.8 Vendor: openSUSE
Release: 1.2 Build date: Sat Feb 6 16:46:50 2021
Group: Development/Libraries/Other Build host: obs-arm-6
Size: 423643 Source RPM: vala-0.38.8-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://wiki.gnome.org/Projects/Vala
Summary: Development files for the valadoc runtime
Valadoc is a documentation generator for generating API documentation
from Vala source code.

This package contains the libvaladoc development files.

Provides

Requires

License

LGPL-2.0

Changelog

* Thu Feb 15 2018 bjorn.lie@gmail.com
  - Update to version 0.38.8:
    + Various bug fixes:
    - Fix GDestroyNotify of delegate parameters in delegate
      declaration (bgo#639059).
    - Avoid critical when connecting dynamic signals.
    - compiler: Prefix headers for set_cheader_override() if
      includedir is given (bgo#793299).
    - Don't warn about unused internal methods which are meant to
      be visible on DBus (bgo#593902).
    - libvaladoc: Prevent WITH_CGRAPH conditional having an impact
      on generated sources.
    + Bindings:
    - gio-2.0: Cherry-pick some DBusProxy fixes from 0.40.
    - gstreamer-1.0: Update from 1.13+ git master.
    - gdk-3.0,gtk+-3.0: Update to 3.22.27.
  - Update vala_priority define to 38, something we should have done
    when stable 0.38.0 was released.
* Sun Feb 04 2018 bjorn.lie@gmail.com
  - Update to version 0.38.7:
    + Regression fix: codegen: Don't try to infer error argument on
      async begin methods (bgo#793158). This was a regression
      introduced by (bgo#614294).
* Wed Jan 31 2018 bjorn.lie@gmail.com
  - Update to version 0.38.6:
    + Various bug fixes:
    - girparser:
      . Set NoAccessorMethod for non-readable and construct-only
      properties.
      . Ignore conflicting closure/destroy indexes.
      . Don't accept methods as property-accessor which throw
      errors (bgo#792998).
    - codegen:
      . Infer error parameter from abstract/virtual base methods
      (bgo#614294).
      . Fix return-type for cancelled async creation methods of
      classes (bgo#792942).
    - vala: Variadic constructors without a real first parameter
      are not allowed.
    - libvaladoc: Keep bootstrap-support with valac >= 0.16.1.
    + Bindings:
    - gstreamer-1.0: Update from 1.13+ git master.
    - gtk+-4.0: Only override type of "event" parameters.
* Mon Jan 22 2018 bjorn.lie@gmail.com
  - Update to version 0.38.5:
    + Various improvements and bug fixes:
    - codegen:
      . Only add property-enum and GParamSpec-array for GObject
      classes
      . Add destroy param when invoking delegate returned by
      delegate (bgo#792077).
    - vala:
      . Add pkgdatadir and pkglibdir to pkg-config file.
      . Fix parameter type inference of overridden async methods
      (bgo#792660).
    - gidlparser: Update type qualifiers.
    - libvaladoc:
      . Allow @link tags to be split over multiple lines
      (bgo#646982).
      . Add support for single line documentation comments
      (bgo#736483).
    - codewriter: Don't use string.replace() to apply
      header_to_override (bgo#731322).
    + Bindings:
    - glib-2.0: Add GLib.OPTION_REMAINING and
      GLib.OptionFlags.NONE.
    - gstreamer-1.0: Update from 1.13+ git master.
    - gtk+-2.0: Mark MessageDialog constructor parameter,
      message_format, as nullable (bgo#791570).
    - gtk+-2.0/3.0: Don't hide user_data in
      Clipboard.set_with_data() (bgo#792237).
    - gtk+-3.0: Update to 3.22.26+6f26d0dc.
    - gtk+-4.0: Update to 3.93.0 and split Gsk.RenderNode into
      several classes.
    - libwnck-3.0: Update to 3.24.1.
    - posix: Add ctime(3) and fix binding of struct hostent and
      gethostbyname(3).
    - webkit2gtk-4.0: Update to 2.19.5.
    - webkit2gtk-web-extension-4.0: Fix DOM.EventTarget interface.
  - Drop vala-fix-MessageDialog-constructor-parameter.patch: Fixed
    upstream.
  - Following the above, drop libtool BuildRequires and autoreconf
    call, no longer needed as we do not carry any patches anymore.
* Mon Dec 18 2017 zaitor@opensuse.org
  - Update to version 0.38.4:
    + Various bug fixes:
    - Enforce name-length >= 3 for structs using GType
      (bgo#764041).
    - Report error for missing type-parameter on enclosing type
      (bgo#587905).
    - Discover invalid member access to instance field
      (bgo#790903).
    - Improve error output of mismatching overriding methods.
    - vala: Don't transform an explicit "null" into valid
      format-string (bgo#791215).
    - codegen: Don't create null-safe destroy-wrapper for
      GenericType (bgo#791283).
    - Improve error message for missing type-parameter on enclosing
      type (bgo#587905).
    + GIR parser:
    - Allow change of parameter names.
    - Handle metadata for fields inside a transparent union.
    - Accept setters with boolean return-type as valid
      property-accessor.
    - Don't mark simple-type out-parameters with '?' as nullable.
    + Valadoc:
    - Acknowledge possible properties in structs (bgo#784705).
    - Fix fatal typo in GtkdocRenderer.visit_symbol_link()
      (bgo#790266).
    - libvaladoc: Actually resolve "percnt;" to '%'.
    + Bindings:
    - gobject-2.0: Add some missing symbols.
    - gstreamer-1.0: Bind GST_DEBUG_BIN_TO_DOT_FILE/*_WITH_TS
      (bgo#785215).
    - gstreamer-1.0: Update from 1.13+ git master.
    - gtk+-3.0: Update to 3.22.26+9ce824d3.
    - webkit2gtk-4.0: Update to 2.19.2.
    - glib-2.0: Fix potential null pointer dereference in
      string.joinv() (bgo#791257).
    - gobject-2.0: Add missing GType constants for fundamentals
      (bgo#791023).
  - Add vala-fix-MessageDialog-constructor-parameter.patch: Mark
    MessageDialog constructor parameter, message_format, as nullable
    (bgo#791570).
  - Following the above, add libtool BuildRequires and pass
    autoreconf, make sure vapi deps get regenerated after patch is
    applied.
* Thu Nov 09 2017 fezhang@suse.com
  - Update to version 0.38.3:
    + Various bug fixes:
    - codegen: Prioritize "array_length=true" over
      "array_null_terminated=true" (bgo#788775).
    - codegen: Avoid possible conflicts with internal
      property/signal defines (bgo#788964).
    + Bindings:
    - gio-2.0: Expose g_task_get_source_object as
      Task.get_unowned_source_object.
    - gstreamer-1.0: Update from 1.13+ git master.
    - gtk+-4.0: Update to 3.92.1.
    - libxml-2.0: Add DTD methods (bgo#789442).
* Mon Oct 09 2017 luc14n0@linuxmail.org
  - Update to version 0.38.2:
    + Various bindings updates:
    - gstreamer-1.0, gtk+-3.0, gtk+-4.0: Update from git master.
    - gnutls: Fix free_function ccode-attribute of Certificate
      (bgo#788181).
  - Update Url to https://wiki.gnome.org/Projects/Vala: current Vala
    web page.
* Mon Sep 11 2017 zaitor@opensuse.org
  - Update to version 0.38.1:
    + Various bug fixes:
    - valadoc: Don't use 'stderr' as variable name (bgo#787305).
    - codegen: Try to use a more unique internal define for
      properties (bgo#787436).
    - vala: Update list of used attributes.
    - method: Use prototype-string for error-reports of return-type
      mismatches.
    + Bindings: glib-2.0: Fix MainContext.check(),  OptionEntry[]
      params are null-terminated, Bind g_convert_with_fallback() and
      g_convert_with_iconv()
* Tue Sep 05 2017 jengelh@inai.de
  - Correct RPM groups and package descriptions.
  - Remove --with-pic which is for static libs only.
* Mon Sep 04 2017 zaitor@opensuse.org
  - Update to version 0.38.0:
    + Various bug fixes:
    - Improve error output for incompatible method signatures (Add
      CallableType as base for DelegateType, MethodType,
      SignalType).
    - codegen:
      . Initialize temp-variable for fixed-size arrays to zero
      first (bgo#787152).
      . Add support for "type-func" in ui-files (bgo#787033).
    + Bindings:
    - gtk+-3.0,gtk+-4.0: Update.
    - libxml-2.0: Bind xmlLastElementChild and
      xmlPreviousElementSibling
    - pangocairo: CairoFontMap.set_default() is not an instance
      method.
    - gio-2.0: Application.set_default() is not an instance method.
* Mon Aug 28 2017 zaitor@opensuse.org
  - Update to version 0.37.91:
    + Various bug fixes:
    - codegen:
      . Actually write declaration for GNodeTraverseFunc wrapper
      (bgo#786845).
      . Don't transfer ownership of variable if target-type is
      unknown (bgo#736774).
      . Adjust format-index for printf/scanf-methods which throw
      errors (bgo#781061).
      . Use given dup_function for structs.
    - libvaladoc: Fix some -Wincompatible-pointer-types warnings.
    - tests: Fix some syntax issues [#786652]
    - Add .editorconfig file [#786620]
    + GIR parser:
    - Better support of "cprefix" argument in metadata.
    - Support "cname" argument in metadata.
    + Bindings:
    - Add javascriptcoregtk-4.0 and avoid skips in webkit2gtk*-4.0.
    - Update GIR-based bindings.
    - gtk+-3.0: Update to 3.22.19.
* Mon Aug 21 2017 zaitor@opensuse.org
  - Update to version 0.37.90:
    + Various bug fixes:
    - Fix some build-system problem:
      . valadoc/tests: Add the source vapi directory to driver-test
      (bgo#786505).
      . Add ./vala/.libs rather than ./gee/.libs to
      LD_LIBRARY_PATH.
      . Explicitly link doclets against libvala-*.la (bgo#786534).
      . Add missing include of Makefile.common.
    - vapigen: Mark given source-files as such and force girparser
      to handle them.
    - codegen: Include glib-object.h for Enums/Structs with
      type_id.
    + Bindings: gtk+-4.0: Make Gsk.Texturer.for_*() static factory
    methods.
* Tue Aug 15 2017 zaitor@opensuse.org
  - Update to version 0.37.2:
    + Various bug fixes:
    - libvaladoc: Keep bootstrap-support with valac >= 0.16.1.
    - valadoc: Fix tests while bootstapping with valac < 0.31/32.
    + Bindings:
    - glib-2.0: Update Unicode symbols.
    - gobject-2.0: Add required type_id attributes to all ParamSpec
      subclasses.
    - libgdata: Make Authorizer.reauth_* methods virtual
      (bgo#779229).
    - libxml-2.0: Update Xml.ParserOption (bgo#785585).
    - gtk+-4.0: Update to 3.91.2.
    - webkit2gtk-4.0: Update to 2.17.90.
  - Drop vala-no-nullable-enum.patch: Fixed upstream, following this
    drop vala BuildRequires, no longer needed.
* Thu Jul 20 2017 dimstar@opensuse.org
  - Update to version 0.37.1:
    + Highlights:
    - Don't warn about deprecated symbols if installed_version is
      older.
    - Add --gresourcesdir option (bgo#783133).
    - Install libvala-0.xx.vapi to "global" vapi directory.
    - Require and target GLib >= 2.40.
    - build: Make ccode and codegen private API.
    - build: Use --use-header for vala's libraries.
    - compiler: Add --color=WHEN option.
    - codegen: Use g_object_notify_by_pspec() to notify
      property-changes.
    - codegen: Use *_free_full to free GLib.List, GLib.SList and
      GLib.Queue.
    - codegen: Support renamed signals (bgo#731547).
    - Optimize (de)serialization of arrays with type-signature "ay"
      (bgo#772426).
    - Merge valadoc - Consider valadoc a part of vala's toolchain
      and therefore let it live in the main repository (adds
      graphviz to the build-requirements)
    + Various bug fixes:
    - Fix finally blocks with async yields (bgo#741929).
    - Handle non-null in coalescing expression (bgo#611223).
    - Make the task_complete flag for < 2.44 more similar to >=
      2.44 (bgo#783543).
    - Nullable ValueType requires POINTER as marshaller signature
      (bgo#783897).
    - NoAccessorMethod attribute is allowed for gobject-properties
      only.
    - girparser: Fix parsing of delegate-alias without target.
    - compiler: Use API_VERSION instead of stripping
      PACKAGE_SUFFIX.
    - girwriter: Write length-parameters of arrays with rank > 1
      (bgo#758019).
    - gdbus: Don't leak nested HashTable on deserialization
      (bgo#782719).
    - codewriter: Update timestamps of generated c-files if needed
      (bgo#683286).
    - tests: Use dbus-run-session instead of dbus-launch
      (bgo#771455).
    - codegenerator: Add source_reference parameter to
      CodeGenerator.store_*().
    - Don't allow assigning delegate if no target/closure is
      available (bgo#598869).
    - gee: Add some useful symbols from gee-0.8.
    + Bindings:
    - gio-2.0:
      . Add DBusConnection 'closed' signal as 'on_closed'
      (bgo#684358).
      . Use default 'length = null' for
      DataInputStream.read_line_utf8* (bgo#783351).
    - glib-2.0,gobject-2.0: Updates from 2.53.x.
    - poppler-glib: Update to 0.54.0.
    - webkit2gtk-4.0: Update to 2.17.4.
    - gstreamer-1.0: Update to 1.13.0+.
    - libgvc: Add WITH_CGRAPH conditionals.
  - Add pkgconfig(libgvc) BuildRequires: new dependency.
  - split out new packages: valadoc,
    valadoc-docklet-{devhelp,gtkdoc,html}, libvaladoc-0_38-0 and
    libvaladoc-0_38-devel.
  - Add vala-no-nullable-enum.patch: Fix 64bit portability issues
    (bgo#784927).
  - Add vala BuildRequires: as above patch touches the source .vala
    files, we need to bootstrap.
* Mon Jun 26 2017 zaitor@opensuse.org
  - Update to version 0.36.4:
    + Highlights:
    - Don't warn about deprecated symbols if installed_version is
      older.
    - Add --gresourcesdir option (bgo#783133).
    + Various bug fixes:
    - gdbus: Don't leak nested HashTable on deserialization
      (bgo#782719).
    - Fix finally blocks with async yields (bgo#741929).
    - Handle non-null in coalescing expression (bgo#611223).
    - Make the task_complete flag for < 2.44 more similar to >=
      2.44 (bgo#783543).
    - Nullable ValueType requires POINTER as marshaller signature
      (bgo#783897).
    - NoAccessorMethod attribute is allowed for gobject-properties
      only.
    - girparser: Fix parsing of delegate-alias without target.
    - compiler: Use API_VERSION instead of stripping
      PACKAGE_SUFFIX.
    - girwriter: Write length-parameters of arrays with rank > 1
      (bgo#758019).
    + Bindings:
    - gio-2.0: Use default 'length = null' for
      DataInputStream.read_line_utf8* (bgo#783351).
    - gobject-2.0: Add GLib.ParamSpecPointer.
    - poppler-glib: Update to 0.54.0.
    - gstreamer-1.0: Various binding fixes.
* Wed May 10 2017 zaitor@opensuse.org
  - Update to version 0.36.3:
    + Various bug fixes:
    - scanner: Fix calculation of column value for tokens after
      multiline comment (bgo#652899).
    - codegen: Unref GLib.AsyncResult on uncaught errors in
      coroutines (bgo#641171).
    - Keep initializing result-variable for struct constructors
      (bgo[#782056).
* Wed Apr 26 2017 dimstar@opensuse.org
  - Update to version 0.36.2:
    + Enums require at least one value otherwise report an error.
    + Bindings:
    - gstreamer-1.0: Update to 1.11.90+.
    - gio-2.0: Fix GLib.Task constructor and
      report_error/report_new_error()
    - glib-2.0:
      . Add quark() functions to errordomains.
      . Add missing version macro and constants.
* Tue Apr 04 2017 zaitor@opensuse.org
  - Update to version 0.36.1:
    + Various bug fixes:
    - Always consider a method compatible with itself (bgo#773135).
    - Perform arguments-check against actual .end()
      method-signature (bgo#684208).
    - Slightly improve lamdba-expression error on target-type
      mismatch.
    - Fix delegate initializer for instance fields (bgo#683925).
    - Don't leak target-reference when casting/assigning owned
      delegates (bgo#780426).
    + GIR parser and writer:
    - girparser: Add destroy argument for metadata (bgo#750838).
    - vapigen: Add --nostdpkg option like in valac.
    + Bindings:
    - gstreamer-1.0: Fix Pad.set_*_function() bindings
      (bgo#750838).
    - glib-2.0: Add missing version macro and constants, unichar
      .to_string doesn't return null.
    - gtk+-2.0,gtk+-3.0: Mark "intersection" param of
      Widget.intersect() as out.
    - gtk+-4.0: Update to 3.90.0.
* Sun Mar 19 2017 dimstar@opensuse.org
  - Update to version 0.36.0:
    + Bugs fixed: bgo#740303, bgo#758816, bgo#779968, bgo#780050.
* Mon Mar 13 2017 dimstar@opensuse.org
  - Update to version 0.35.90:
    + Bug fixes and binding updates.
* Tue Mar 07 2017 zaitor@opensuse.org
  - Update to version 0.35.7:
    + Bug fixes and binding updates.
    + Add libgrss binding.
    + Introduce [CCode (finish_instance = ...)] attribute.
    + Update manpages.
* Mon Feb 27 2017 zaitor@opensuse.org
  - Update to version 0.35.6:
    + Bug fixes and binding updates.
* Tue Feb 14 2017 zaitor@opensuse.org
  - Update to version 0.35.5:
    + Fix regression.
  - Changes from version 0.35.4:
    + Bug fixes and binding updates.
* Tue Jan 10 2017 zaitor@opensuse.org
  - Update to version 0.35.3:
    + Bug fixes and binding updates.
    + Add gtk+-unix-print-{2,3,4}.0 bindings.
* Wed Dec 14 2016 dimstar@opensuse.org
  - Update to version 0.35.2:
    + Bug fixes and binding updates.
* Wed Dec 14 2016 dimstar@opensuse.org
  - Update to version 0.35.1:
    + Ignore --thread command-line option which is obsolete.
    + Fix type checking when using generics.
    + Use g_signal_emit where possible.
    + Introduce [FormatArg] attribute for parameters.
    + Use GTask API for async implementations with
      target-gLib >= 2.36.
  - Bump vala_version to 0.36, vala_libversion to 0_36 (following
    upstream) and vala_priority to 36 (following the vala packaging
    convention).
* Tue Dec 13 2016 adam.majer@suse.de
  - Fix descriptions so they actually describe subpackages.
  - Have the -devel package provide libvala-devel: this allows
    consumers to require libvala without version constraints. They
    will still have to follow the API changes though.
* Mon Dec 05 2016 dimstar@opensuse.org
  - Update to version 0.34.4:
    + Bug fixes.
* Wed Nov 23 2016 zaitor@opensuse.org
  - Update to version 0.34.3:
    + Bug fixes and binding updates.
* Sun Oct 23 2016 zaitor@opensuse.org
  - Update to version 0.34.2:
    + Bug fixes and binding updates.
* Mon Oct 10 2016 zaitor@opensuse.org
  - Update to version 0.34.1:
    + Add support for the \v escape character.
    + Bug fixes and binding updates.
* Mon Sep 19 2016 zaitor@opensuse.org
  - Update to version 0.34.0:
    + Bug fixes and binding updates.
  - Update update alternatives due to moved location of vapigen.pc
* Wed Sep 14 2016 dimstar@opensuse.org
  - Update to version 0.33.1:
    + Bug fixes and binding updates.
  - Bump vala_version to 0.34, vala_libversion to 0_34 (following
    upstream) and vala_priority to 34 (following the vala packaging
    convention).
* Mon Jun 20 2016 zaitor@opensuse.org
  - Update to version 0.32.1:
    + Bug fixes and binding updates.
* Mon Mar 21 2016 dimstar@opensuse.org
  - Update to version 0.32.0:
    + Bug fixes and binding updates.
* Mon Feb 08 2016 dimstar@opensuse.org
  - Update to version 0.31.1:
    + Introduce [Version] attribute.
    + Require and target GLib >= 2.32.
    + Bug fixes and binding updates.
  - Bump vala_version to 0.32, vala_libversion to 0_32 (following
    upstream) and vala_priority to 32 (following the vala packaging
    convention).
* Mon Feb 01 2016 dimstar@opensuse.org
  - Update to version 0.30.1:
    + Bug fixes and binding updates.
* Fri Sep 18 2015 dimstar@opensuse.org
  - Update to version 0.30.0:
    + Binding updates.
    + Bugs fixed: bgo#752031.
  - Bump vala_priority to 30.
* Tue Aug 11 2015 zaitor@opensuse.org
  - Update to version 0.29.3:
    + Add --shared-library option for GIR files.
    + Bug fixes and binding updates.
* Tue Aug 11 2015 zaitor@opensuse.org
  - Update to version 0.29.2:
    + Bug fixes and binding updates.
* Tue Aug 11 2015 zaitor@opensuse.org
  - Update to version 0.29.1:
    + Binding updates.
* Tue Aug 11 2015 zaitor@opensuse.org
  - Update to version 0.28.1:
    + Bug fixes and binding updates.
* Mon Mar 23 2015 dimstar@opensuse.org
  - Update to version 0.28.0:
    + Binding updates.
* Thu Mar 19 2015 dimstar@opensuse.org
  - Update to version 0.27.2:
    + Bug fixes and binding updates.
* Wed Jan 28 2015 zaitor@opensuse.org
  - Update to version 0.27.1:
    + Print compiler messages in color.
    + Add clutter-gdk-1.0 bindings.
    + Add clutter-gst-3.0 bindings.
    + Add clutter-x11-1.0 bindings.
    + Add rest-extras-0.7 bindings.
    + Bug fix and binding updates.
  - Bump vala_version to 0.28, vala_libversion to 0_28 and
    vala_priority to 28, following upstreams changes.
* Fri Jan 16 2015 zaitor@opensuse.org
  - Update to version 0.26.2:
    + Bug fixes and binding updates.
* Thu Nov 13 2014 olaf@aepfle.de
  - Add attr to ghost entries in file list to fix build in SLE_11
* Mon Oct 13 2014 dimstar@opensuse.org
  - Update to version 0.26.1:
    + Bug fixes and binding updates.

Files

/usr/include/valadoc-0.38
/usr/include/valadoc-0.38/valadoc.h
/usr/lib/libvaladoc-0.38.so
/usr/lib/pkgconfig/valadoc-0.38.pc
/usr/share/vala/vapi
/usr/share/vala/vapi/valadoc-0.38.deps
/usr/share/vala/vapi/valadoc-0.38.vapi
/usr/share/valadoc
/usr/share/valadoc/icons
/usr/share/valadoc/icons/abstractclass.png
/usr/share/valadoc/icons/abstractmethod.png
/usr/share/valadoc/icons/abstractproperty.png
/usr/share/valadoc/icons/class.png
/usr/share/valadoc/icons/coll_close.png
/usr/share/valadoc/icons/coll_open.png
/usr/share/valadoc/icons/constant.png
/usr/share/valadoc/icons/constructor.png
/usr/share/valadoc/icons/delegate.png
/usr/share/valadoc/icons/devhelpstyle.css
/usr/share/valadoc/icons/enum.png
/usr/share/valadoc/icons/enumvalue.png
/usr/share/valadoc/icons/errorcode.png
/usr/share/valadoc/icons/errordomain.png
/usr/share/valadoc/icons/field.png
/usr/share/valadoc/icons/interface.png
/usr/share/valadoc/icons/method.png
/usr/share/valadoc/icons/namespace.png
/usr/share/valadoc/icons/package.png
/usr/share/valadoc/icons/packages.png
/usr/share/valadoc/icons/property.png
/usr/share/valadoc/icons/scripts.js
/usr/share/valadoc/icons/signal.png
/usr/share/valadoc/icons/staticmethod.png
/usr/share/valadoc/icons/struct.png
/usr/share/valadoc/icons/style.css
/usr/share/valadoc/icons/tip.png
/usr/share/valadoc/icons/virtualmethod.png
/usr/share/valadoc/icons/virtualproperty.png
/usr/share/valadoc/icons/warning.png
/usr/share/valadoc/icons/wikistyle.css


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 16:43:41 2024