Accepting request 935835 from GNOME:Next

- Update to version 2.48.2:
  * NMake Makefiles: Correct VS2019 toolset number
  * build: Support Visual Studio 2022 builds
  * Don't include individual pango headers, part 2
  * Don't include individual pango headers
  * Use pango from the main branch
- Switch to using a gitcheckout via source service. Pass
  maintainer-mode=true to meson and add m4, mm-common and
  perl(XML::Parser) BuildRequires, as this is needed with a
  git-checkout.

OBS-URL: https://build.opensuse.org/request/show/935835
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm?expand=0&rev=76
This commit is contained in:
Bjørn Lie 2021-12-07 10:20:25 +00:00 committed by Git OBS Bridge
parent f2b538e42d
commit b91accf9ac
7 changed files with 55 additions and 5 deletions

20
_service Normal file
View File

@ -0,0 +1,20 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/pangomm.git</param>
<param name="revision">2.48.2</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled" />
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.gnome.org/GNOME/pangomm.git</param>
<param name="changesrevision">a801d44602b1c41e485050caf8c83f5931504acd</param></service></servicedata>

View File

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

3
pangomm-2.48.2.obscpio Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Dec 05 17:44:57 UTC 2021 - bjorn.lie@gmail.com
- Update to version 2.48.2:
* NMake Makefiles: Correct VS2019 toolset number
* build: Support Visual Studio 2022 builds
* Don't include individual pango headers, part 2
* Don't include individual pango headers
* Use pango from the main branch
- Switch to using a gitcheckout via source service. Pass
maintainer-mode=true to meson and add m4, mm-common and
perl(XML::Parser) BuildRequires, as this is needed with a
git-checkout.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 28 15:06:30 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com> Tue Sep 28 15:06:30 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>

5
pangomm.obsinfo Normal file
View File

@ -0,0 +1,5 @@
name: pangomm
version: 2.48.2
mtime: 1638725508
commit: a801d44602b1c41e485050caf8c83f5931504acd

View File

@ -21,13 +21,15 @@
%define libname lib%{name}-2_48-1 %define libname lib%{name}-2_48-1
Name: pangomm Name: pangomm
Version: 2.48.1 Version: 2.48.2
Release: 0 Release: 0
Summary: C++ interface for pango Summary: C++ interface for pango
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-3.0-only License: GPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-3.0-only
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
URL: https://www.gtkmm.org URL: https://www.gtkmm.org
Source0: https://download.gnome.org/sources/%{name}/%{base_ver}/%{name}-%{version}.tar.xz # Source0 disabled, we are using source service
#Source0: https://download.gnome.org/sources/%%{name}/%%{base_ver}/%%{name}-%%{version}.tar.xz
Source0: %{name}-%{version}.tar.xz
Source99: baselibs.conf Source99: baselibs.conf
# PATCH-FIX-UPSTREAM pangomm-docs-without-timestamp.patch -- Do not add timestamp to generated doc files. # PATCH-FIX-UPSTREAM pangomm-docs-without-timestamp.patch -- Do not add timestamp to generated doc files.
Patch0: pangomm-docs-without-timestamp.patch Patch0: pangomm-docs-without-timestamp.patch
@ -37,8 +39,12 @@ BuildRequires: doxygen
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: graphviz BuildRequires: graphviz
BuildRequires: meson BuildRequires: meson
# m4, mm-common and perl(XML::Parser) only needed due to git-checkout
BuildRequires: m4
BuildRequires: mm-common
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: xsltproc BuildRequires: xsltproc
BuildRequires: perl(XML::Parser)
BuildRequires: pkgconfig(cairomm-1.16) >= 1.2.2 BuildRequires: pkgconfig(cairomm-1.16) >= 1.2.2
BuildRequires: pkgconfig(giomm-2.68) BuildRequires: pkgconfig(giomm-2.68)
BuildRequires: pkgconfig(glibmm-2.68) BuildRequires: pkgconfig(glibmm-2.68)
@ -80,6 +86,7 @@ chmod -x NEWS
%build %build
%meson \ %meson \
-Dmaintainer-mode=true \
-Dbuild-documentation=true \ -Dbuild-documentation=true \
%{nil} %{nil}
%meson_build %meson_build