diff --git a/_service b/_service index 155f0ae..f0733fc 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.gnome.org/GNOME/gnome-calculator.git - 46.1 + 47.0 @PARENT_TAG@+@TAG_OFFSET@ v?(.*)\+0 \1 diff --git a/gnome-calculator-46.1.obscpio b/gnome-calculator-46.1.obscpio deleted file mode 100644 index 5efd29a..0000000 --- a/gnome-calculator-46.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6e3b7ae6cf487a5f415c172e47b8b87ef198f10525cd8625493e8208696aa4a -size 12221965 diff --git a/gnome-calculator-47.0.obscpio b/gnome-calculator-47.0.obscpio new file mode 100644 index 0000000..941c08e --- /dev/null +++ b/gnome-calculator-47.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6dc2c6e7a0843a56e9e7a60dee94098ecdb55cf85c549ccf12eac822f998202 +size 12089357 diff --git a/gnome-calculator.changes b/gnome-calculator.changes index 6ad8176..353a320 100644 --- a/gnome-calculator.changes +++ b/gnome-calculator.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Sun Sep 15 12:14:06 UTC 2024 - Bjørn Lie + +- Update to version 47.0: + + Fixed flatpak build + + Don't use symbolic icons for the window + + Updated translations. + +------------------------------------------------------------------- +Sat Aug 31 15:06:12 UTC 2024 - Bjørn Lie + +- Update to version 47.rc: + + Added brand colors + + Updated translations. + +------------------------------------------------------------------- +Sun Aug 25 12:08:28 UTC 2024 - Bjørn Lie + +- Update to version 47.beta: + + Fix hex string conversion for bitwise operator + + Force LTR for buttons + + Added kWh, MJ, KJ unit support + + Sort conversion categories alphabetically + + Removed obsolete bulgarian translations + + Only allow alphanumeric values for variable names + + Replace base_label with buttons + + Updated flathub badge + + Use adwaita spinner +- Changes from version 47.alpha: + + Support VND currency + + Fixed incorrect event handling + + Removed Shift left/right dropdown + + Improved popover remove buttons + + Use result format instead of number format + + Ported to Adwaita adaptive dialogs + + Disable undo button if nothing to undo + + Metainfo improvements + + Keep last conversion options at launch + + Minor improvements to the undo button + + Make sure to use the correct app id for development builds + + Stop using orange accent color + + A11y announce status changes + + Updated translations. + ------------------------------------------------------------------- Tue May 7 10:08:49 UTC 2024 - Dominique Leuenberger diff --git a/gnome-calculator.obsinfo b/gnome-calculator.obsinfo index 696f9ed..88d884d 100644 --- a/gnome-calculator.obsinfo +++ b/gnome-calculator.obsinfo @@ -1,4 +1,4 @@ name: gnome-calculator -version: 46.1 -mtime: 1714999889 -commit: e3e0623c53321bceb233aba3768948ff4cd8119f +version: 47.0 +mtime: 1726340235 +commit: e9942e9908ef1fbcd2aefb94320c2d14288ae917 diff --git a/gnome-calculator.spec b/gnome-calculator.spec index 2984a38..4fd1a03 100644 --- a/gnome-calculator.spec +++ b/gnome-calculator.spec @@ -20,7 +20,7 @@ %define gcisover 1-0_0_0 Name: gnome-calculator -Version: 46.1 +Version: 47.0 Release: 0 Summary: A GNOME Calculator Application License: GPL-3.0-or-later @@ -42,7 +42,7 @@ BuildRequires: pkgconfig(gmodule-export-2.0) BuildRequires: pkgconfig(gobject-2.0) >= 2.40 BuildRequires: pkgconfig(gtk4) >= 4.4.1 BuildRequires: pkgconfig(gtksourceview-5) >= 5.2.0 -BuildRequires: pkgconfig(libadwaita-1) >= 1.4.alpha +BuildRequires: pkgconfig(libadwaita-1) >= 1.6.beta BuildRequires: pkgconfig(libsoup-3.0) BuildRequires: pkgconfig(libxml-2.0)