Accepting request 657620 from GNOME:Next
- Update to version 2.58.0: + This release is identical to 2.56.1. - Update to version 2.56.1: + Glib: - ustring: Fix wchar conversion on macOS with libc++. - Avoid compiler warnings from function pointer conversions. + Gio: SocketClient: Take copy in RefPtrs for signal args. + Build: - Require glib-2.0 >= 2.55.1. - Replace the Visual Studio project files with MSVC NMake project files. OBS-URL: https://build.opensuse.org/request/show/657620 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glibmm2_4?expand=0&rev=17
This commit is contained in:
parent
36ffb4e0a1
commit
3c34be689d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6e74fcba0d245451c58fc8a196e9d103789bc510e1eee1a9b1e816c5209e79a9
|
|
||||||
size 6859520
|
|
3
glibmm-2.58.0.tar.xz
Normal file
3
glibmm-2.58.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d34189237b99e88228e6f557f7d6e62f767fe356f395a244f5ad0e486254b645
|
||||||
|
size 6839236
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 30 19:05:41 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 2.58.0:
|
||||||
|
+ This release is identical to 2.56.1.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 30 18:50:27 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 2.56.1:
|
||||||
|
+ Glib:
|
||||||
|
- ustring: Fix wchar conversion on macOS with libc++.
|
||||||
|
- Avoid compiler warnings from function pointer conversions.
|
||||||
|
+ Gio: SocketClient: Take copy in RefPtrs for signal args.
|
||||||
|
+ Build:
|
||||||
|
- Require glib-2.0 >= 2.55.1.
|
||||||
|
- Replace the Visual Studio project files with MSVC NMake
|
||||||
|
project files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 31 11:16:47 UTC 2018 - bjorn.lie@gmail.com
|
Sat Mar 31 11:16:47 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -20,19 +20,19 @@
|
|||||||
%define so_ver -2_4-1
|
%define so_ver -2_4-1
|
||||||
%define _name glibmm
|
%define _name glibmm
|
||||||
Name: glibmm2_4
|
Name: glibmm2_4
|
||||||
Version: 2.56.0
|
Version: 2.58.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ Interface for Glib
|
Summary: C++ Interface for Glib
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: http://www.gtkmm.org/
|
URL: http://www.gtkmm.org/
|
||||||
Source0: http://download.gnome.org/sources/glibmm/2.56/%{_name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/glibmm/2.58/%{_name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.49.7
|
BuildRequires: pkgconfig(glib-2.0) >= 2.55.1
|
||||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.49.7
|
BuildRequires: pkgconfig(gmodule-2.0) >= 2.49.7
|
||||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.49.7
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.49.7
|
||||||
BuildRequires: pkgconfig(sigc++-2.0) >= 2.9.1
|
BuildRequires: pkgconfig(sigc++-2.0) >= 2.9.1
|
||||||
|
Loading…
Reference in New Issue
Block a user