commit pdf2svg for openSUSE:Factory

2015-12-14 Thread h_root
Hello community,

here is the log from the commit of package pdf2svg for openSUSE:Factory checked 
in at 2015-12-14 10:14:09

Comparing /work/SRC/openSUSE:Factory/pdf2svg (Old)
 and  /work/SRC/openSUSE:Factory/.pdf2svg.new (New)


Package is "pdf2svg"

Changes:

--- /work/SRC/openSUSE:Factory/pdf2svg/pdf2svg.changes  2014-03-10 
12:39:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.pdf2svg.new/pdf2svg.changes 2015-12-14 
10:14:11.0 +0100
@@ -1,0 +2,8 @@
+Tue Dec  8 19:37:38 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.2.3
+  * No changelog available
+- Update download Url
+- Remove obsolete %clean section
+
+---

Old:

  pdf2svg-0.2.2.tar.gz

New:

  pdf2svg-0.2.3.tar.gz



Other differences:
--
++ pdf2svg.spec ++
--- /var/tmp/diff_new_pack.ZFYUN7/_old  2015-12-14 10:14:12.0 +0100
+++ /var/tmp/diff_new_pack.ZFYUN7/_new  2015-12-14 10:14:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pdf2svg
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -21,9 +21,9 @@
 Summary:PDF to SVG Converter
 License:GPL-2.0+
 Group:  Productivity/Graphics/Convertors
-Version:0.2.2
+Version:0.2.3
 Release:0
-Source0:
http://www.cityinthesky.co.uk/wp-content/uploads/2013/10/pdf2svg-%{version}.tar.gz
+Source0:
https://github.com/db9052/pdf2svg/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  cairo-devel
@@ -41,14 +41,11 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
-
-%clean
-rm -rf %{buildroot}
+%make_install
 
 %files
 %defattr(-,root,root,-)
-%doc README.md AUTHORS ChangeLog LICENSE
+%doc README COPYING AUTHORS ChangeLog LICENSE
 %{_bindir}/%{name}
 
 %changelog

++ pdf2svg-0.2.2.tar.gz -> pdf2svg-0.2.3.tar.gz ++
 8961 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2svg-0.2.2/Makefile.am new/pdf2svg-0.2.3/Makefile.am
--- old/pdf2svg-0.2.2/Makefile.am   2013-07-18 13:10:33.0 +0200
+++ new/pdf2svg-0.2.3/Makefile.am   2015-06-16 14:52:54.0 +0200
@@ -14,7 +14,7 @@
 # N.B. POPPLERGLIB_ should be set by the configure script either using 
pkg-config, 
 # by guessing where the librarys may be, or by the user specifying.
 pdf2svg_SOURCES = pdf2svg.c
-pdf2svg_CFLAGS = $(CAIRO_CFLAGS) $(GTK2_CFLAGS) $(POPPLERGLIB_CFLAGS) 
-pdf2svg_LDADD = $(CAIRO_LIBS) $(GTK2_LIBS) $(POPPLERGLIB_LIBS) 
+pdf2svg_CFLAGS = $(CAIRO_CFLAGS) $(POPPLERGLIB_CFLAGS) 
+pdf2svg_LDADD = $(CAIRO_LIBS) $(POPPLERGLIB_LIBS) 
 
-MAINTAINERCLEANFILES = Makefile.in
\ No newline at end of file
+MAINTAINERCLEANFILES = Makefile.in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pdf2svg-0.2.2/README new/pdf2svg-0.2.3/README
--- old/pdf2svg-0.2.2/README1970-01-01 01:00:00.0 +0100
+++ new/pdf2svg-0.2.3/README2015-06-16 14:52:54.0 +0200
@@ -0,0 +1,37 @@
+pdf2svg
+===
+
+A simple PDF to SVG converter using the Poppler and Cairo libraries.
+
+For Windows binaries see .
+
+For Linux binaries, see your package manager (e.g., "yum install pdf2svg" or 
"apt-get install pdf2svg").
+
+Prerequisites:
+
+* poppler [http://poppler.freedesktop.org/](http://poppler.freedesktop.org/)
+- tested with v0.5.4 but other versions may work as well
+* cairo [http://cairographics.org/](http://cairographics.org/)
+- tested with v1.2.6 and v1.4.10 but other versions may work as well
+
+
+To make and install pdf2svg:
+
+1) Download pdf2svg-0.2.2.tar.gz and unpack
+2) Change to the pdf2svg-0.2.2 directory
+3) Do the normal ./configure && make && make install
+
+
+Usage:
+
+pdf2svg input.pdf output.svg \[page no of pdf or 
"all"\]
+
+
+Copyright (C) 2007-2013 David Barton (davebar...@cityinthesky.co.uk)
+[http://www.cityinthesky.co.uk/](http://www.cityinthesky.co.uk/)
+

commit pdf2svg for openSUSE:Factory

2014-03-10 Thread h_root
Hello community,

here is the log from the commit of package pdf2svg for openSUSE:Factory checked 
in at 2014-03-10 12:39:02

Comparing /work/SRC/openSUSE:Factory/pdf2svg (Old)
 and  /work/SRC/openSUSE:Factory/.pdf2svg.new (New)


Package is pdf2svg

Changes:

--- /work/SRC/openSUSE:Factory/pdf2svg/pdf2svg.changes  2011-09-23 
12:21:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.pdf2svg.new/pdf2svg.changes 2014-03-10 
12:39:04.0 +0100
@@ -1,0 +2,6 @@
+Sat Mar  8 22:17:43 UTC 2014 - dmitr...@opensuse.org
+
+- Update to version 0.2.2
+  * Use the correct renderer call
+
+---
@@ -9 +15 @@
-Tue Mar 22 14:31:31 UTC 2011 - dmi...@roshchin.org
+Tue Mar 22 14:31:31 UTC 2011 - dmitr...@opensuse.org

Old:

  pdf2svg-0.2.1.tar.gz

New:

  pdf2svg-0.2.2.tar.gz



Other differences:
--
++ pdf2svg.spec ++
--- /var/tmp/diff_new_pack.Tf3kbn/_old  2014-03-10 12:39:04.0 +0100
+++ /var/tmp/diff_new_pack.Tf3kbn/_new  2014-03-10 12:39:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pdf2svg
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   pdf2svg
-Url:http://www.cityinthesky.co.uk/pdf2svg.html
+Url:http://www.cityinthesky.co.uk/opensource/pdf2svg/
+Summary:PDF to SVG Converter
 License:GPL-2.0+
 Group:  Productivity/Graphics/Convertors
-Summary:PDF to SVG Converter
-Version:0.2.1
-Release:1
-Source0:%name-%{version}.tar.gz
+Version:0.2.2
+Release:0
+Source0:
http://www.cityinthesky.co.uk/wp-content/uploads/2013/10/pdf2svg-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-BuildRequires:  libpoppler-glib-devel
 BuildRequires:  cairo-devel
 BuildRequires:  gtk2-devel
+BuildRequires:  libpoppler-glib-devel
 
 %description
 A small tool to convert PDF files into SVG using poppler and cairo.
@@ -50,7 +48,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README AUTHORS ChangeLog
+%doc README.md AUTHORS ChangeLog LICENSE
 %{_bindir}/%{name}
 
 %changelog

++ pdf2svg-0.2.1.tar.gz - pdf2svg-0.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pdf2svg-0.2.1/.gitignore new/pdf2svg-0.2.2/.gitignore
--- old/pdf2svg-0.2.1/.gitignore1970-01-01 01:00:00.0 +0100
+++ new/pdf2svg-0.2.2/.gitignore2013-07-18 13:10:33.0 +0200
@@ -0,0 +1,17 @@
+# Object files
+*.o
+
+# Libraries
+*.lib
+*.a
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pdf2svg-0.2.1/LICENSE new/pdf2svg-0.2.2/LICENSE
--- old/pdf2svg-0.2.1/LICENSE   1970-01-01 01:00:00.0 +0100
+++ new/pdf2svg-0.2.2/LICENSE   2013-07-18 13:10:33.0 +0200
@@ -0,0 +1,339 @@
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these 

commit pdf2svg for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package pdf2svg for openSUSE:Factory checked 
in at 2011-12-06 18:36:44

Comparing /work/SRC/openSUSE:Factory/pdf2svg (Old)
 and  /work/SRC/openSUSE:Factory/.pdf2svg.new (New)


Package is pdf2svg, Maintainer is 

Changes:




Other differences:
--
++ pdf2svg.spec ++
--- /var/tmp/diff_new_pack.VxadEU/_old  2011-12-06 19:03:43.0 +0100
+++ /var/tmp/diff_new_pack.VxadEU/_new  2011-12-06 19:03:43.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   pdf2svg
 Url:http://www.cityinthesky.co.uk/pdf2svg.html
-License:GPLv2+
+License:GPL-2.0+
 Group:  Productivity/Graphics/Convertors
 Summary:PDF to SVG Converter
 Version:0.2.1

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



commit pdf2svg for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package pdf2svg for openSUSE:Factory
checked in at Wed Sep 21 17:16:32 CEST 2011.




--- pdf2svg/pdf2svg.changes 2011-03-22 15:33:20.0 +0100
+++ /mounts/work_src_done/STABLE/pdf2svg/pdf2svg.changes2011-09-20 
10:48:58.0 +0200
@@ -0,0 +1,8 @@
+---
+Tue Sep 20 08:48:17 UTC 2011 - vu...@opensuse.org
+
+- Add gtk2-devel BuildRequires: it was implicitly brought in
+  before.
+- Use %configure instead of configure --prefix=/usr/.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ pdf2svg.spec ++
--- /var/tmp/diff_new_pack.mFUPp7/_old  2011-09-21 17:16:26.0 +0200
+++ /var/tmp/diff_new_pack.mFUPp7/_new  2011-09-21 17:16:26.0 +0200
@@ -30,20 +30,16 @@
 
 BuildRequires:  libpoppler-glib-devel
 BuildRequires:  cairo-devel
+BuildRequires:  gtk2-devel
 
 %description
 A small tool to convert PDF files into SVG using poppler and cairo.
 
-Authors:
-  David Barton davebarton at cityinthesky dot co.uk
-  Matthew Flaschen matthew.flaschen at gatech dot edu
-  Edward Grace ej.grace at imperial dot ac.uk
-
 %prep
 %setup -q
 
 %build
-configure --prefix=/usr/
+%configure
 make %{?_smp_mflags}
 
 %install
@@ -54,7 +50,7 @@
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/%{name}
 %doc README AUTHORS ChangeLog
+%{_bindir}/%{name}
 
 %changelog






Remember to have fun...

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



commit pdf2svg for openSUSE:Factory

2011-06-30 Thread h_root

Hello community,

here is the log from the commit of package pdf2svg for openSUSE:Factory
checked in at Thu Jun 30 13:40:03 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/pdf2svg/pdf2svg.changes2011-03-22 
15:33:20.0 +0100
@@ -0,0 +1,4 @@
+Tue Mar 22 14:31:31 UTC 2011 - dmi...@roshchin.org
+
+- initial package
+- version 0.2.1
\ No newline at end of file

calling whatdependson for head-i586


New:

  pdf2svg-0.2.1.tar.gz
  pdf2svg.changes
  pdf2svg.spec



Other differences:
--
++ pdf2svg.spec ++
#
# spec file for package pdf2svg
#
# Copyright (c) 2011 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/
#

# norootforbuild


Name:   pdf2svg
Url:http://www.cityinthesky.co.uk/pdf2svg.html
License:GPLv2+
Group:  Productivity/Graphics/Convertors
Summary:PDF to SVG Converter
Version:0.2.1
Release:1
Source0:%name-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

BuildRequires:  libpoppler-glib-devel
BuildRequires:  cairo-devel

%description
A small tool to convert PDF files into SVG using poppler and cairo.

Authors:
  David Barton davebarton at cityinthesky dot co.uk
  Matthew Flaschen matthew.flaschen at gatech dot edu
  Edward Grace ej.grace at imperial dot ac.uk

%prep
%setup -q

%build
configure --prefix=/usr/
make %{?_smp_mflags}

%install
%makeinstall

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/%{name}
%doc README AUTHORS ChangeLog

%changelog





Remember to have fun...

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