Browse Source

upgrading package: glibmm 2.47.4 -> 2.47.6

master
parent
commit
2ae9181ba1
  1. 12
      glibmm/glibmm.spec

12
glibmm/glibmm.spec

@ -22,7 +22,7 @@
##
# package version
%define V_glibmm 2.47.4
%define V_glibmm 2.47.6
%define V_glibmm_major 2.47
# package information
@ -36,17 +36,17 @@ Class: EVAL
Group: Algorithm
License: LGPL
Version: %{V_glibmm}
Release: 20160207
Release: 20160302
# list of sources
Source0: http://ftp.gnome.org/pub/GNOME/sources/glibmm/%{V_glibmm_major}/glibmm-%{version}.tar.xz
Patch0: glibmm.patch
# build information
BuildPreReq: OpenPKG, openpkg >= 20100101, gcc, gcc::with_cxx = yes, pkgconfig
PreReq: OpenPKG, openpkg >= 20100101
BuildPreReq: libsigcxx >= 2.5.4, glib >= 2.45.8
PreReq: libsigcxx >= 2.5.4, glib >= 2.45.8
BuildPreReq: OpenPKG, openpkg >= 20160101, gcc, gcc::with_cxx = yes, pkgconfig
PreReq: OpenPKG, openpkg >= 20160101
BuildPreReq: libsigcxx >= 2.5.4, glib >= 2.47.6
PreReq: libsigcxx >= 2.5.4, glib >= 2.47.6
%description
GLibMM provides a corresponding C++ API for the GLib C API.

Loading…
Cancel
Save