Hello community,

here is the log from the commit of package mftrace for openSUSE:Factory checked 
in at 2015-05-02 21:36:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mftrace (Old)
 and      /work/SRC/openSUSE:Factory/.mftrace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mftrace"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mftrace/mftrace.changes  2011-12-15 
16:06:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mftrace.new/mftrace.changes     2015-05-02 
21:36:19.000000000 +0200
@@ -1,0 +2,14 @@
+Mon Apr 27 14:43:20 UTC 2015 - [email protected]
+
+- Update to 1.2.18
+  * configure.in (PYTHON): bump version.
+  * COPYING: GPL.
+  * GNUmakefile.in (FILES): add GPL
+- Cleanup spec file with spec-cleaner
+- Use url for source
+- Update dependencies
+- Remove upstreamed/obsolete patches
+  * mftrace-python-compile.patch
+  * mftrace-rpm-opt-flags.patch
+
+-------------------------------------------------------------------

Old:
----
  mftrace-1.2.17.tar.bz2
  mftrace-python-compile.patch
  mftrace-rpm-opt-flags.patch

New:
----
  mftrace-1.2.18.tar.gz

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

Other differences:
------------------
++++++ mftrace.spec ++++++
--- /var/tmp/diff_new_pack.jcTx6I/_old  2015-05-02 21:36:20.000000000 +0200
+++ /var/tmp/diff_new_pack.jcTx6I/_new  2015-05-02 21:36:20.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mftrace
 #
-# Copyright (c) 2011 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
@@ -16,25 +16,25 @@
 #
 
 
-
 Name:           mftrace
+Version:        1.2.18
+Release:        0
+Summary:        Scalable PostScript Fonts for MetaFont
+License:        GPL-2.0
+Group:          Productivity/Publishing/TeX/Utilities
+Url:            http://lilypond.org/mftrace/
+Source0:        
http://lilypond.org/download/sources/mftrace/%{name}-%{version}.tar.gz
+BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  autotrace
 BuildRequires:  potrace
 BuildRequires:  python-devel
-License:        GPL-2.0
-Group:          Productivity/Publishing/TeX/Utilities
-Requires:       python texlive bitmap_tracing t1utils fontforge
-Version:        1.2.17
-Release:        0
-Source:         %{name}-%{version}.tar.bz2
-Url:            http://lilypond.org/mftrace/
+Requires:       bitmap_tracing
+Requires:       fontforge
+Requires:       t1utils
+Requires:       texlive
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Summary:        Scalable PostScript Fonts for MetaFont
-# PATCH-FEATURE-OPENSUSE mftrace-rpm-opt-flags.patch [email protected] -- 
Include RPM_OPT_FLAGS to CFLAGS (simple work-around).
-Patch:          %{name}-rpm-opt-flags.patch
-# PATCH-FIX-UPSTREAM mftrace-python-compile.patch [email protected] -- Compile 
python files after installation to ensure consistent time stamps.
-Patch1:         %{name}-python-compile.patch
+%py_requires
 
 %description
 Mftrace is a small Python program that lets you trace a TeX bitmap font
@@ -43,25 +43,23 @@
 
 %prep
 %setup -q
-%patch
-%patch1 -p1
 
 %build
-autoreconf -f -i
-%configure --with-pic
-make %{?jobs:-j%jobs}
+autoreconf -fi
+%configure \
+       --with-pic
+make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
 
 %install
-%makeinstall
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+# remove files containing hardcoded rpath
+rm -rf %{buildroot}%{_datadir}/mftrace/*.pyc
 
 %files
 %defattr(-, root, root)
 %doc ChangeLog COPYING README.txt
 %{_bindir}/*
 %{_datadir}/mftrace
-%doc %{_mandir}/man1/*
+%{_mandir}/man1/*
 
 %changelog


Reply via email to