Hello community,

here is the log from the commit of package gerbv for openSUSE:Factory checked 
in at 2013-01-08 13:36:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gerbv (Old)
 and      /work/SRC/openSUSE:Factory/.gerbv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gerbv", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ /work/SRC/openSUSE:Factory/.gerbv.new/gerbv.changes 2013-01-08 
13:36:05.000000000 +0100
@@ -0,0 +1,94 @@
+-------------------------------------------------------------------
+Thu Jan  3 21:24:02 UTC 2013 - [email protected]
+
+- Delete guile from requires
+- Delete compilation time from binary
+  * gerbv-no-build-time.patch
+
+-------------------------------------------------------------------
+Wed Dec 26 13:30:40 UTC 2012 - [email protected]
+
+- fix summary
+
+-------------------------------------------------------------------
+Tue Dec 25 17:45:28 UTC 2012 - [email protected]
+
+- spec file cleanup
+- split libgerbv to separate package
+
+-------------------------------------------------------------------
+Tue Dec 27 08:15:35 UTC 2011 - [email protected]
+
+- new version 2.6.0
+
+-------------------------------------------------------------------
+Sat Nov 19 12:08:10 UTC 2011 - [email protected]
+
+- new version 2.5.0
+- build fixes for openSUSE 12.1
+
+-------------------------------------------------------------------
+Sat Mar 06 00:00:00 UTC 2010 - [email protected]
+
+- new version 2.4.0
+
+-------------------------------------------------------------------
+Sun Oct 11 00:00:00 UTC 2009 - [email protected]
+
+- new version 2.3.0
+
+-------------------------------------------------------------------
+Fri Feb 06 00:00:00 UTC 2009 - [email protected]
+
+- new version 2.2.0
+
+-------------------------------------------------------------------
+Sat Dec 20 00:00:00 UTC 2008 - [email protected]
+
+- fixed desktop integration of openSUSE 11.1
+- directory fixes
+- call /sbin/ldconfig
+
+-------------------------------------------------------------------
+Sun Sep 21 00:00:00 UTC 2008 - [email protected]
+
+- new version 2.1.0
+- removed support for older distributions
+- created additional devel package
+
+-------------------------------------------------------------------
+Mon Mar 24 00:00:00 UTC 2008 - [email protected]
+
+- fixed desktop integration
+
+-------------------------------------------------------------------
+Thu Mar 04 00:00:00 UTC 2008 - [email protected]
+
+- new version 2.0.1
+- desktop integration
+
+-------------------------------------------------------------------
+Sun Jan 13 00:00:00 UTC 2008 - [email protected]
+
+- new version 2.0.0
+
+-------------------------------------------------------------------
+Thu Nov 29 00:00:00 UTC 2007 - [email protected]
+
+- new version 1.0.3
+- removed msgstr_size patch
+
+-------------------------------------------------------------------
+Wed Feb 28 00:00:00 UTC 2007 - [email protected]
+
+- added msgstr_size patch
+
+-------------------------------------------------------------------
+Tue Aug 29 00:00:00 UTC 2006 - [email protected]
+
+- added libpng-devel: gkt2-devel of SuSE 9.3 didn't provide it
+
+-------------------------------------------------------------------
+Sun Aug 27 00:00:00 UTC 2006 - [email protected]
+
+- first spec file

New:
----
  gerbv-2.6.0.tar.gz
  gerbv-no-build-time.patch
  gerbv.changes
  gerbv.spec

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

Other differences:
------------------
++++++ gerbv.spec ++++++
#
# spec file for package gerbv
#
# Copyright (c) 2012 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#

Name:           gerbv
%define libname lib%{name}
Version:        2.6.0
%define somajor 1
Release:        0
License:        GPL-2.0
Summary:        Gerber File Viewer that supports the RS-274X Standard
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
BuildRequires:  libpng-devel
BuildRequires:  pkgconfig
BuildRequires:  update-desktop-files
BuildRequires:  gtk2-devel
# Requires:       guile
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Gerber Viewer (gerbv) is a viewer for Gerber files. Gerber files are
generated from PCB CAD system and sent to PCB manufacturers as basis
for the manufacturing process. The standard supported by gerbv is
RS-274X. The basic difference between RS-274D (the old standard) and
RS-274X is basically the addition of apertures in RS-274X. It might be
possible to make an RS-274X file out of an RS-274D file and an
aperture list.

%package -n     %{libname}%{somajor}
Summary:        Gerber File Viewer library
Group:          System/Libraries

%description -n %{libname}%{somajor}
Gerbv library , allows developers to include parsing, editing, exporting,
rendering of Gerber files into other programs.

%package        devel
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

%description    devel
This package contains development files for developing applications
that use gerbv library.

%prep
%setup -q
%patch0 -p1

%build
export LDFLAGS="$LDFLAGS -ldl"
%configure  \
            --disable-static \
            --enable-unit-mm \
            --disable-update-desktop-database

make %{?_smp_mflags}

%install
%makeinstall
%suse_update_desktop_file %{name} Education Science Electronics
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print

%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
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*
%{_datadir}/%{name}/
%{_datadir}/icons/*
%{_datadir}/applications/%{name}.desktop

%files -n %{libname}%{somajor}
%defattr(-,root,root)
%{_libdir}/%{libname}.so.%{somajor}*

%files devel
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/%{libname}.so
%{_libdir}/pkgconfig/%{libname}.pc

%changelog
++++++ gerbv-no-build-time.patch ++++++
Index: gerbv-2.6.0/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
 
        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/";,
-                                         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"
                                         "Copyright (C) 2000-2007 Stefan 
Petersen\n\n"
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to