Hello community,

here is the log from the commit of package engauge-digitizer for 
openSUSE:Factory checked in at 2015-01-08 23:02:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/engauge-digitizer (Old)
 and      /work/SRC/openSUSE:Factory/.engauge-digitizer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "engauge-digitizer"

Changes:
--------
--- /work/SRC/openSUSE:Factory/engauge-digitizer/engauge-digitizer.changes      
2013-01-02 12:56:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.engauge-digitizer.new/engauge-digitizer.changes 
2015-01-08 23:02:47.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Jan  7 01:36:29 UTC 2015 - [email protected]
+
+- Update to version 5.2
+  + No changelog available
+- Upstream has renamed tarball for engauge
+- Build with "%{optflags} -fno-strict-aliasing"
+
+-------------------------------------------------------------------

Old:
----
  digit-src-5_1.tar.gz

New:
----
  engauge_5.2.tgz

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

Other differences:
------------------
++++++ engauge-digitizer.spec ++++++
--- /var/tmp/diff_new_pack.IJIhan/_old  2015-01-08 23:02:49.000000000 +0100
+++ /var/tmp/diff_new_pack.IJIhan/_new  2015-01-08 23:02:49.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package engauge-digitizer
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,14 +16,13 @@
 #
 
 Name:           engauge-digitizer
-Version:        5.1
-%define srcversion 5_1
+Version:        5.2
 Release:        0
 Summary:        Ditigize old graphs into numbers again
 License:        GPL-2.0+
 Url:            http://digitizer.sourceforge.net/
 Group:          Productivity/Scientific/Other
-Source:         
http://downloads.sourceforge.net/digitizer/digit-src-%{srcversion}.tar.gz
+Source:         
http://downloads.sourceforge.net/digitizer/engauge_%{version}.tgz
 Source1:        %{name}.desktop
 Source2:        %{name}.png
 # PATCH-FIX-OPENSUSE doc-path.patch -- fix path to documentation
@@ -37,7 +36,6 @@
 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
@@ -46,16 +44,14 @@
 %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 engauge
+%setup -q -n engauge-%{version}
 cp %{SOURCE1} .
 cp %{SOURCE2} .
 %patch0 -p1
@@ -63,14 +59,13 @@
 sed -i 's/\r$//' usermanual/date*
 
 %build
-qmake digitizer.pro
+qmake digitizer.pro QMAKE_CFLAGS="%optflags -fno-strict-aliasing" 
QMAKE_CXXFLAGS="%optflags -fno-strict-aliasing"
 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}
+%suse_update_desktop_file -i %{name}
 
 %files
 %defattr(-,root,root)


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to