Hello community, here is the log from the commit of package pcb for openSUSE:Factory checked in at 2014-12-30 00:49:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pcb (Old) and /work/SRC/openSUSE:Factory/.pcb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pcb" Changes: -------- --- /work/SRC/openSUSE:Factory/pcb/pcb.changes 2014-11-14 09:19:09.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.pcb.new/pcb.changes 2014-12-30 00:49:51.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Dec 23 09:08:16 UTC 2014 - [email protected] + +- Add pcb-fix-appdata.patch: Fix appdata, and keep pcb from beeing + pulled in by default on GNOME. Patch from upstream git. + +------------------------------------------------------------------- New: ---- pcb-fix-appdata.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcb.spec ++++++ --- /var/tmp/diff_new_pack.uEFpEt/_old 2014-12-30 00:49:53.000000000 +0100 +++ /var/tmp/diff_new_pack.uEFpEt/_new 2014-12-30 00:49:53.000000000 +0100 @@ -27,6 +27,8 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE grenum-no-build-time.patch -- fix "W: file-contains-date-and-time" Patch0: pcb-no-build-time.patch +# PATCH-FIX-UPSTREAM pcb-fix-appdata.patch [email protected] -- Fix appdata, and keep pcb from beeing pulled in by default on GNOME. +Patch1: pcb-fix-appdata.patch BuildRequires: ImageMagick BuildRequires: Mesa-devel @@ -75,6 +77,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build # pcb does not like the -D_FORTIFY_SOURCE=2 option, remove it. ++++++ pcb-fix-appdata.patch ++++++ >From ea98c4f75ef4fba4cb922d302d413abdff4368d4 Mon Sep 17 00:00:00 2001 From: Richard Hughes <[email protected]> Date: Thu, 22 May 2014 20:50:55 +0000 Subject: Fix the AppData and update to the latest spec version Also, include the full size screenshot as the old one was too small to be used. Signed-off-by: bert <[email protected]> --- diff --git a/data/pcb.appdata.xml.in b/data/pcb.appdata.xml.in index 2fa637b..ff16650 100644 --- a/data/pcb.appdata.xml.in +++ b/data/pcb.appdata.xml.in @@ -1,8 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2014 Bert Timmerman <[email protected]> --> <application> - <id type="desktop">gnome-power-statistics.desktop</id> - <licence>GFDL</licence> + <id type="desktop">pcb.desktop</id> + <metadata_license>GFDL-1.3</metadata_license> + <project_license>GPL-2.0</project_license> <description> <_p> PCB is an interactive printed circuit board editor for Unix, Linux, @@ -26,7 +27,7 @@ </_p> </description> <screenshots> - <screenshot type="default" width="320" height="222">http://wiki.geda-project.org/_media/geda:screenshot_pcb_thumb.png</screenshot> + <screenshot type="default" width="892" height="619">http://wiki.geda-project.org/_media/geda:screenshot_pcb.png</screenshot> </screenshots> <url type="homepage">http://pcb.geda-project.org/</url> <updatecontact>[email protected]</updatecontact> -- cgit v0.9 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
