Hello community, here is the log from the commit of package simple-scan for openSUSE:Factory checked in at 2012-03-26 15:38:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/simple-scan (Old) and /work/SRC/openSUSE:Factory/.simple-scan.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "simple-scan", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/simple-scan/simple-scan.changes 2012-02-15 16:19:23.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.simple-scan.new/simple-scan.changes 2012-03-26 15:38:04.000000000 +0200 @@ -1,0 +2,12 @@ +Sat Mar 17 16:31:15 UTC 2012 - [email protected] + +- Update to version 3.3.92: + + Fix buffer overrun writing black and white PDFs. + + Build help with yelp-tools instead of gnome-doc-utils. +- Replace gnome-doc-utils-devel BuildRequires with yelp-tools, + following upstream switch. +- Correctly mark translated documentation with %lang() tags; this + will be done by %find_lang shortly in Factory, but not for old + releases. + +------------------------------------------------------------------- Old: ---- simple-scan-3.2.1.tar.bz2 New: ---- simple-scan-3.3.92.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ simple-scan.spec ++++++ --- /var/tmp/diff_new_pack.blpkZO/_old 2012-03-26 15:38:06.000000000 +0200 +++ /var/tmp/diff_new_pack.blpkZO/_new 2012-03-26 15:38:06.000000000 +0200 @@ -17,21 +17,22 @@ Name: simple-scan -Version: 3.2.1 +Version: 3.3.92 Release: 0 +# FIXME: the %%{_datadir}/help/$locale/ files be found by %%find_lang Summary: Simple Scanning Utility License: GPL-3.0+ Group: System/GUI/GNOME Url: https://launchpad.net/simple-scan -Source0: http://download.gnome.org/sources/simple-scan/3.2/%{name}-%{version}.tar.bz2 +Source0: http://download.gnome.org/sources/simple-scan/3.3/%{name}-%{version}.tar.xz BuildRequires: fdupes -BuildRequires: gnome-doc-utils-devel BuildRequires: gnome-icon-theme BuildRequires: intltool BuildRequires: libjpeg-devel BuildRequires: sane-backends-devel BuildRequires: update-desktop-files BuildRequires: vala +BuildRequires: yelp-tools BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(colord) BuildRequires: pkgconfig(gdk-pixbuf-2.0) @@ -76,6 +77,14 @@ sed -i "s/\(Icon.*=\)scanner/\1simple-scan/g" %{buildroot}%{_datadir}/applications/%{name}.desktop %suse_update_desktop_file %{name} %find_lang %{name} %{?no_lang_C} +# Localized help +for help in %{buildroot}%{_datadir}/help/*/simple-scan/; do + LOCALE=`echo $help | sed "s:.*%{_datadir}/help/\([^/]*\)/simple-scan/:\1:g"` + echo "%%lang($LOCALE) %%dir %%{_datadir}/help/$LOCALE" >> %{name}.help-lang.tmp + echo "%%lang($LOCALE) %%doc /${help##%{buildroot}}" >> %{name}.help-lang.tmp +done +sort -u %{name}.help-lang.tmp | grep -v "^%%lang(C)" > %{name}.help-lang +rm %{name}.help-lang.tmp %fdupes %{buildroot}%{_datadir} %clean @@ -94,10 +103,7 @@ %files %defattr(-, root, root) %doc AUTHORS ChangeLog COPYING NEWS README -%dir %{_datadir}/gnome/ -%dir %{_datadir}/gnome/help/ -%dir %{_datadir}/gnome/help/%{name}/ -%doc %{_datadir}/gnome/help/%{name}/C/ +%doc %{_datadir}/help/C/%{name}/ %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/glib-2.0/schemas/org.gnome.SimpleScan.gschema.xml @@ -105,6 +111,6 @@ %{_datadir}/%{name}/ %{_mandir}/man1/%{name}.1* -%files lang -f %{name}.lang +%files lang -f %{name}.lang -f %{name}.help-lang %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
