Update to 0.10.1, bump epoch (RHBZ#1229357).

- Rebase patches.
epel9
Ralf Corsépius 10 years ago
parent 983afdba91
commit 49f04c2ed6

2
.gitignore vendored

@ -1 +1 @@
/gumbo-parser-1.0-20140503git3a61e9a.tar.gz /gumbo-parser-0.10.1.tar.gz

@ -1,25 +1,16 @@
From 390e2c06b1f08b2f36456f70f5022ecaa8bc939b Mon Sep 17 00:00:00 2001 From 4445c669843f111d06eb999b607b4d96c31eac10 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <corsepiu@corsepiu.home> From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <corsepiu@corsepiu.home>
Date: Wed, 16 Oct 2013 09:37:03 +0200 Date: Wed, 16 Oct 2013 09:37:03 +0200
Subject: [PATCH 1/2] Doxygen tweaks Subject: [PATCH 2/3] Doxygen tweaks
--- ---
Doxyfile | 6 +++--- Doxyfile | 4 ++--
1 file changed, 3 insertions(+), 3 deletions(-) 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Doxyfile b/Doxyfile diff --git a/Doxyfile b/Doxyfile
index 7a5bb47..7ee25ba 100644 index b411da6..3fda5a2 100644
--- a/Doxyfile --- a/Doxyfile
+++ b/Doxyfile +++ b/Doxyfile
@@ -32,7 +32,7 @@ PROJECT_NAME = "Gumbo"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = {{VERSION}}
+PROJECT_NUMBER = 1.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
@@ -128,7 +128,7 @@ FULL_PATH_NAMES = NO @@ -128,7 +128,7 @@ FULL_PATH_NAMES = NO
# If left blank the directory from which doxygen is run is used as the # If left blank the directory from which doxygen is run is used as the
# path to strip. # path to strip.
@ -39,5 +30,5 @@ index 7a5bb47..7ee25ba 100644
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
# style sheet that is used by each HTML page. It can be used to # style sheet that is used by each HTML page. It can be used to
-- --
1.8.3.1 2.4.3

File diff suppressed because it is too large Load Diff

@ -1,16 +1,13 @@
%global snapdate 20140503
%global commit 3a61e9ad963cacfb3246468feab28c5058f621c1
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: gumbo-parser Name: gumbo-parser
Version: 1.0 Epoch: 1
Release: 0.7.%{snapdate}git%{shortcommit}%{?dist} Version: 0.10.1
Release: 1%{?dist}
Summary: A HTML5 parser Summary: A HTML5 parser
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/google/gumbo-parser URL: https://github.com/google/gumbo-parser
Source0: https://github.com/google/gumbo-parser/archive/%{commit}/gumbo-parser-1.0-%{snapdate}git%{shortcommit}.tar.gz Source0: https://github.com/google/gumbo-parser/archive/v0.10.1.tar.gz#/gumbo-parser-0.10.1.tar.gz
# Fix up Doxyfile # Fix up Doxyfile
Patch1: 0001-Doxygen-tweaks.patch Patch1: 0001-Doxygen-tweaks.patch
# Autotool generated sources # Autotool generated sources
@ -34,7 +31,7 @@ validators, templating languages, and refactoring and analysis tools.
%package devel %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
%description devel %description devel
The %{name}-devel package contains libraries and header files for The %{name}-devel package contains libraries and header files for
@ -42,14 +39,14 @@ developing applications that use %{name}.
%package python %package python
Summary: Python bindings to %{name} Summary: Python bindings to %{name}
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{epoch}:%{version}-%{release}
BuildArch: noarch BuildArch: noarch
%description python %description python
Python bindings to %{name}. Python bindings to %{name}.
%prep %prep
%setup -q -n %{name}-%{commit} %setup -q -n %{name}-%{version}
%patch1 -p1 %patch1 -p1
# Package has autotools compatibility issues # Package has autotools compatibility issues
@ -123,6 +120,10 @@ install -m 644 {COPYING,*.md} ${RPM_BUILD_ROOT}%{_pkgdocdir}
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Mon Jul 27 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 1:0.10.1-1
- Update to 0.10.1, bump epoch (RHBZ#1229357).
- Rebase patches.
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.7.20140503git3a61e9a * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.7.20140503git3a61e9a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

@ -1 +1 @@
b17624d8ddc0dd37c4c0e278e89008ac gumbo-parser-1.0-20140503git3a61e9a.tar.gz c6f75c9eda65e897c242f8958a34aed0 gumbo-parser-0.10.1.tar.gz

Loading…
Cancel
Save