Hello community,

here is the log from the commit of package QtDMM for openSUSE:Factory checked 
in at 2014-08-05 13:00:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/QtDMM (Old)
 and      /work/SRC/openSUSE:Factory/.QtDMM.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "QtDMM"

Changes:
--------
--- /work/SRC/openSUSE:Factory/QtDMM/QtDMM.changes      2011-09-23 
01:51:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.QtDMM.new/QtDMM.changes 2014-08-05 
13:00:29.000000000 +0200
@@ -1,0 +2,9 @@
+Sat Aug  2 15:08:40 UTC 2014 - [email protected]
+
+- Update to version 0.9.0
+  * QtDMM was ported to Qt4.x
+  * QtDMM was relicensed from GPL 2.0 to GPL 3
+  * Added TekPower TP4000ZC / digitek DT4000ZC
+  * Added PeakTech 3430
+
+-------------------------------------------------------------------

Old:
----
  QtDMM-0.8.12.tar.bz2

New:
----
  qtdmm-0.9.0.tgz

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

Other differences:
------------------
++++++ QtDMM.spec ++++++
--- /var/tmp/diff_new_pack.j1buLR/_old  2014-08-05 13:00:31.000000000 +0200
+++ /var/tmp/diff_new_pack.j1buLR/_new  2014-08-05 13:00:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package QtDMM (Version 0.8.12)
+# spec file for package QtDMM
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,18 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           QtDMM
-BuildRequires:  libdrm-devel libjpeg-devel qt3-devel update-desktop-files
+Version:        0.9.0
+Release:        0
 Summary:        DMM Readout Software Including a Configurable Recorder
-Version:        0.8.12
-Release:        37
-License:        GPL-2.0+
-Url:            http://mtoussaint.de/qtdmm.html
+License:        GPL-3.0+
 Group:          System/GUI/Other
-Source:         %{name}-%{version}.tar.bz2
+Url:            http://mtoussaint.de/qtdmm.html
+Source:         http://mtoussaint.de/qtdmm-%{version}.tgz
+BuildRequires:  libqt4-devel
+BuildRequires:  update-desktop-files
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,35 +40,30 @@
 been added. For more information about the currently supported DMMs,
 refer to the preset table.
 
-
-
-Authors:
---------
-    Matthias Toussaint
-    Dr. Ralf Wieland (PeakTech-451)
-    Michael Petruzelka (Voltcraft M-4660)
-    Hubert Mayer (PeakTech-4390, Metex M3850M)
-
 %prep
-%setup
+%setup -q
 
 %build
-export PATH=$PATH:%_libdir/qt3/bin
-./configure
-make
+qmake
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-install -d $RPM_BUILD_ROOT%_bindir
-install bin/qtdmm $RPM_BUILD_ROOT%_bindir/qtdmm
-install -d $RPM_BUILD_ROOT%_docdir/%{name}
-install README $RPM_BUILD_ROOT%_docdir/%{name}/README
+%make_install
+gzip qtdmm.1
 
-%clean
+install -d %{buildroot}%{_bindir}
+install bin/qtdmm %{buildroot}%{_bindir}/qtdmm
+install -Dm 644 qtdmm.1.gz %{buildroot}%{_mandir}/man1/qtdmm.1.gz
+install -Dm 644 qtdmm.png %{buildroot}%{_datadir}/pixmaps/qtdmm.png
+install -Dm 644 QtDMM.desktop 
%{buildroot}%{_datadir}/applications/QtDMM.desktop
+%suse_update_desktop_file -G "DMM Readout Software" -r %{name} 
"Education;Engineering"
 
 %files
 %defattr(-,root,root)
-%_bindir/qtdmm
-%_docdir/%{name}
+%doc CHANGELOG LICENSE README
+%{_bindir}/qtdmm
+%{_mandir}/man1/qtdmm.1.gz
+%{_datadir}/pixmaps/qtdmm.png
+%{_datadir}/applications/QtDMM.desktop
 
 %changelog

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

Reply via email to