Hello community,

here is the log from the commit of package engauge-digitizer for 
openSUSE:Factory checked in at 2012-12-28 14:59:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/engauge-digitizer (Old)
 and      /work/SRC/openSUSE:Factory/.engauge-digitizer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "engauge-digitizer", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ /work/SRC/openSUSE:Factory/.engauge-digitizer.new/engauge-digitizer.changes 
2012-12-28 14:59:25.000000000 +0100
@@ -0,0 +1,14 @@
+-------------------------------------------------------------------
+Sun Dec  9 19:27:05 UTC 2012 - dmitr...@opensuse.org
+
+- Update to git 2012.10.11
+
+-------------------------------------------------------------------
+Fri Aug 31 12:05:14 UTC 2012 - sco...@free.fr
+
+- fix debuginfo packaging failure on SLE 11 
+
+-------------------------------------------------------------------
+Fri Aug 24 22:21:18 UTC 2012 - dmi...@roshchin.org
+
+- Update to version 5.0

New:
----
  doc-path.patch
  engauge-digitizer-5.0_2012.10.11.tar.bz2
  engauge-digitizer.changes
  engauge-digitizer.desktop
  engauge-digitizer.png
  engauge-digitizer.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ engauge-digitizer.spec ++++++
#
# spec file for package engauge-digitizer
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%define gitvirsion 2288de
%define gitdate 2012.10.11

Name:           engauge-digitizer
Version:        5.0_%{gitdate}
Release:        0
Summary:        Ditigize old graphs into numbers again
License:        GPL-2.0+
Url:            http://digitizer.sourceforge.net/
Group:          Productivity/Scientific/Other
# git clone git://git.code.sf.net/p/digitizer/code digitizer-code && cd 
digitizer-code
# git archive %{gitvirsion} --prefix=engauge-digitizer-5.0/ | bzip2 > 
../engauge-digitizer-%{version}.tar.bz2
Source:         %{name}-%{version}.tar.bz2
Source1:        %{name}.desktop
Source2:        %{name}.png
# PATCH-FIX-OPENSUSE doc-path.patch -- fix path to documentation
Patch0:         doc-path.patch
BuildRequires:  fftw3-devel
BuildRequires:  gcc-c++
BuildRequires:  libqt4-devel
BuildRequires:  libqt4-qt3support
BuildRequires:  update-desktop-files
Recommends:     %{name}-doc
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description

This open source, digitizing software converts an image
file showing a graph or map, into numbers. The image file can come
from a scanner, digital camera or screenshot. The numbers can be read
on the screen, and written or copied to a spreadsheet.

%package doc
Summary:        Documentation for Engauge Digitizer
Group:          Documentation/HTML
%if 0%{?suse_version} > 1110
BuildArch:      noarch
%endif
Requires:       %{name} = %{version}

%description doc

This package contains the documentation for Engauge Digitizer.

%prep
%setup -q -n %{name}-5.0
cp %{SOURCE1} .
cp %{SOURCE2} .
%patch0 -p1
chmod 644 usermanual/date*
sed -i 's/\r$//' usermanual/date*

%build
qmake digitizer.pro
make  %{?_smp_mflags}

%install
install -Dm 755 bin/engauge %{buildroot}%{_bindir}/engauge
install -Dm 644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
install -Dm 644 %{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
%suse_update_desktop_file %{name}

%files
%defattr(-,root,root)
%doc doc/users/README
%{_bindir}/engauge
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

%files doc
%defattr(-,root,root)
%doc usermanual/

%changelog
++++++ doc-path.patch ++++++
diff -Pdpru engauge-digitizer-5.0.orig/src/digitmain.cpp 
engauge-digitizer-5.0/src/digitmain.cpp
--- engauge-digitizer-5.0.orig/src/digitmain.cpp        2012-05-17 
12:40:51.000000000 +0400
+++ engauge-digitizer-5.0/src/digitmain.cpp     2012-08-25 01:31:23.119949834 
+0400
@@ -1742,11 +1742,11 @@ QDir DigitMain::helpPath()
 
   // possible locations of user manual directory
 #ifndef DEBIAN_PACKAGE
-  const QDir helpPath1("usermanual");
+  const QDir 
helpPath1("/usr/share/doc/packages/engauge-digitizer-doc/usermanual");
   const QDir helpPath2("../usermanual");
   const QDir helpPath3("../../usermanual");
 #else /* DEBIAN_PACKAGE */
-  const QDir helpPath1("/usr/share/doc/engauge-digitizer-doc/html");
+  const QDir 
helpPath1("/usr/share/doc/packages/engauge-digitizer-doc/usermanual");
 #endif /* DEBIAN_PACKAGE */
 
   // command line value can be easily changed and is controllable, so it is 
used first. environment
++++++ engauge-digitizer.desktop ++++++
[Desktop Entry]
Name=Engauge Digitizer
GenericName=Extract data from graphs
Type=Application
Exec=engauge
Icon=engauge-digitizer
Categories=Education;Science;--
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to