Accepting request 935834 from GNOME:Next
- Update to version 2.46.2: * Move to stable released tag, no code changes. - Update to version 2.46.1+7: * NMake Makefiles: Fix header installation * NMake Makefiles: Correct VS2019 toolset number * build: Support Visual Studio 2022 builds * docs/reference/Doxyfile.in: Remove obsolete entry * Don't include individual pango headers, part 2 * Don't include individual pango headers * Use pango from the main branch * 2.46.1 * Documentation: Let links point to pangomm-1.4 versions * Add dependencies to Doxygen tag files in subprojects - 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/935834 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm1_4?expand=0&rev=17
This commit is contained in:
parent
024257b3c5
commit
af429c65b7
18
_service
Normal file
18
_service
Normal file
@ -0,0 +1,18 @@
|
||||
<?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.46.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
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/pangomm.git</param>
|
||||
<param name="changesrevision">c531ef7cf5351ec14014da2480b2fd3e474eac00</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c885013fe61a4c5117fda395770d507563411c63e49f4a3aced4c9efe34d9975
|
||||
size 672952
|
3
pangomm-2.46.2.obscpio
Normal file
3
pangomm-2.46.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9e89ef6f8ae044e2708f4c1b9cd11e09dd31af7aa47a89e1ab9a7524b15b0e0
|
||||
size 996876
|
5
pangomm.obsinfo
Normal file
5
pangomm.obsinfo
Normal file
@ -0,0 +1,5 @@
|
||||
name: pangomm
|
||||
version: 2.46.2
|
||||
mtime: 1638718986
|
||||
commit: c531ef7cf5351ec14014da2480b2fd3e474eac00
|
||||
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 05 17:38:13 UTC 2021 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 2.46.2:
|
||||
* Move to stable released tag, no code changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 01 12:10:37 UTC 2021 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 2.46.1+7:
|
||||
* NMake Makefiles: Fix header installation
|
||||
* NMake Makefiles: Correct VS2019 toolset number
|
||||
* build: Support Visual Studio 2022 builds
|
||||
* docs/reference/Doxyfile.in: Remove obsolete entry
|
||||
* Don't include individual pango headers, part 2
|
||||
* Don't include individual pango headers
|
||||
* Use pango from the main branch
|
||||
* 2.46.1
|
||||
* Documentation: Let links point to pangomm-1.4 versions
|
||||
* Add dependencies to Doxygen tag files in subprojects
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 7 11:29:35 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
|
@ -21,13 +21,15 @@
|
||||
%define _name pangomm
|
||||
|
||||
Name: pangomm1_4
|
||||
Version: 2.46.1
|
||||
Version: 2.46.2
|
||||
Release: 0
|
||||
Summary: C++ interface for pango
|
||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://www.gtkmm.org
|
||||
Source0: https://download.gnome.org/sources/pangomm/2.46/%{_name}-%{version}.tar.xz
|
||||
# Source0 disabled, we are using source service
|
||||
#Source0: https://download.gnome.org/sources/pangomm/2.46/%%{_name}-%%{version}.tar.xz
|
||||
Source0: %{_name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
# PATCH-FIX-OPENSUSE pangomm1_4-docs-without-timestamp.patch dimstar@opensuse.org -- Do not add timestamps to generated doc files
|
||||
Patch0: pangomm1_4-docs-without-timestamp.patch
|
||||
@ -36,8 +38,12 @@ BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: meson
|
||||
# m4, mm-common and perl(XML::Parser) only needed due to git-checkout
|
||||
BuildRequires: m4
|
||||
BuildRequires: mm-common
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xsltproc
|
||||
BuildRequires: perl(XML::Parser)
|
||||
BuildRequires: pkgconfig(cairomm-1.0) >= 1.2.2
|
||||
BuildRequires: pkgconfig(glibmm-2.4) >= 2.48.0
|
||||
BuildRequires: pkgconfig(pangocairo) >= 1.45.1
|
||||
@ -66,6 +72,7 @@ chmod -x NEWS
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-Dmaintainer-mode=true \
|
||||
-Dbuild-documentation=false \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
Loading…
x
Reference in New Issue
Block a user