Hello community,

here is the log from the commit of package gerbv for openSUSE:Factory checked 
in at 2019-03-26 22:33:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gerbv (Old)
 and      /work/SRC/openSUSE:Factory/.gerbv.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gerbv"

Tue Mar 26 22:33:26 2019 rev:8 rq:688504 version:2.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gerbv/gerbv.changes      2015-03-05 
18:16:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gerbv.new.25356/gerbv.changes   2019-03-26 
22:33:46.373686229 +0100
@@ -1,0 +2,18 @@
+Mon Mar 25 22:26:25 UTC 2019 - Stefan BrĂ¼ns <stefan.bru...@rwth-aachen.de>
+
+- Use correct tarball from upstream
+- Remove unused cruft from the specfile
+
+-------------------------------------------------------------------
+Wed Feb 27 12:18:11 UTC 2019 - Wojciech Kazubski <w...@ire.pw.edu.pl>
+
+- Update to version 2.7.0
+- Translations restored
+- Patches:
+  * gerbv-2.6.1-undefined-symbols.patch upstreamed
+  * gerbv-fix-install-sh-call.patch upstreamed
+  * gerbv-2.6.1-no-translation.patch upstreamed
+  * gerbv-no-build-time.patch removed, build date/time is now set
+    by OBS
+
+-------------------------------------------------------------------

Old:
----
  gerbv-2.6.1-no-translation.patch
  gerbv-2.6.1-undefined-symbols.patch
  gerbv-2.6.1.tar.gz
  gerbv-fix-install-sh-call.patch
  gerbv-no-build-time.patch

New:
----
  gerbv-2.7.0.tar.gz

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

Other differences:
------------------
++++++ gerbv.spec ++++++
--- /var/tmp/diff_new_pack.mWPUJE/_old  2019-03-26 22:33:47.845685874 +0100
+++ /var/tmp/diff_new_pack.mWPUJE/_new  2019-03-26 22:33:47.961685846 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gerbv
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,36 +12,28 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           gerbv
 %define libname lib%{name}
-Version:        2.6.1
+Version:        2.7.0
 Release:        0
 %define somajor 1
 Summary:        Gerber File Viewer that supports the RS-274X Standard
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Productivity/Scientific/Electronics
 Url:            http://gerbv.geda-project.org/
 Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE gerbv-no-build-time.patch -- fix W: 
file-contains-date-and-time
-Patch1:         gerbv-no-build-time.patch
-# PATCH-FIX-UPSTREAM gerbv-2.6.1-no-translation.patch -- disable translation 
due to missed files
-Patch2:         gerbv-2.6.1-no-translation.patch
-# PATCH-FIX-UPSTREAM gerbv-fix-install-sh-call.patch -- Fix calling install-sh 
not from build dir for automake 1.14 
-Patch3:         gerbv-fix-install-sh-call.patch
-Patch4:         gerbv-2.6.1-undefined-symbols.patch
-BuildRequires:  autoconf
+BuildRequires:  gcc-c++
 BuildRequires:  gtk2-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtool
+BuildRequires:  opensp
 BuildRequires:  pkgconfig
 BuildRequires:  po4a
 BuildRequires:  update-desktop-files
-# Requires:       guile
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Gerber Viewer (gerbv) is a viewer for Gerber files. Gerber files are
@@ -73,14 +65,8 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
-./autogen.sh
-export LDFLAGS="$LDFLAGS -ldl"
 %configure  \
             --disable-static \
             --enable-unit-mm \
@@ -93,28 +79,31 @@
 %suse_update_desktop_file -r %{name} Education Engineering
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 
+#move translated man page
+mkdir -p %{buildroot}/%{_mandir}/ru/man1
+mv %{buildroot}/%{_mandir}/man1/%{name}.ru.1 
%{buildroot}/%{_mandir}/ru/man1/%{name}.1
+
+%find_lang %{name}
+
 %post -n %{libname}%{somajor} -p /sbin/ldconfig
 
 %postun -n %{libname}%{somajor} -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
-%files
-%defattr(-,root,root)
-%doc COPYING NEWS README
+%files -f %{name}.lang
+%license COPYING
+%doc NEWS README
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}*
+%{_mandir}/*/man1/%{name}*
 %{_datadir}/%{name}/
 %{_datadir}/icons/*
 %{_datadir}/applications/%{name}.desktop
+%{_datadir}/glib-2.0/schemas/org.geda-user.%{name}.gschema.xml
 
 %files -n %{libname}%{somajor}
-%defattr(-,root,root)
 %{_libdir}/%{libname}.so.%{somajor}*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/*
 %{_libdir}/%{libname}.so
 %{_libdir}/pkgconfig/%{libname}.pc

++++++ gerbv-2.6.1.tar.gz -> gerbv-2.7.0.tar.gz ++++++
++++ 205677 lines of diff (skipped)


Reply via email to