From f90d98444a1d20dc1f4097542c7cdaea6981a1e3 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 19 2015 15:41:00 +0000 Subject: import glibmm24-2.42.0-1.el7 --- diff --git a/.gitignore b/.gitignore index 1c2db13..58d3e2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/glibmm-2.36.2.tar.xz +SOURCES/glibmm-2.42.0.tar.xz diff --git a/.glibmm24.metadata b/.glibmm24.metadata index e4e1d90..6803d82 100644 --- a/.glibmm24.metadata +++ b/.glibmm24.metadata @@ -1 +1 @@ -399b6acd3756879fa61b185ab50abecf9652d15f SOURCES/glibmm-2.36.2.tar.xz +8f316a4dfdaf49366028087085f04c0ba29cb5c2 SOURCES/glibmm-2.42.0.tar.xz diff --git a/SPECS/glibmm24.spec b/SPECS/glibmm24.spec index a179e55..781c338 100644 --- a/SPECS/glibmm24.spec +++ b/SPECS/glibmm24.spec @@ -1,9 +1,11 @@ # first two digits of version %define release_version %(echo %{version} | awk -F. '{print $1"."$2}') +%global glib2_version 2.42.0 + Name: glibmm24 -Version: 2.36.2 -Release: 4%{?dist} +Version: 2.42.0 +Release: 1%{?dist} Summary: C++ interface for the GLib library Group: System Environment/Libraries @@ -11,9 +13,11 @@ License: LGPLv2+ URL: http://www.gtkmm.org/ Source0: http://ftp.gnome.org/pub/GNOME/sources/glibmm/%{release_version}/glibmm-%{version}.tar.xz -BuildRequires: glib2-devel +BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: libsigc++20-devel +Requires: glib2%{?_isa} >= %{glib2_version} + %description glibmm is the official C++ interface for the popular cross-platform library GLib. It provides non-UI API that is not available in standard @@ -23,9 +27,7 @@ C++ and makes it possible for gtkmm to wrap GObject-based APIs. %package devel Summary: Headers for developing programs that will use %{name} Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: glib2-devel%{?_isa} -Requires: libsigc++20-devel%{?_isa} +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package contains the static libraries and header files needed for @@ -85,6 +87,10 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %changelog +* Mon Mar 23 2015 Richard Hughes - 2.42.0-1 +- Update to 2.42.0 +- Resolves: #1174565 + * Fri Jan 24 2014 Daniel Mach - 2.36.2-4 - Mass rebuild 2014-01-24