Hello community,

here is the log from the commit of package gerbv for openSUSE:Factory checked 
in at 2013-07-23 12:31:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gerbv (Old)
 and      /work/SRC/openSUSE:Factory/.gerbv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gerbv"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gerbv/gerbv.changes      2013-01-08 
13:36:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gerbv.new/gerbv.changes 2013-07-23 
12:31:31.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Jul 23 09:34:34 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 2.6.1
+  * Localization support
+- Disable localization due to missed files
+  * gerbv-2.6.1-no-translation.patch
+
+-------------------------------------------------------------------

Old:
----
  gerbv-2.6.0.tar.gz

New:
----
  gerbv-2.6.1-no-translation.patch
  gerbv-2.6.1.tar.gz

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

Other differences:
------------------
++++++ gerbv.spec ++++++
--- /var/tmp/diff_new_pack.uyWwwh/_old  2013-07-23 12:31:32.000000000 +0200
+++ /var/tmp/diff_new_pack.uyWwwh/_new  2013-07-23 12:31:32.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gerbv
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,22 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           gerbv
 %define libname lib%{name}
-Version:        2.6.0
-%define somajor 1
+Version:        2.6.1
 Release:        0
-License:        GPL-2.0
+%define somajor 1
 Summary:        Gerber File Viewer that supports the RS-274X Standard
+License:        GPL-2.0
 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
-Patch0:         gerbv-no-build-time.patch
+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
+BuildRequires:  autoconf
+BuildRequires:  gtk2-devel
 BuildRequires:  libpng-devel
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
+BuildRequires:  po4a
 BuildRequires:  update-desktop-files
-BuildRequires:  gtk2-devel
 # Requires:       guile
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -55,8 +61,8 @@
 Summary:        Gerber File Viewer that supports the RS-274X Standard
 Group:          Development/Libraries/C and C++
 Requires:       %{libname}%{somajor} = %{version}
-Requires:       libpng-devel
 Requires:       gtk2-devel
+Requires:       libpng-devel
 
 %description    devel
 This package contains development files for developing applications
@@ -64,9 +70,11 @@
 
 %prep
 %setup -q
-%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
+./autogen.sh
 export LDFLAGS="$LDFLAGS -ldl"
 %configure  \
             --disable-static \

++++++ gerbv-2.6.1-no-translation.patch ++++++
Index: gerbv-2.6.1/man/Makefile.am
===================================================================
--- gerbv-2.6.1.orig/man/Makefile.am
+++ gerbv-2.6.1/man/Makefile.am
@@ -19,8 +19,7 @@
 ##  along with this program; if not, write to the Free Software
 ##  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA
 
-man_MANS = gerbv.1 gerbv.ru.1
-PO_FILES= gerbv.ru.1.in.po
+man_MANS = gerbv.1
 
 MOSTLYCLEANFILES = *~
 CLEANFILES = *~  *.pot $(man_MANS)
Index: gerbv-2.6.1/po/LINGUAS
===================================================================
--- gerbv-2.6.1.orig/po/LINGUAS
+++ /dev/null
@@ -1 +0,0 @@
-ru
++++++ gerbv-2.6.0.tar.gz -> gerbv-2.6.1.tar.gz ++++++
++++ 553776 lines of diff (skipped)

++++++ gerbv-no-build-time.patch ++++++
--- /var/tmp/diff_new_pack.uyWwwh/_old  2013-07-23 12:31:33.000000000 +0200
+++ /var/tmp/diff_new_pack.uyWwwh/_new  2013-07-23 12:31:33.000000000 +0200
@@ -1,21 +1,20 @@
-Index: gerbv-2.6.0/src/callbacks.c
+Index: gerbv-2.6.1/src/callbacks.c
 ===================================================================
---- gerbv-2.6.0.orig/src/callbacks.c
-+++ gerbv-2.6.0/src/callbacks.c
-@@ -1530,7 +1530,6 @@ callbacks_about_activate
+--- gerbv-2.6.1.orig/src/callbacks.c
++++ gerbv-2.6.1/src/callbacks.c
+@@ -1572,14 +1572,13 @@ callbacks_about_activate
  
-       gchar *string = g_strdup_printf ( "gerbv -- a Gerber (RS-274/X) 
viewer.\n\n"
+       gchar *string = g_strdup_printf(_("gerbv -- a Gerber (RS-274/X) 
viewer.\n\n"
                                          "This is gerbv version %s\n"
 -                                        "Compiled on %s at %s\n"
                                          "\n"
                                          "gerbv is part of the gEDA Project.\n"
                                          "\n"
-@@ -1538,7 +1537,7 @@ callbacks_about_activate
-                                         "  gerbv homepage: 
http://gerbv.gpleda.org/\n";
-                                         "  gEDA homepage: 
http://gpleda.org/\n";
-                                         "  gEDA Wiki: 
http://geda.seul.org/wiki/";,
+                                         "For more information see:\n"
+                                         "  gEDA homepage: 
http://geda-project.org/\n";
+                                         "  gEDA Wiki: 
http://wiki.geda-project.org/";),
 -                                        VERSION, __DATE__, __TIME__);
 +                                        VERSION);
  #if GTK_CHECK_VERSION(2,6,0)
-       gchar *license = g_strdup_printf("gerbv -- a Gerber (RS-274/X) 
viewer.\n\n"
+       gchar *license = g_strdup_printf(_("gerbv -- a Gerber (RS-274/X) 
viewer.\n\n"
                                         "Copyright (C) 2000-2007 Stefan 
Petersen\n\n"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to