SHA256
1
0
forked from pool/yelp-xsl

Accepting request 71151 from home:dimstar:branches:GNOME:Factory

Update to 3.1.1 - drop the patch again.. it is wrong

OBS-URL: https://build.opensuse.org/request/show/71151
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/yelp-xsl?expand=0&rev=12
This commit is contained in:
Vincent Untz 2011-05-27 15:15:14 +00:00 committed by Git OBS Bridge
parent b31fdd4446
commit c9b011e3be
5 changed files with 27 additions and 2458 deletions

View File

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

3
yelp-xsl-3.1.1.tar.bz2 Normal file
View File

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

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue May 24 08:57:15 CEST 2011 - dimstar@opensuse.org
- Update to version 3.1.1:
+ Improvements to the JS/CSS for videos and TTML
+ Changed gettext infrastructure, use itstool
+ Improvements and cleanup to DocBook code
+ Implemented experimental Mallard conditional processing
+ Updated to jQuery.syntax 3.0, custom layout file
+ Don't embed div in a tag for linkdivs
+ Added title attribute to HTML output for all links
+ Updated translations.
- Changes from version 3.0.2:
+ Updated translations.
- Drop yelp-xsl-update-jquery-syntax.patch: Included upstream.
- Add itstool BuildRequires.
- Drop the lang package: The .mo files are not used by anything;
the *.po are merged into the xml files (see bgo#650942).
- Obsolete the -lang package.
-------------------------------------------------------------------
Tue May 17 15:23:46 UTC 2011 - fcrozat@suse.com

View File

@ -19,37 +19,31 @@
Name: yelp-xsl
Version: 3.0.1
Release: 3
Version: 3.1.1
Release: 1
License: GPLv2+, LGPLv2.1+, MIT
Summary: XSL stylesheets for the yelp help browser
Group: System/Libraries
Source: %{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM yelp-xsl-update-jquery-syntax.patch bnc#693971 bgo#650308 fcrozat@suse.com -- update jquery.syntax to latest version (from git)
Patch0: yelp-xsl-update-jquery-syntax.patch
BuildRequires: intltool
BuildRequires: itstool intltool
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(libxslt)
BuildArch: noarch
Obsoletes: %{name}-lang < %{version}
%description
This package contains XSL stylesheets that are used by the yelp help browser.
%lang_package
%prep
%setup -q
%patch0 -p1
%build
#needed by patch0
autoreconf
%configure
%__make %{?_smp_mflags}
%install
%makeinstall
%find_lang %{name}
%files
%defattr(-, root, root)
@ -60,6 +54,4 @@ autoreconf
# package for it.
%{_datadir}/pkgconfig/yelp-xsl.pc
%files lang -f %{name}.lang
%changelog