Hello community,

here is the log from the commit of package gtksourceviewmm3_0 for 
openSUSE:Factory checked in at 2019-10-24 23:03:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtksourceviewmm3_0 (Old)
 and      /work/SRC/openSUSE:Factory/.gtksourceviewmm3_0.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtksourceviewmm3_0"

Thu Oct 24 23:03:07 2019 rev:1 rq:739413 version:3.21.3

Changes:
--------
New Changes file:

--- /dev/null   2019-10-24 10:19:07.066239389 +0200
+++ 
/work/SRC/openSUSE:Factory/.gtksourceviewmm3_0.new.2990/gtksourceviewmm3_0.changes
  2019-10-24 23:03:08.720100820 +0200
@@ -0,0 +1,85 @@
+-------------------------------------------------------------------
+Mon Sep  9 21:15:09 UTC 2019 - Bjørn Lie <bjorn....@gmail.com>
+
+- Rename package to gtksourceviewmm3_0, compat package now that
+  gtksourceviewmm have moved to gtksourceview4.
+
+-------------------------------------------------------------------
+Mon Mar  5 15:27:29 UTC 2018 - jeng...@inai.de
+
+- Fix SRPM group. Update summaries.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:32:56 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 22 13:03:28 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.21.3:
+  + Add SearchContext ad SearchSettings.
+  + Add StyleSchemeChooser, StyleSchemeChooserWidget and
+    StyleSchemeChooserButton.
+  + Buffer: Add implicit-trailing-newline property.
+  + CompletionWords: Add activation property.
+  + Language: Add get_style_fallback().
+  + Style: Add style and scale-set properties.
+  + View: Add get/set_background-pattern().
+
+-------------------------------------------------------------------
+Tue Jun 28 08:46:56 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.2:
+  + C++11: Markup: Deprecated operator const void*(), adding
+    explicit operator bool().
+  + Include only gtksource.h where possible. This is demanded by
+    newer versions of gtksourceview.
+- Drop gtksourceviewmm-C++11-fix-deprecated.patch: Fixed upstream.
+
+-------------------------------------------------------------------
+Mon Jun 20 22:56:09 UTC 2016 - zai...@opensuse.org
+
+- Add gtksourceviewmm-C++11-fix-deprecated.patch: C++11: Markup:
+  Deprecated operator const void*(), adding explicit operator
+  bool(). Patch from upstream git.
+
+-------------------------------------------------------------------
+Wed Sep 30 13:16:18 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.0:
+  + Regenerate with the latest glibmm.
+
+-------------------------------------------------------------------
+Sat Jul 18 10:39:22 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.1:
+  + Require (and use) C++11.
+
+-------------------------------------------------------------------
+Wed Apr 29 20:41:06 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.12.0:
+  + Deprecated some API because some of the C API was deprecated.
+  + Fix the examples build with recent gtkmm versions.
+
+-------------------------------------------------------------------
+Fri Mar  1 12:44:22 UTC 2013 - dims...@opensuse.org
+
+- Spec-cleanup using format_spec_file service.
+
+-------------------------------------------------------------------
+Wed Sep 28 15:03:15 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.2.0:
+  + Wrapped gtk_source_gutter_get_renderer_at_pos() as
+    Gsv::Gutter::get_renderer_at_pos().
+  + Search test does not use deprecated methods.
+
+-------------------------------------------------------------------
+Thu Apr 28 10:13:06 CEST 2011 - vu...@opensuse.org
+
+- New package, loosely based on libgtksourceviewmm that it will
+  replace: libgtksourceviewmm is a very old version of the code.
+- Initial version: 3.0.0.
+

New:
----
  gtksourceviewmm-3.21.3.tar.xz
  gtksourceviewmm3_0.changes
  gtksourceviewmm3_0.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gtksourceviewmm3_0.spec ++++++
#
# spec file for package gtksourceviewmm3_0
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#

%define _name gtksourceviewmm

Name:           gtksourceviewmm3_0
Version:        3.21.3
Release:        0
Summary:        C++ interface for gtksourceview
License:        LGPL-2.1-or-later
Group:          Development/Libraries/GNOME
Url:            http://projects.gnome.org/gtksourceviewmm/
Source0:        
https://download.gnome.org/sources/gtksourceviewmm/3.21/%{_name}-%{version}.tar.xz

BuildRequires:  gcc-c++
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(glibmm-2.4) >= 2.46.1
BuildRequires:  pkgconfig(gtkmm-3.0) >= 3.18.0
BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.18.0

%description
gtksourceviewmm provides a C++ interface to the gtksourceview library.

%package -n libgtksourceviewmm-3_0-0
Summary:        C++ interface for gtksourceview
Group:          System/Libraries

%description -n libgtksourceviewmm-3_0-0
gtksourceviewmm provides a C++ interface to the gtksourceview library.

%package devel
Summary:        Development files for the gtksourceview C++ interface
Group:          Development/Libraries/C and C++
Requires:       libgtksourceviewmm-3_0-0 = %{version}

%description devel
gtksourceviewmm provides a C++ interface to the gtksourceview library.

%prep
%autosetup -p1 -n %{_name}-%{version}

%build
%configure \
        --disable-static \
        %{nil}
%make_build

%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print

%post -n libgtksourceviewmm-3_0-0 -p /sbin/ldconfig
%postun -n libgtksourceviewmm-3_0-0 -p /sbin/ldconfig

%files -n libgtksourceviewmm-3_0-0
%license COPYING
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/*.so.*

%files devel
%{_includedir}/gtksourceviewmm-3.0/
%{_libdir}/gtksourceviewmm-3.0/
%{_libdir}/*.so
%{_libdir}/pkgconfig/gtksourceviewmm-3.0.pc
%doc %{_datadir}/devhelp/books/gtksourceviewmm-3.0/
%doc %{_datadir}/doc/gtksourceviewmm-3.0/
# Avoid BuildRequires on devhelp
%dir %{_datadir}/devhelp
%dir %{_datadir}/devhelp/books

%changelog

Reply via email to