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
This commit is contained in:
Bjørn Lie 2018-12-13 15:17:58 +00:00 committed by Git OBS Bridge
parent eb133dfd8e
commit 388a16280e
4 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff95385759e2af23828d4056356f25376cfabc41e690ac1df055371537e458bd
size 849784

3
atkmm-2.28.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c4cfc917fd42d3879ce997b463428d6982affa0fb660cafcc0bc2d9afcedd3a
size 891904

View File

@ -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

View File

@ -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++