From 388a16280ee654d8bfc13a1d3d01298b7fe320973f64780895a95539e2ecc080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Thu, 13 Dec 2018 15:17:58 +0000 Subject: [PATCH] Accepting request 657617 from GNOME:Next - Update to version 2.28.0: + No changes, version bump only. - Changes from version 2.24.3: + Fix silent builds. + Text: Plug memory leaks in get_text_vfunc() and get_selection_vfunc(). These vfuncs shall delete the returned character array after it has been copied to a Glib::ustring. + Replace the Visual Studio project files with MSVC NMake project files. OBS-URL: https://build.opensuse.org/request/show/657617 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/atkmm1_6?expand=0&rev=6 --- atkmm-2.24.2.tar.xz | 3 --- atkmm-2.28.0.tar.xz | 3 +++ atkmm1_6.changes | 13 +++++++++++++ atkmm1_6.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 atkmm-2.24.2.tar.xz create mode 100644 atkmm-2.28.0.tar.xz diff --git a/atkmm-2.24.2.tar.xz b/atkmm-2.24.2.tar.xz deleted file mode 100644 index 2e18179..0000000 --- a/atkmm-2.24.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff95385759e2af23828d4056356f25376cfabc41e690ac1df055371537e458bd -size 849784 diff --git a/atkmm-2.28.0.tar.xz b/atkmm-2.28.0.tar.xz new file mode 100644 index 0000000..7bb3cb1 --- /dev/null +++ b/atkmm-2.28.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4cfc917fd42d3879ce997b463428d6982affa0fb660cafcc0bc2d9afcedd3a +size 891904 diff --git a/atkmm1_6.changes b/atkmm1_6.changes index fb023c7..d8e37ae 100644 --- a/atkmm1_6.changes +++ b/atkmm1_6.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Dec 2 12:00:46 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 2.28.0: + + No changes, version bump only. +- Changes from version 2.24.3: + + Fix silent builds. + + Text: Plug memory leaks in get_text_vfunc() and + get_selection_vfunc(). These vfuncs shall delete the returned + character array after it has been copied to a Glib::ustring. + + Replace the Visual Studio project files with MSVC NMake project + files. + ------------------------------------------------------------------- Wed Feb 28 22:59:23 UTC 2018 - dimstar@opensuse.org diff --git a/atkmm1_6.spec b/atkmm1_6.spec index 173a0b2..e18e990 100644 --- a/atkmm1_6.spec +++ b/atkmm1_6.spec @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define _name atkmm Name: atkmm1_6 -Version: 2.24.2 +Version: 2.28.0 Release: 0 Summary: C++ Binding for the ATK library License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: http://www.gtkmm.org/ -Source: http://download.gnome.org/sources/atkmm/2.24/%{_name}-%{version}.tar.xz +Source: https://download.gnome.org/sources/atkmm/2.28/%{_name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: fdupes BuildRequires: gcc-c++