Hello community,

here is the log from the commit of package gle-graphics for openSUSE:Factory 
checked in at 2016-05-19 12:15:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gle-graphics (Old)
 and      /work/SRC/openSUSE:Factory/.gle-graphics.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gle-graphics"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gle-graphics/gle-graphics.changes        
2015-07-05 18:02:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gle-graphics.new/gle-graphics.changes   
2016-05-19 12:15:50.000000000 +0200
@@ -1,0 +2,19 @@
+Tue May 17 22:59:38 UTC 2016 - [email protected]
+
+- Move everything but %setup,%patch out of %prep to simplify
+  quilt setup's job.
+- Eliminate __DATE__/__TIME__ from built sources.
+- Run ldconfig for the right subpackage (shared library is in
+  gle-graphics, not qgle).
+
+-------------------------------------------------------------------
+Tue May  3 12:12:29 UTC 2016 - [email protected]
+
+- Update to 4.2.5, bugfix release
+  * see ChangeLog.txt for more details
+- Removed obsoleted patches (already upstream):
+  * string-gledir.patch
+  * string-gledir-filemenu.patch
+- add forgotten call to ldconfig to post/postun
+
+-------------------------------------------------------------------

Old:
----
  gle-graphics-4.2.4cf-src.tar.gz
  string-gledir-filemenu.patch
  string-gledir.patch

New:
----
  gle-graphics-4.2.5f-src.tar.gz

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

Other differences:
------------------
++++++ gle-graphics.spec ++++++
--- /var/tmp/diff_new_pack.KCPWwy/_old  2016-05-19 12:15:51.000000000 +0200
+++ /var/tmp/diff_new_pack.KCPWwy/_new  2016-05-19 12:15:51.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gle-graphics
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +17,7 @@
 
 
 Name:           gle-graphics
-Version:        4.2.4c
+Version:        4.2.5
 Release:        0
 Summary:        GLE is a graphics scripting language
 License:        BSD-3-Clause
@@ -34,8 +34,6 @@
 Source1000:     gle-graphics-rpmlintrc
 # PATCH-UPSTREAM: needs for build with gcc4.4 - was sent to upstream
 Patch0:         gle-graphics-gcc44.patch
-Patch1:         string-gledir.patch
-Patch2:         string-gledir-filemenu.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  c++_compiler
@@ -44,6 +42,7 @@
 BuildRequires:  ghostscript-library
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
+BuildRequires:  libpoppler-glib-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  ncurses-devel
@@ -121,9 +120,8 @@
 %setup -q
 
 %patch0 -b .gcc44
-%patch1 -p0
-%patch2 -p0
 
+%build
 cp %{SOURCE3} .
 
 # wrong end of line encoding
@@ -144,12 +142,11 @@
 done
 (cat >> src/gui/qgle.pro.in)<<-'EOF'
        unix {
-           QMAKE_CXXFLAGS += %optflags
-           QMAKE_CFLAGS += %optflags
+           QMAKE_CXXFLAGS += %optflags -U__DATE__ -U__TIME__
+           QMAKE_CFLAGS += %optflags -U__DATE__ -U__TIME__
        }
        EOF
 
-%build
 %{configure} \
   --with-extrafonts 
 #make %{?_smp_mflags}
@@ -190,6 +187,9 @@
 %suse_update_desktop_file -i qgle
 %endif
 
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %post -n qgle
 %mime_database_post
 

++++++ gle-graphics-4.2.4cf-src.tar.gz -> gle-graphics-4.2.5f-src.tar.gz ++++++
++++ 11419 lines of diff (skipped)



Reply via email to