Hello community,

here is the log from the commit of package potrace for openSUSE:Factory
checked in at Mon Aug 22 16:07:24 CEST 2011.



--------
--- potrace/potrace.changes     2011-03-21 17:48:09.000000000 +0100
+++ /mounts/work_src_done/STABLE/potrace/potrace.changes        2011-08-20 
18:42:35.000000000 +0200
@@ -1,0 +2,18 @@
+Sat Aug 20 16:38:22 UTC 2011 - [email protected]
+- update to 1.10
+  + added --tight option
+  + backends: simplified dimension calculations
+  + eps backend: prevent integer overflow in bounding box.
+  + disallow resolution of 0 dpi.
+  + man page: added BACKEND TYPES section
+  + fixed default scaling at 72dpi for         variable-sized backends
+  + new gimppath backend produces SVG output
+  + suitable for current versions of Gimp.
+  + added a --flat option for the SVG backend.
+  + test suite: renamed *.out files to prevent make's
+  + built-in implicit rules from accidentally overwriting them.
+  + added DXF backend. Thanks to Jonas Benedett Dorr for testing.
+  + use high resolution bounding box in EPS, PDF, and SVG backends
+  + autoconf: CADD can now be given at compile time 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  potrace-1.9.tar.bz2

New:
----
  potrace-1.10.tar.gz

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

Other differences:
------------------
++++++ potrace.spec ++++++
--- /var/tmp/diff_new_pack.WLfQRT/_old  2011-08-22 16:06:06.000000000 +0200
+++ /var/tmp/diff_new_pack.WLfQRT/_new  2011-08-22 16:06:06.000000000 +0200
@@ -15,19 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           potrace
-Summary:        Utility for Tracing a Bitmap to Scalable Outline Image
-Version:        1.9
-Release:        6
+Version:        1.10
+Release:        1
 License:        GPLv2+
+Summary:        Utility for Tracing a Bitmap to Scalable Outline Image
+Url:            http://potrace.sourceforge.net/
 Group:          Productivity/Graphics/Convertors
+Source:         %{name}-%{version}.tar.gz
 BuildRequires:  zlib-devel
 Provides:       bitmap_tracing
-Url:            http://potrace.sourceforge.net/
-Source:         %{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,30 +38,28 @@
 image is not "jaggy" like a bitmap, but smooth. It can then be rendered
 at any resolution.
 
-
-
-Authors:
---------
-    Peter Selinger <[email protected]>
-
 %prep
-%setup
+%setup -q
 
 %build
+export CXXFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="$CXXFLAGS"
 autoreconf -f -i
-%configure
+./configure  --enable-static=no --prefix=%{_prefix}
 make  %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 
 %clean
-rm -fr $RPM_BUILD_ROOT
+rm -fr %{buildroot}
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%{_prefix}/bin/*
+%dir %_datadir//doc/potrace
+%_datadir/doc/potrace/placement.pdf
+%{_bindir}/*
 %doc %{_mandir}/man?/*.*
 
 %changelog


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to