commit poppler-data for openSUSE:Factory

2018-07-23 Thread root
Hello community,

here is the log from the commit of package poppler-data for openSUSE:Factory 
checked in at 2018-07-23 17:59:12

Comparing /work/SRC/openSUSE:Factory/poppler-data (Old)
 and  /work/SRC/openSUSE:Factory/.poppler-data.new (New)


Package is "poppler-data"

Mon Jul 23 17:59:12 2018 rev:24 rq:621844 version:0.4.9

Changes:

--- /work/SRC/openSUSE:Factory/poppler-data/poppler-data.changes
2017-08-29 11:45:01.500336137 +0200
+++ /work/SRC/openSUSE:Factory/.poppler-data.new/poppler-data.changes   
2018-07-23 17:59:13.933063018 +0200
@@ -1,0 +2,12 @@
+Mon Jul  9 23:39:51 UTC 2018 - luc1...@linuxmail.org
+
+- Fall back to use `make %{?_smp_mflags}` instead of %make_build to
+  fix build for Leap 42.3.
+
+---
+Thu Jul  5 13:44:52 UTC 2018 - ec...@opensuse.org
+
+- Update to version 0.4.9:
+  + Update cmap and mapping resources from Adobe.
+
+---

Old:

  poppler-data-0.4.8.tar.gz

New:

  poppler-data-0.4.9.tar.gz



Other differences:
--
++ poppler-data.spec ++
--- /var/tmp/diff_new_pack.CXUkAO/_old  2018-07-23 17:59:14.457062365 +0200
+++ /var/tmp/diff_new_pack.CXUkAO/_new  2018-07-23 17:59:14.461062360 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package poppler-data
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,10 +17,10 @@
 
 
 Name:   poppler-data
-Version:0.4.8
+Version:0.4.9
 Release:0
 Summary:Encoding Files for use with libpoppler
-License:BSD-3-Clause AND GPL-2.0
+License:BSD-3-Clause AND GPL-2.0-only
 Group:  System/Libraries
 Url:https://poppler.freedesktop.org/
 Source: https://poppler.freedesktop.org/%{name}-%{version}.tar.gz
@@ -37,7 +37,7 @@
 %setup -q
 
 %build
-%make_build prefix=%{_prefix}
+make %{?_smp_mflags} prefix=%{_prefix}
 
 %install
 %make_install prefix=%{_prefix}

++ poppler-data-0.4.8.tar.gz -> poppler-data-0.4.9.tar.gz ++
 12857 lines of diff (skipped)




commit poppler-data for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package poppler-data for openSUSE:Factory 
checked in at 2017-08-29 11:44:51

Comparing /work/SRC/openSUSE:Factory/poppler-data (Old)
 and  /work/SRC/openSUSE:Factory/.poppler-data.new (New)


Package is "poppler-data"

Tue Aug 29 11:44:51 2017 rev:23 rq:519067 version:0.4.8

Changes:

--- /work/SRC/openSUSE:Factory/poppler-data/poppler-data.changes
2014-09-10 17:03:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.poppler-data.new/poppler-data.changes   
2017-08-29 11:45:01.500336137 +0200
@@ -1,0 +2,10 @@
+Sat Aug 26 10:57:10 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.4.8:
+  + Update files from xpdf data files.
+  + Update mapping resources from Adobe.
+  + Update cmap resources from Adobe.
+  + cmake: Install the .pc file.
+- Run spec-cleaner, modernize spec.
+
+---

Old:

  poppler-data-0.4.7.tar.gz

New:

  poppler-data-0.4.8.tar.gz



Other differences:
--
++ poppler-data.spec ++
--- /var/tmp/diff_new_pack.DUAaYu/_old  2017-08-29 11:45:03.220093712 +0200
+++ /var/tmp/diff_new_pack.DUAaYu/_new  2017-08-29 11:45:03.252089202 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package poppler-data
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,16 +17,15 @@
 
 
 Name:   poppler-data
-Version:0.4.7
+Version:0.4.8
 Release:0
-Url:http://poppler.freedesktop.org/
 Summary:Encoding Files for use with libpoppler
-License:BSD-3-Clause and GPL-2.0
+License:BSD-3-Clause AND GPL-2.0
 Group:  System/Libraries
-Source: http://poppler.freedesktop.org/%{name}-%{version}.tar.gz
-BuildRequires:  pkg-config
+Url:https://poppler.freedesktop.org/
+Source: https://poppler.freedesktop.org/%{name}-%{version}.tar.gz
+BuildRequires:  pkgconfig
 BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package consists of encoding files for use with poppler.  The
@@ -38,14 +37,14 @@
 %setup -q
 
 %build
-make %{?jobs:-j%jobs} prefix=%{_prefix}
+%make_build prefix=%{_prefix}
 
 %install
-%makeinstall prefix=%{_prefix}
+%make_install prefix=%{_prefix}
 
 %files
-%defattr (-, root, root)
-%doc COPYING COPYING.adobe COPYING.gpl2 README
+%license COPYING COPYING.adobe COPYING.gpl2
+%doc README
 %{_datadir}/poppler
 %{_datadir}/pkgconfig/poppler-data.pc
 

++ poppler-data-0.4.7.tar.gz -> poppler-data-0.4.8.tar.gz ++
 55835 lines of diff (skipped)




commit poppler-data for openSUSE:Factory

2014-09-10 Thread h_root
Hello community,

here is the log from the commit of package poppler-data for openSUSE:Factory 
checked in at 2014-09-10 17:02:30

Comparing /work/SRC/openSUSE:Factory/poppler-data (Old)
 and  /work/SRC/openSUSE:Factory/.poppler-data.new (New)


Package is "poppler-data"

Changes:

--- /work/SRC/openSUSE:Factory/poppler-data/poppler-data.changes
2013-03-13 07:33:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.poppler-data.new/poppler-data.changes   
2014-09-10 17:03:10.0 +0200
@@ -1,0 +2,10 @@
+Tue Sep  9 16:45:49 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.4.7:
+  + Add a pkg-config file.
+- Place pkg-config file in main package, as there is no need for a
+  seperate devel-package.
+- Add pkg-config BuildRequires in order to get a pkgconfig()
+  Provides.
+
+---

Old:

  poppler-data-0.4.6.tar.gz

New:

  poppler-data-0.4.7.tar.gz



Other differences:
--
++ poppler-data.spec ++
--- /var/tmp/diff_new_pack.LuLmAt/_old  2014-09-10 17:03:11.0 +0200
+++ /var/tmp/diff_new_pack.LuLmAt/_new  2014-09-10 17:03:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package poppler-data
 #
-# Copyright (c) 2013 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
@@ -17,13 +17,14 @@
 
 
 Name:   poppler-data
-Version:0.4.6
+Version:0.4.7
 Release:0
 Url:http://poppler.freedesktop.org/
 Summary:Encoding Files for use with libpoppler
 License:BSD-3-Clause and GPL-2.0
 Group:  System/Libraries
 Source: http://poppler.freedesktop.org/%{name}-%{version}.tar.gz
+BuildRequires:  pkg-config
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -46,5 +47,6 @@
 %defattr (-, root, root)
 %doc COPYING COPYING.adobe COPYING.gpl2 README
 %{_datadir}/poppler
+%{_datadir}/pkgconfig/poppler-data.pc
 
 %changelog

++ poppler-data-0.4.6.tar.gz -> poppler-data-0.4.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poppler-data-0.4.6/Makefile 
new/poppler-data-0.4.7/Makefile
--- old/poppler-data-0.4.6/Makefile 2012-10-16 23:25:52.0 +0200
+++ new/poppler-data-0.4.7/Makefile 2014-08-12 20:46:01.0 +0200
@@ -1,26 +1,28 @@
 PACKAGE= poppler-data
-VERSION= 0.4.6
+VERSION= 0.4.7
 distdir= $(PACKAGE)-$(VERSION)
 prefix = /usr/local
 datadir= $(prefix)/share
 pkgdatadir = $(datadir)/poppler
 
-all :
+all : poppler-data.pc
 
-install :
+install : all
install -d -m 0755 $(DESTDIR)$(pkgdatadir)/cidToUnicode
install -m 0644 $(cid-to-unicode-files) 
$(DESTDIR)$(pkgdatadir)/cidToUnicode
install -d -m 0755 $(DESTDIR)$(pkgdatadir)/nameToUnicode
install -m 0644 $(name-to-unicode-files) 
$(DESTDIR)$(pkgdatadir)/nameToUnicode
install -d -m 0755 $(DESTDIR)$(pkgdatadir)/unicodeMap
install -m 0644 $(unicode-map-files) $(DESTDIR)$(pkgdatadir)/unicodeMap
+   install -d -m 0755 $(DESTDIR)$(datadir)/pkgconfig
+   install -m 0644 poppler-data.pc $(DESTDIR)$(datadir)/pkgconfig
 
for f in $(cmap-files); do  \
install -d -m 0755 $(DESTDIR)$(pkgdatadir)/`dirname $$f`; \
install -m 0644 $$f $(DESTDIR)$(pkgdatadir)/$$f;\
done
 
-distdir : $(DISTFILES)
+distdir : $(DISTFILES) all
rm -rf $(distdir)
mkdir $(distdir)
for f in $(DISTFILES); do   \
@@ -35,6 +37,15 @@
 clean :
rm -rf $(distdir)
 
+# poppler-data.pc is not a real PHONY target, but this trick
+# allows to force-generate it when needed.
+.PHONY: poppler-data.pc
+poppler-data.pc : poppler-data.pc.in
+   sed -e 's!@prefix@!$(prefix)!g' \
+   -e 's!@pkgdatadir@!$(pkgdatadir)!g' \
+   -e 's/@VERSION@/$(VERSION)/g' \
+   poppler-data.pc.in > poppler-data.pc
+
 unicode-map-files =\
unicodeMap/Big5 \
unicodeMap/Big5ascii\
@@ -292,6 +303,8 @@
cidToUnicode/Adobe-Korea1
 
 DISTFILES =\
+   poppler-data.pc.in  \
+   poppler-data.pc \
Makefile\
README  \
COPYING \
diff -urN '--exclude=CVS' '--exclude=.cvsi

commit poppler-data for openSUSE:Factory

2013-03-12 Thread h_root
Hello community,

here is the log from the commit of package poppler-data for openSUSE:Factory 
checked in at 2013-03-13 07:33:07

Comparing /work/SRC/openSUSE:Factory/poppler-data (Old)
 and  /work/SRC/openSUSE:Factory/.poppler-data.new (New)


Package is "poppler-data", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/poppler-data/poppler-data.changes
2012-10-22 22:09:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.poppler-data.new/poppler-data.changes   
2013-03-13 07:33:25.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar  6 06:17:43 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ poppler-data.spec ++
--- /var/tmp/diff_new_pack.g0Cq5Q/_old  2013-03-13 07:33:27.0 +0100
+++ /var/tmp/diff_new_pack.g0Cq5Q/_new  2013-03-13 07:33:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package poppler-data
 #
-# 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
@@ -21,7 +21,7 @@
 Release:0
 Url:http://poppler.freedesktop.org/
 Summary:Encoding Files for use with libpoppler
-License:BSD-3-Clause ; GPL-2.0
+License:BSD-3-Clause and GPL-2.0
 Group:  System/Libraries
 Source: http://poppler.freedesktop.org/%{name}-%{version}.tar.gz
 BuildArch:  noarch

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



commit poppler-data for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package poppler-data for openSUSE:Factory 
checked in at 2012-10-22 22:09:35

Comparing /work/SRC/openSUSE:Factory/poppler-data (Old)
 and  /work/SRC/openSUSE:Factory/.poppler-data.new (New)


Package is "poppler-data", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/poppler-data/poppler-data.changes
2011-09-23 12:41:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.poppler-data.new/poppler-data.changes   
2012-10-22 22:09:37.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct 19 11:48:31 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.4.6:
+  + New data by Adobe.
+
+---

Old:

  poppler-data-0.4.5.tar.gz

New:

  poppler-data-0.4.6.tar.gz



Other differences:
--
++ poppler-data.spec ++
--- /var/tmp/diff_new_pack.ZYZSUR/_old  2012-10-22 22:09:39.0 +0200
+++ /var/tmp/diff_new_pack.ZYZSUR/_new  2012-10-22 22:09:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package poppler-data
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   poppler-data
-Version:0.4.5
-Release:1
+Version:0.4.6
+Release:0
 Url:http://poppler.freedesktop.org/
-Group:  System/Libraries
-License:BSD-3-Clause ; GPL-2.0
 Summary:Encoding Files for use with libpoppler
+License:BSD-3-Clause ; GPL-2.0
+Group:  System/Libraries
 Source: http://poppler.freedesktop.org/%{name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ poppler-data-0.4.5.tar.gz -> poppler-data-0.4.6.tar.gz ++
 13605 lines of diff (skipped)

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



commit poppler-data for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package poppler-data for openSUSE:Factory 
checked in at 2011-12-06 18:52:32

Comparing /work/SRC/openSUSE:Factory/poppler-data (Old)
 and  /work/SRC/openSUSE:Factory/.poppler-data.new (New)


Package is "poppler-data", Maintainer is "gnome-maintain...@suse.de"

Changes:




Other differences:
--
++ poppler-data.spec ++
--- /var/tmp/diff_new_pack.xNAIFp/_old  2011-12-06 19:26:02.0 +0100
+++ /var/tmp/diff_new_pack.xNAIFp/_new  2011-12-06 19:26:02.0 +0100
@@ -22,7 +22,7 @@
 Release:1
 Url:http://poppler.freedesktop.org/
 Group:  System/Libraries
-License:BSD3c(or similar) ; GPL 2.0
+License:BSD-3-Clause ; GPL-2.0
 Summary:Encoding Files for use with libpoppler
 Source: http://poppler.freedesktop.org/%{name}-%{version}.tar.gz
 BuildArch:  noarch

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



commit poppler-data for openSUSE:Factory

2011-09-15 Thread h_root

Hello community,

here is the log from the commit of package poppler-data for openSUSE:Factory
checked in at Thu Sep 15 14:07:13 CEST 2011.




--- GNOME/poppler-data/poppler-data.changes 2010-12-08 08:53:49.0 
+0100
+++ /mounts/work_src_done/STABLE/poppler-data/poppler-data.changes  
2011-09-13 10:49:29.0 +0200
@@ -1,0 +2,17 @@
+Tue Sep 13 08:45:38 UTC 2011 - vu...@opensuse.org
+
+- Fix description to not mention anything about licensing: the text
+  there explains why the data is not shipped with poppler, and is
+  not really appropriate for a description. And it was wrong too.
+  Fix bnc#717439.
+- Ship COPYING.adobe and COPYING.gpl2, since they explain the
+  license of the various files.
+
+---
+Sat Sep 10 06:21:33 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.4.5:
+  + New data from Adobe.
+  + New data from xpdf.
+
+---

calling whatdependson for head-i586


Old:

  poppler-data-0.4.4.tar.bz2

New:

  poppler-data-0.4.5.tar.gz



Other differences:
--
++ poppler-data.spec ++
--- /var/tmp/diff_new_pack.PqtLKJ/_old  2011-09-15 14:07:04.0 +0200
+++ /var/tmp/diff_new_pack.PqtLKJ/_new  2011-09-15 14:07:04.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package poppler-data (Version 0.4.4)
+# spec file for package poppler-data
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -18,13 +18,13 @@
 
 
 Name:   poppler-data
-Version:0.4.4
+Version:0.4.5
 Release:1
 Url:http://poppler.freedesktop.org/
 Group:  System/Libraries
 License:BSD3c(or similar) ; GPL 2.0
 Summary:Encoding Files for use with libpoppler
-Source: %{name}-%{version}.tar.bz2
+Source: http://poppler.freedesktop.org/%{name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -32,9 +32,7 @@
 This package consists of encoding files for use with poppler.  The
 encoding files are optional and poppler will automatically read them if
 they are present.  When installed, the encoding files enables poppler
-to correctly render CJK and Cyrrilic properly. While poppler is
-licensed under the GPL, these encoding files are copyright Adobe and
-licensed much more strictly, and thus distributed separately.
+to correctly render CJK and Cyrrilic properly.
 
 %prep
 %setup -q
@@ -47,7 +45,7 @@
 
 %files
 %defattr (-, root, root)
-%doc COPYING README
+%doc COPYING COPYING.adobe COPYING.gpl2 README
 %{_datadir}/poppler
 
 %changelog






Remember to have fun...

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