Hello community,

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

Package is "dbview"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dbview/dbview.changes    2012-02-22 
15:52:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dbview.new/dbview.changes       2015-04-23 
08:04:05.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Apr 21 16:04:38 UTC 2015 - mplus...@suse.com
+
+- Update download url
+- Add gpg signature
+- Cleanup spec file with spec-clenaner
+
+-------------------------------------------------------------------

Old:
----
  dbview-1.0.4.tar.bz2

New:
----
  dbview-1.0.4.tar.gz
  dbview-1.0.4.tar.gz.asc
  dbview.keyring

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

Other differences:
------------------
++++++ dbview.spec ++++++
--- /var/tmp/diff_new_pack.0IDyUL/_old  2015-04-23 08:04:05.000000000 +0200
+++ /var/tmp/diff_new_pack.0IDyUL/_new  2015-04-23 08:04:05.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dbview
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,34 +17,36 @@
 
 
 Name:           dbview
-Url:            http://www.infodrom.org/projects/dbview/
 Version:        1.0.4
 Release:        0
-Source0:        
ftp://ftp.infodrom.north.de/pub/Linux/Devel/%{name}/%{name}-%{version}.tar.bz2
-Patch1:         %{name}-%{version}-makefile.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        Viewer for dBase III and dBase IV Files
 License:        GPL-2.0+
 Group:          Productivity/Databases/Tools
+Url:            http://www.infodrom.org/projects/dbview/
+Source0:        
http://www.infodrom.org/projects/dbview/download/%{name}-%{version}.tar.gz
+Source1:        
http://www.infodrom.org/projects/dbview/download/%{name}-%{version}.tar.gz.asc
+Source2:        %{name}.keyring
+Patch1:         %{name}-%{version}-makefile.patch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 dbview is a little tool that displays dBase III and IV files. You can
 also use it to convert your old .dbf files for further use with Unix.
 
 %prep
-%setup
+%setup -q
 %patch1
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
+make CFLAGS="%{optflags}" %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-, root, root)
 %doc README dBASE CHANGES
-%doc %{_mandir}/man1/*
-%{_prefix}/bin/dbview
+%{_mandir}/man1/*
+%{_bindir}/dbview
 
 %changelog


Reply via email to