commit fritzing for openSUSE:Factory

2020-06-11 Thread root
Hello community,

here is the log from the commit of package fritzing for openSUSE:Factory 
checked in at 2020-06-11 14:52:29

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


Package is "fritzing"

Thu Jun 11 14:52:29 2020 rev:23 rq:813312 version:0.9.4

Changes:

--- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes2018-01-24 
15:28:56.330755412 +0100
+++ /work/SRC/openSUSE:Factory/.fritzing.new.3606/fritzing.changes  
2020-06-11 14:53:21.979034381 +0200
@@ -1,0 +2,28 @@
+Wed Jun 10 18:16:39 UTC 2020 - Thomas Zimmermann 
+
+- Remove version requirement for fritzing-parts,
+  no new parts package was released.
+
+---
+Wed May  6 19:21:41 UTC 2020 - Thomas Zimmermann 
+
+- update version to 0.9.4 
+  * fixed memory corruption in autorouter
+  * dropped Qt4 support
+  * new parts were added
+  * A memory leak was fixed
+  * translations were updated
+  * File handling in parts editor was improved
+- Drop patch fritzing-libgit-0.24.patch
+  This patch is applyed upstream ensures
+- Drop patch fritzing-folderutils-fix.patch
+  This patch is applyed upstream
+- Drop patch fritzing-cleanup-build-files.patch
+  This patch is applyed upsteam
+- Drop patch fritzing-restore-qt5.1-compatibility.patch
+  Qt 5.1 support is not needed anymore
+- Add appdata.xml provided by upstream
+- Add patch fritzing-use-system-libgit2.patch
+  Use system libgit2 instead of bundled lib
+
+---

Old:

  0.9.3b.tar.gz
  fritzing-cleanup-build-files.patch
  fritzing-folderutils-fix.patch
  fritzing-libgit-0.24.patch
  fritzing-restore-qt5.1-compatibility.patch

New:

  CD-498.tar.gz
  fritzing-use-system-libgit2.patch



Other differences:
--
++ fritzing.spec ++
--- /var/tmp/diff_new_pack.l4RSi6/_old  2020-06-11 14:53:25.183044150 +0200
+++ /var/tmp/diff_new_pack.l4RSi6/_new  2020-06-11 14:53:25.187044162 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fritzing
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,21 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define cdversion CD-498
 Name:   fritzing
-Version:0.9.3b
+Version:0.9.4
 Release:0
 Summary:Electronic Design Automation platform featuring prototype to 
product
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Scientific/Electronics
-Url:http://fritzing.org/
-Source0:
https://github.com/fritzing/fritzing-app/archive/%{version}.tar.gz
-#PATCH-FIX-UPSTREAM fritzing-restore-qt5.1-compatibility.patch -- this patch 
restores compatibility with Qt5.1
-Patch0: fritzing-restore-qt5.1-compatibility.patch
-#PATCH-FIX-UPSTREAM fritzing-libgit-0.24.patch -- make fritzing compatible 
with libgit2 > 0.23
-Patch1: fritzing-libgit-0.24.patch
-#PATCH-FIX-UPSTREAM fritzing-cleanup-build-files.patch -- use system boost, 
libgit and clean up build files
-Patch2: fritzing-cleanup-build-files.patch
-#PATCH-FIX-UPSTREAM fritzing-folderutils-fix.patch -- fix folderutils to 
properly return parts folder
-Patch3: fritzing-folderutils-fix.patch
+URL:http://fritzing.org/
+Source0:
https://github.com/fritzing/fritzing-app/archive/%{cdversion}.tar.gz
+#PATCH-FIX-OPENSUSE fritzing-use-system-libgit2.patch -- use system libgit, 
upstream wants to use bundled version
+Patch0: fritzing-use-system-libgit2.patch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
@@ -51,11 +46,12 @@
 BuildRequires:  libqt5-qtsvg-devel
 Requires:   libQt5Sql5-sqlite
 %endif
-Requires:   fritzing-parts = %{version}
+Requires:   fritzing-parts
 Requires(post):shared-mime-info
 Requires(postun):  shared-mime-info
 Requires(post):desktop-file-utils
 Requires(postun):  desktop-file-utils
+BuildRequires:  appstream-glib
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -67,13 +63,10 @@
 prototypes, and to create a PCB layout for manufacturing.
 
 %prep
-%setup -q -n %{name}-app-%{version}
-%patch0 -p2
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%setup -q -n %{name}-app-%{cdversion}
+%patch0 -p1
 sed -i 's/\r$//' LICENSE.CC-BY-SA
-chmod -x LICENSE* 

commit fritzing for openSUSE:Factory

2018-01-24 Thread root
Hello community,

here is the log from the commit of package fritzing for openSUSE:Factory 
checked in at 2018-01-24 15:28:51

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


Package is "fritzing"

Wed Jan 24 15:28:51 2018 rev:22 rq:567967 version:0.9.3b

Changes:

--- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes2017-02-08 
11:04:19.127657023 +0100
+++ /work/SRC/openSUSE:Factory/.fritzing.new/fritzing.changes   2018-01-24 
15:28:56.330755412 +0100
@@ -1,0 +2,5 @@
+Sun Jan 21 10:39:43 UTC 2018 - b...@vdm-design.de
+
+- update parameters of %%suse_update_desktop_file
+
+---



Other differences:
--
++ fritzing.spec ++
--- /var/tmp/diff_new_pack.cak3OZ/_old  2018-01-24 15:28:57.574697232 +0100
+++ /var/tmp/diff_new_pack.cak3OZ/_new  2018-01-24 15:28:57.578697045 +0100
@@ -88,7 +88,7 @@
 sed -i '/Version=/d' fritzing.desktop
 sed -i '/Categories=/d' fritzing.desktop
 sed -i 's/icons\/fritzing_icon.png/fritzing/g' fritzing.desktop
-%suse_update_desktop_file --install --reset %name Development IDE
+%suse_update_desktop_file -i -r %name Development IDE
 find %{buildroot}%{_datadir}/%{name}/ -type f -exec chmod -x {} \;
 rm -rf %{buildroot}%{_datadir}/%{name}/parts
 %fdupes %{buildroot}%{_datadir}/%{name}/sketches




commit fritzing for openSUSE:Factory

2017-02-08 Thread root
Hello community,

here is the log from the commit of package fritzing for openSUSE:Factory 
checked in at 2017-02-08 11:04:17

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


Package is "fritzing"

Changes:

--- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes2017-02-03 
17:37:02.034367349 +0100
+++ /work/SRC/openSUSE:Factory/.fritzing.new/fritzing.changes   2017-02-08 
11:04:19.127657023 +0100
@@ -1,0 +2,21 @@
+Mon Feb  6 15:27:14 UTC 2017 - jeng...@inai.de
+
+- Udpate description
+
+---
+Wed Feb  1 13:56:20 UTC 2017 - b...@vdm-design.de
+
+- Update to version 0.9.3b
+  * Continuously updated parts library (not working with this package)
+  * Critical bug fix for messed up PCB traces
+  * High-DPI display support
+  * Load/Save uncompressed fritzing files (.fz)
+  * File icons
+- Add patch fritzing-libgit-0.24.patch
+  This patch from upstream ensures compatibility to libgit > 0.23
+- Add patch fritzing-folderutils-fix.patch
+  This patch fixes the logic to find the parts directory and is sent upstream
+- Add patch fritzing-cleanup-build-files.patch
+  This patch from upstream cleans up the qmake project file and removes 
strange constructions to check for dependencies
+
+---

Old:

  0.9.2b.tar.gz

New:

  0.9.3b.tar.gz
  fritzing-cleanup-build-files.patch
  fritzing-folderutils-fix.patch
  fritzing-libgit-0.24.patch



Other differences:
--
++ fritzing.spec ++
--- /var/tmp/diff_new_pack.JHtwj5/_old  2017-02-08 11:04:20.391480825 +0100
+++ /var/tmp/diff_new_pack.JHtwj5/_new  2017-02-08 11:04:20.395480268 +0100
@@ -17,23 +17,30 @@
 
 
 Name:   fritzing
-Version:0.9.2b
+Version:0.9.3b
 Release:0
-Summary:Intuitive EDA platform featuring from prototype to product
+Summary:Electronic Design Automation platform featuring prototype to 
product
 License:GPL-3.0+
 Group:  Productivity/Scientific/Electronics
 Url:http://fritzing.org/
 Source0:
https://github.com/fritzing/fritzing-app/archive/%{version}.tar.gz
 #PATCH-FIX-UPSTREAM fritzing-restore-qt5.1-compatibility.patch -- this patch 
restores compatibility with Qt5.1
 Patch0: fritzing-restore-qt5.1-compatibility.patch
+#PATCH-FIX-UPSTREAM fritzing-libgit-0.24.patch -- make fritzing compatible 
with libgit2 > 0.23
+Patch1: fritzing-libgit-0.24.patch
+#PATCH-FIX-UPSTREAM fritzing-cleanup-build-files.patch -- use system boost, 
libgit and clean up build files
+Patch2: fritzing-cleanup-build-files.patch
+#PATCH-FIX-UPSTREAM fritzing-folderutils-fix.patch -- fix folderutils to 
properly return parts folder
+Patch3: fritzing-folderutils-fix.patch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
-BuildRequires:  boost-devel
+BuildRequires:  boost_1_58_0-devel
 %endif
-BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
+BuildRequires:  libgit2-devel >= 0.23
 BuildRequires:  libqt5-qtbase-devel
+BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
 %if 0%{?suse_version} < 1320
 BuildRequires:  libQt5SerialPort-devel
@@ -45,31 +52,43 @@
 Requires:   libQt5Sql5-sqlite
 %endif
 Requires:   fritzing-parts = %{version}
+Requires(post):shared-mime-info
+Requires(postun):  shared-mime-info
+Requires(post):desktop-file-utils
+Requires(postun):  desktop-file-utils
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Fritzing is an open-source initiative to support designers, artists,
+Fritzing is an initiative to support designers, artists,
 researchers and hobbyists to take the step from physical prototyping
-to actual product. It is in the spirit of Processing and Arduino which
-allows users to document their Arduino and other electronic-based
+to an actual product. It is in the spirit of Processing and Arduino which
+allow users to document their Arduino and other electronic-based
 prototypes, and to create a PCB layout for manufacturing.
 
 %prep
 %setup -q -n %{name}-app-%{version}
 %patch0 -p2
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 sed -i 's/\r$//' LICENSE.CC-BY-SA
 chmod -x LICENSE* readme.md Fritzing.1
 
 %build
-qmake-qt5
+# QMAKE_CFLAGS_ISYSTEM= added to work around gcc6 build problems
+qmake-qt5 QMAKE_CFLAGS_ISYSTEM=
 make %{?_smp_mflags}
 
 %install
 make INSTALL_ROOT=%{buildroot} install
 install -d %{buildroot}%{_datadir}/pixmaps/
 mv %{buildroot}%{_datadir}/icons/fritzing.png %{buildroot}%{_datadir}/pixmaps/
-desktop-file-install --dir=%{buildroot}%{_datadir}/applications 
fritzing.desktop
+sed -i 

commit fritzing for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package fritzing for openSUSE:Factory 
checked in at 2017-02-02 15:42:25

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


Package is "fritzing"

Changes:

--- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes2015-09-02 
00:35:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.fritzing.new/fritzing.changes   2017-02-03 
17:37:02.034367349 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 10:49:02 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ fritzing.spec ++
--- /var/tmp/diff_new_pack.EdsSmi/_old  2017-02-03 17:37:02.714271116 +0100
+++ /var/tmp/diff_new_pack.EdsSmi/_new  2017-02-03 17:37:02.718270550 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fritzing
 #
-# Copyright (c) 2015 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
@@ -26,11 +26,15 @@
 Source0:
https://github.com/fritzing/fritzing-app/archive/%{version}.tar.gz
 #PATCH-FIX-UPSTREAM fritzing-restore-qt5.1-compatibility.patch -- this patch 
restores compatibility with Qt5.1
 Patch0: fritzing-restore-qt5.1-compatibility.patch
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  desktop-file-utils
-BuildRequires:  zlib-devel
 BuildRequires:  fdupes
 BuildRequires:  libqt5-qtbase-devel
+BuildRequires:  zlib-devel
 %if 0%{?suse_version} < 1320
 BuildRequires:  libQt5SerialPort-devel
 BuildRequires:  libQt5Svg-devel




commit fritzing for openSUSE:Factory

2015-09-01 Thread h_root
Hello community,

here is the log from the commit of package fritzing for openSUSE:Factory 
checked in at 2015-09-02 00:35:47

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


Package is "fritzing"

Changes:

--- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes2014-07-16 
16:22:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.fritzing.new/fritzing.changes   2015-09-02 
00:35:49.0 +0200
@@ -1,0 +2,59 @@
+Tue Apr  7 18:02:36 UTC 2015 - b...@vdm-design.de
+
+- Update to version 0.9.2b
+  * Parts
+ RaspIO Duino http://raspi.tv/tag/raspio-duino
+ stm32 nucleo board http://bit.do/2cmY
+ dquid io board http://www.dquid.com/
+ Raspberry Pi 2 http://bit.do/2cnn
+ sodaq mbili http://mbili.sodaq.net/
+ WeIO http://www.we-io.net/
+ netduino plus2 http://www.netduino.com/netduinoplus2/specs.htm
+ some more sparkfun-parts
+ ws2812
+ sim928A
+ 8x8 matrix
+
+  * Translations
+Romanian, thanks to titus08
+
+  * Bug fixes
+various part definition fixes
+
+---
+Fri Dec 26 12:26:12 UTC 2014 - b...@vdm-design.de
+
+- Change from Qt4 to Qt5, because it's getting to complicated to
+  compile with Qt4
+- Add patch fritzing-restore-qt5.1-compatibility.patch
+  This patch replaces one call to a function introduced in Qt5.2
+  by an equivalent call of a function existing since Qt4
+- Update to version 0.9.1b
+  * Code View
+  The new Code View lets you edit and upload your program straight from 
Fritzing. Now you can keep your code together with your circuit!
+  * New Parts
+  Seeeduino, Grove, and more, thanks to SeeedStudio
+  Intel Galileo Gen. 2, Edison, and more, supported by Intel Software
+  Raspberry Pi B+ and RPi Hat template
+  Pinocc.io Scout, Backpack supported byPinocc.io
+  LightBlue Bean, supported by Punchthrough
+  UDOO Duo/Quad, supported by Udoo
+  Touch Board, supported by Bare Conductive
+  blueIOT, thanks to Guido Burger
+  More SparkFun parts, thanks to SparkFun
+  and a couple of smaller components
+  * Bug fixes
+  Jumper wire couldn’t be resized
+  Traces were sometimes displaced after file load
+  Windows 8: printing didn’t work
+  Linux: Gerber export, ground fill, autorouting broken if OS language was 
set to non-English
+  and various part definition fixes
+  * Developers
+  Simplified build setup for Windows (less dependencies)
+  Moved source code to github
+  Documented command line options
+  * Updated Translations
+  German, thanks to Atalanttore
+  French, thanks to klostery
+
+---

Old:

  debian.changelog
  debian.tar.gz
  fritzing-0.9.0b.source.tar.bz2
  fritzing.dsc

New:

  0.9.2b.tar.gz
  fritzing-restore-qt5.1-compatibility.patch



Other differences:
--
++ fritzing.spec ++
--- /var/tmp/diff_new_pack.eDxAWJ/_old  2015-09-02 00:35:51.0 +0200
+++ /var/tmp/diff_new_pack.eDxAWJ/_new  2015-09-02 00:35:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fritzing
 #
-# 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
@@ -17,30 +17,30 @@
 
 
 Name:   fritzing
-Version:0.9.0b
+Version:0.9.2b
 Release:0
 Summary:Intuitive EDA platform featuring from prototype to product
 License:GPL-3.0+
 Group:  Productivity/Scientific/Electronics
 Url:http://fritzing.org/
-Source0:
http://fritzing.org/download/%{version}/source-tarball/%{name}-%{version}.source.tar.bz2
-Requires:   libqt4-sql-sqlite
-Requires:   libqt4-x11
+Source0:
https://github.com/fritzing/fritzing-app/archive/%{version}.tar.gz
+#PATCH-FIX-UPSTREAM fritzing-restore-qt5.1-compatibility.patch -- this patch 
restores compatibility with Qt5.1
+Patch0: fritzing-restore-qt5.1-compatibility.patch
 BuildRequires:  boost-devel
 BuildRequires:  desktop-file-utils
-BuildRequires:  libqt4-devel >= 4.7
-%if 0%{?suse_version} || 0%{?sles_version}
+BuildRequires:  zlib-devel
 BuildRequires:  fdupes
+BuildRequires:  libqt5-qtbase-devel
+%if 0%{?suse_version} < 1320
+BuildRequires:  libQt5SerialPort-devel
+BuildRequires:  libQt5Svg-devel
+Requires:   libqt5-sql-sqlite
+%else
+BuildRequires:  libqt5-qtserialport-devel
+BuildRequires:  libqt5-qtsvg-devel
+Requires:   libQt5Sql5-sqlite
 %endif
-%if 

commit fritzing for openSUSE:Factory

2014-07-16 Thread h_root
Hello community,

here is the log from the commit of package fritzing for openSUSE:Factory 
checked in at 2014-07-16 16:19:37

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


Package is fritzing

Changes:

--- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes2014-01-30 
11:23:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.fritzing.new/fritzing.changes   2014-07-16 
16:22:08.0 +0200
@@ -1,0 +2,17 @@
+Tue Jul 15 07:52:44 UTC 2014 - b...@vdm-design.de
+
+- Update to version 0.9.0b
+  * Qt5 compatibility
+  * lots of new parts:
+ADI analog parts, which make use of split schematics and SPICE output, 
a new feature sponsored by Analog Devices we will write more about soon
+Intel Galileo, sponsored by Intel Education
+Arduino Yún and Linino One, sponsored by doghunter
+ChipKIT WF32, MX4 and shields, thanks to Digilent (more to come)
+Spark Core, thanks to spark community member technobly
+Atlas Scientific sensors, thanks to Atlas Scientific
+more Raspberry Pi versions (A, B, B rev2)
+Teensy 3.0/3.1, because we love it
+several contributed parts, thanks to FrodeLillerud and others
+  * several bug fixes and tweaks
+
+---

Old:

  fritzing-0.8.7b.source.tar.bz2

New:

  fritzing-0.9.0b.source.tar.bz2



Other differences:
--
++ fritzing.spec ++
--- /var/tmp/diff_new_pack.C7ofmN/_old  2014-07-16 16:22:09.0 +0200
+++ /var/tmp/diff_new_pack.C7ofmN/_new  2014-07-16 16:22:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fritzing
-Version:0.8.7b
+Version:0.9.0b
 Release:0
 Summary:Intuitive EDA platform featuring from prototype to product
 License:GPL-3.0+
@@ -77,6 +77,7 @@
 find %{buildroot}%{_datadir}/%{name}/parts -name *.fzp -exec chmod -x {} \;
 %if 0%{?suse_version} || 0%{?sles_version}
 %fdupes %{buildroot}%{_datadir}/%{name}/parts
+%fdupes %{buildroot}%{_datadir}/%{name}/sketches
 %endif
 
 %clean

++ debian.changelog ++
--- /var/tmp/diff_new_pack.C7ofmN/_old  2014-07-16 16:22:09.0 +0200
+++ /var/tmp/diff_new_pack.C7ofmN/_new  2014-07-16 16:22:09.0 +0200
@@ -1,3 +1,9 @@
+fritzing (0.9.0b-0) stable; urgency=low
+
+  * new upstream release 0.9.0b
+
+ -- Thomas Zimmermann b...@vdm-design.de  Tue, 15 Jul 2014 09:48:00 +0200
+
 fritzing (0.8.7b-0) stable; urgency=low
 
   * new upstream release 0.8.7b

++ fritzing-0.8.7b.source.tar.bz2 - fritzing-0.9.0b.source.tar.bz2 ++
/work/SRC/openSUSE:Factory/fritzing/fritzing-0.8.7b.source.tar.bz2 
/work/SRC/openSUSE:Factory/.fritzing.new/fritzing-0.9.0b.source.tar.bz2 differ: 
char 11, line 1

++ fritzing.dsc ++
--- /var/tmp/diff_new_pack.C7ofmN/_old  2014-07-16 16:22:09.0 +0200
+++ /var/tmp/diff_new_pack.C7ofmN/_new  2014-07-16 16:22:09.0 +0200
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: fritzing
-Version: 0.8.7b
+Version: 0.9.0b
 Binary: fritzing
 Maintainer: Brendan Howell bren...@howell-ersatz.com
 Architecture: any
 Build-Depends: debhelper (= 7.0.12), libqtcore4 (=4.7), libqtgui4 (=4.7), 
libstdc++6, libc6, qt4-qmake, libqt4-dev (=4.7), zlib1g-dev, libqt4-sql-sqlite 
(=4.7), libboost-dev
 Files: 
- 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.8.7b.source.tar.gz
+ 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.9.0b.source.tar.gz
  bc4a6dc116f0d762cdf5a374b5e865f9 1200 debian.tar.gz

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



commit fritzing for openSUSE:Factory

2014-01-30 Thread h_root
Hello community,

here is the log from the commit of package fritzing for openSUSE:Factory 
checked in at 2014-01-30 11:23:40

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


Package is fritzing

Changes:

--- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes2013-12-17 
10:01:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.fritzing.new/fritzing.changes   2014-01-30 
11:23:41.0 +0100
@@ -1,0 +2,32 @@
+Sat Jan 25 17:41:35 UTC 2014 - b...@vdm-design.de
+
+- Update to version 0.8.7b
+   * some schematic parts had reversed connectors
+   Changes from 0.8.6b:
+   * schematic view: all core parts now conform to a .1 inch grid (many thanks 
Fabian)
+   * ratsnest wires now drawn with dashed lines
+   * updated examples (many thanks Nushin)
+   * updated French translation (thanks Roald)
+   * gerber export: separate plated and unplated drill holes
+   * more tips and tricks
+   * bug fixes:
+offset silkscreen layer on rectangle pcbs
+part labels rotate along with part
+wire colors: orange was green
+set logo-text and netlabel from the text-entry widget at the top of 
the Inspector (this used to set part label)
+Mavericks ground fill crash
+Arduino part fixes
+equipotential highlight disappearing after wire color change
+wire self-connection prevention was broken
+disappearing wires in schematic or pcb view when parts were directly 
connected in breadboard view
+Changes from 0.8.5b:
+* another handful of styling changes
+* ICSP and ICSP-less Arduinos
+* bug fixes:
+infinite loop at startup for some languages
+Welcome View print crash
+Arduino swap crash
+Windows XP compatibility
+Note button incorrectly disabled
+
+---

Old:

  fritzing-0.8.4b.source.tar.bz2

New:

  fritzing-0.8.7b.source.tar.bz2



Other differences:
--
++ fritzing.spec ++
--- /var/tmp/diff_new_pack.nmeDx0/_old  2014-01-30 11:23:43.0 +0100
+++ /var/tmp/diff_new_pack.nmeDx0/_new  2014-01-30 11:23:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fritzing
 #
-# 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,7 +17,7 @@
 
 
 Name:   fritzing
-Version:0.8.4b
+Version:0.8.7b
 Release:0
 Summary:Intuitive EDA platform featuring from prototype to product
 License:GPL-3.0+

++ debian.changelog ++
--- /var/tmp/diff_new_pack.nmeDx0/_old  2014-01-30 11:23:43.0 +0100
+++ /var/tmp/diff_new_pack.nmeDx0/_new  2014-01-30 11:23:43.0 +0100
@@ -1,3 +1,9 @@
+fritzing (0.8.7b-0) stable; urgency=low
+
+  * new upstream release 0.8.7b
+
+ -- Thomas Zimmermann b...@vdm-design.de  Sat, 25 Jan 2014 18:41:00 +0100
+
 fritzing (0.8.3b-0) stable; urgency=low
 
   * new upstream release 0.8.3b

++ fritzing-0.8.4b.source.tar.bz2 - fritzing-0.8.7b.source.tar.bz2 ++
/work/SRC/openSUSE:Factory/fritzing/fritzing-0.8.4b.source.tar.bz2 
/work/SRC/openSUSE:Factory/.fritzing.new/fritzing-0.8.7b.source.tar.bz2 differ: 
char 11, line 1

++ fritzing.dsc ++
--- /var/tmp/diff_new_pack.nmeDx0/_old  2014-01-30 11:23:43.0 +0100
+++ /var/tmp/diff_new_pack.nmeDx0/_new  2014-01-30 11:23:43.0 +0100
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: fritzing
-Version: 0.8.0b
+Version: 0.8.7b
 Binary: fritzing
 Maintainer: Brendan Howell bren...@howell-ersatz.com
 Architecture: any
 Build-Depends: debhelper (= 7.0.12), libqtcore4 (=4.7), libqtgui4 (=4.7), 
libstdc++6, libc6, qt4-qmake, libqt4-dev (=4.7), zlib1g-dev, libqt4-sql-sqlite 
(=4.7), libboost-dev
 Files: 
- 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.8.0b.source.tar.gz
+ 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.8.7b.source.tar.gz
  bc4a6dc116f0d762cdf5a374b5e865f9 1200 debian.tar.gz

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



commit fritzing for openSUSE:Factory

2013-12-17 Thread h_root
Hello community,

here is the log from the commit of package fritzing for openSUSE:Factory 
checked in at 2013-12-17 10:01:17

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


Package is fritzing

Changes:

--- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes2013-07-31 
17:25:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.fritzing.new/fritzing.changes   2013-12-17 
10:01:19.0 +0100
@@ -1,0 +2,20 @@
+Sun Dec 15 19:20:56 UTC 2013 - b...@vdm-design.de
+
+- Update to version 0.8.4b
+* Fritzing gets a facelift! (special thanks to Christian and Fabian)
+* new Welcome view
+* new Fritzing Creator Kit examples (in both English and German)
+* Tips and Tricks updated
+* First Time Help now a separate dialog
+* updated Dutch translation (thanks Dave)
+* updated German translation
+* new parts:
+Breadboard BB 301 (contributed by Jeremy)
+RGB LED WS2812
+* bug fixes:
+Mac OSX Mavericks Parts Bin Hover crash
+Saving files with custom parts: sometimes the fzp did not list the 
latest svg files
+Boost 1.54 bug no longer crashes Fritzing
+Many part tweaks
+
+---

Old:

  fritzing-0.8.3b.source.tar.bz2

New:

  fritzing-0.8.4b.source.tar.bz2



Other differences:
--
++ fritzing.spec ++
--- /var/tmp/diff_new_pack.ZQy04D/_old  2013-12-17 10:01:20.0 +0100
+++ /var/tmp/diff_new_pack.ZQy04D/_new  2013-12-17 10:01:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   fritzing
-Version:0.8.3b
+Version:0.8.4b
 Release:0
 Summary:Intuitive EDA platform featuring from prototype to product
 License:GPL-3.0+

++ fritzing-0.8.3b.source.tar.bz2 - fritzing-0.8.4b.source.tar.bz2 ++
/work/SRC/openSUSE:Factory/fritzing/fritzing-0.8.3b.source.tar.bz2 
/work/SRC/openSUSE:Factory/.fritzing.new/fritzing-0.8.4b.source.tar.bz2 differ: 
char 11, line 1

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



commit fritzing for openSUSE:Factory

2013-07-31 Thread h_root
Hello community,

here is the log from the commit of package fritzing for openSUSE:Factory 
checked in at 2013-07-31 17:25:11

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


Package is fritzing

Changes:

--- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes2013-06-17 
10:07:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.fritzing.new/fritzing.changes   2013-07-31 
17:25:13.0 +0200
@@ -1,0 +2,34 @@
+Sun Jul 28 05:55:56 UTC 2013 - b...@vdm-design.de
+
+- Update to version 0.8.3b
+* fixes the breadboard bugs
+
+---
+Sat Jul 27 06:29:02 UTC 2013 - b...@vdm-design.de
+
+- Update to version 0.8.2b
+* 1000 new parts!
+* parts bin 'and' search implemented (use a space to separate terms)
+* stripboards now with both horizontal and vertical strips plus RS 276-150 
layout
+* active layer button controls which side copper-fill fills
+* updated French translation (thanks Yvan)
+* updated German translation
+* new Bulgarian translation (thanks Nikolay)
+* a couple more new parts:
+TI Launchpad
+Raspberry Pi (rev 2)
+* bug fixes:
+Arduino Mega 2560 R3 repaired
+Teensy 3.0 repaired
+Raspberry Pi repaired
+Atmega 5mm tqfp replaced with an 8mm version
+netlabels were misbehaving when flipped or rotated
+Lilypad Mainboard no longer missing
+Generic IC DIP pcb-layer option repaired
+Autorouter crash eliminated
+Parts Editor was not saving pin assignments if loaded SVG files had no 
connector IDs
+export etchable was missing silk bottom layer
+removed mystery circles on silk bottom of some custom pcb shapes
+bug in the Half+ Breadboard part, and a few others
+
+---

Old:

  fritzing-0.8.0b.source.tar.bz2

New:

  fritzing-0.8.3b.source.tar.bz2



Other differences:
--
++ fritzing.spec ++
--- /var/tmp/diff_new_pack.KKE6Mt/_old  2013-07-31 17:25:14.0 +0200
+++ /var/tmp/diff_new_pack.KKE6Mt/_new  2013-07-31 17:25:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fritzing
-Version:0.8.0b
+Version:0.8.3b
 Release:0
 Summary:Intuitive EDA platform featuring from prototype to product
 License:GPL-3.0+

++ debian.changelog ++
--- /var/tmp/diff_new_pack.KKE6Mt/_old  2013-07-31 17:25:14.0 +0200
+++ /var/tmp/diff_new_pack.KKE6Mt/_new  2013-07-31 17:25:14.0 +0200
@@ -1,3 +1,15 @@
+fritzing (0.8.3b-0) stable; urgency=low
+
+  * new upstream release 0.8.3b
+
+ -- Thomas Zimmermann b...@vdm-design.de  Sun, 28 Jul 2013 07:51:00 +0200
+
+fritzing (0.8.2b-0) stable; urgency=low
+
+  * new upstream release 0.8.2b
+
+ -- Thomas Zimmermann b...@vdm-design.de  Sat, 27 Jul 2013 08:31:00 +0200
+
 fritzing (0.8.0b-0) stable; urgency=low
 
   * new upstream release 0.8.0b

++ fritzing-0.8.0b.source.tar.bz2 - fritzing-0.8.3b.source.tar.bz2 ++
/work/SRC/openSUSE:Factory/fritzing/fritzing-0.8.0b.source.tar.bz2 
/work/SRC/openSUSE:Factory/.fritzing.new/fritzing-0.8.3b.source.tar.bz2 differ: 
char 4, line 1

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



commit fritzing for openSUSE:Factory

2013-06-17 Thread h_root
Hello community,

here is the log from the commit of package fritzing for openSUSE:Factory 
checked in at 2013-06-17 10:07:38

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


Package is fritzing

Changes:

--- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes2013-03-01 
07:19:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.fritzing.new/fritzing.changes   2013-06-17 
10:07:39.0 +0200
@@ -1,0 +2,26 @@
+Fri Jun 14 09:40:58 UTC 2013 - b...@vdm-design.de
+
+- Update to version 0.8.0b
+  * pcb view:
+   view sketches from either 'above' or 'below'
+   place THT parts through the top or bottom of the board
+   silkscreen bottom layer support
+   new Fritzing Fab price-quote feature
+   drc now checks if connectors on the same part overlap
+   board 'stickyness' is now disabled by default
+   copper fill keepout setting on the ground fill submenu
+
+  * schematic view improvements (sponsored by Analog Devices Inc.):
+   rotation and flip are enabled for all parts
+   when flipping or rotating parts, text elements remain upright and do 
not mirror
+   new voltage label and voltage source parts--the older versions are now 
obsolete
+
+  * inspector:
+   'placement' properties grouped together
+   new widgets to display and modify part coordinates and rotation
+   editable comboboxes are now graphically distinct from drop-downs
+
+  * new parts
+  * other improvements 
+
+---

Old:

  fritzing-0.7.12b.source.tar.bz2

New:

  fritzing-0.8.0b.source.tar.bz2



Other differences:
--
++ fritzing.spec ++
--- /var/tmp/diff_new_pack.ZwHbKK/_old  2013-06-17 10:07:41.0 +0200
+++ /var/tmp/diff_new_pack.ZwHbKK/_new  2013-06-17 10:07:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fritzing
-Version:0.7.12b
+Version:0.8.0b
 Release:0
 Summary:Intuitive EDA platform featuring from prototype to product
 License:GPL-3.0+

++ debian.changelog ++
--- /var/tmp/diff_new_pack.ZwHbKK/_old  2013-06-17 10:07:41.0 +0200
+++ /var/tmp/diff_new_pack.ZwHbKK/_new  2013-06-17 10:07:41.0 +0200
@@ -1,3 +1,9 @@
+fritzing (0.8.0b-0) stable; urgency=low
+
+  * new upstream release 0.8.0b
+
+ -- Thomas Zimmermann b...@vdm-design.de  Fri, 14 Jun 2013 11:44:00 +0200
+
 fritzing (0.7.12b-0) stable; urgency=low
 
   * new upstream release 0.7.12b

++ fritzing-0.7.12b.source.tar.bz2 - fritzing-0.8.0b.source.tar.bz2 ++
/work/SRC/openSUSE:Factory/fritzing/fritzing-0.7.12b.source.tar.bz2 
/work/SRC/openSUSE:Factory/.fritzing.new/fritzing-0.8.0b.source.tar.bz2 differ: 
char 11, line 1

++ fritzing.dsc ++
--- /var/tmp/diff_new_pack.ZwHbKK/_old  2013-06-17 10:07:41.0 +0200
+++ /var/tmp/diff_new_pack.ZwHbKK/_new  2013-06-17 10:07:41.0 +0200
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: fritzing
-Version: 0.7.12b
+Version: 0.8.0b
 Binary: fritzing
 Maintainer: Brendan Howell bren...@howell-ersatz.com
 Architecture: any
 Build-Depends: debhelper (= 7.0.12), libqtcore4 (=4.7), libqtgui4 (=4.7), 
libstdc++6, libc6, qt4-qmake, libqt4-dev (=4.7), zlib1g-dev, libqt4-sql-sqlite 
(=4.7), libboost-dev
 Files: 
- 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.12b.source.tar.gz
+ 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.8.0b.source.tar.gz
  bc4a6dc116f0d762cdf5a374b5e865f9 1200 debian.tar.gz

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



commit fritzing for openSUSE:Factory

2013-02-28 Thread h_root
Hello community,

here is the log from the commit of package fritzing for openSUSE:Factory 
checked in at 2013-03-01 07:19:11

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


Package is fritzing, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes2013-01-14 
09:40:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.fritzing.new/fritzing.changes   2013-03-01 
07:19:13.0 +0100
@@ -1,0 +2,17 @@
+Tue Feb 26 08:26:00 UTC 2013 - b...@vdm-design.de
+
+  - update to version 0.7.12b, now depends on boost-devel
+* autorouter: remove excess bendpoints
+* gerber export drill files now visible in MSN Gerber Viewer (set the m.n 
format to 2.4)
+* Updated Dutch translation (thanks Davy)
+* Updated Greek translation (thanks Alexander)
+* hide individual part silkscreen
+* imported parts now go to MyParts bin instead of Contrib
+* PNG export now taking much less disk space (thanks Jerome)
+* max pin count for generic IC bumped to 128
+* handful of fixes to DRC
+* find part in sketch (text search)
+* rgb led hole size enlarged
+* lots of little bug fixes
+
+---

Old:

  fritzing-0.7.11b.source.tar.bz2

New:

  fritzing-0.7.12b.source.tar.bz2



Other differences:
--
++ fritzing.spec ++
--- /var/tmp/diff_new_pack.NOwU9V/_old  2013-03-01 07:19:14.0 +0100
+++ /var/tmp/diff_new_pack.NOwU9V/_new  2013-03-01 07:19:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   fritzing
-Version:0.7.11b
+Version:0.7.12b
 Release:0
 Summary:Intuitive EDA platform featuring from prototype to product
 License:GPL-3.0+
@@ -26,6 +26,7 @@
 Source0:
http://fritzing.org/download/%{version}/source-tarball/%{name}-%{version}.source.tar.bz2
 Requires:   libqt4-sql-sqlite
 Requires:   libqt4-x11
+BuildRequires:  boost-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  libqt4-devel = 4.7
 %if 0%{?suse_version} || 0%{?sles_version}

++ debian.changelog ++
--- /var/tmp/diff_new_pack.NOwU9V/_old  2013-03-01 07:19:14.0 +0100
+++ /var/tmp/diff_new_pack.NOwU9V/_new  2013-03-01 07:19:14.0 +0100
@@ -1,3 +1,9 @@
+fritzing (0.7.12b-0) stable; urgency=low
+
+  * new upstream release 0.7.12b
+
+ -- Thomas Zimmermann b...@vdm-design.de  Tue, 26 Feb 2013 09:35:00 +0100
+
 fritzing (0.7.11b-0) stable; urgency=low
 
   * new upstream release 0.7.11b

++ debian.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debian/control new/debian/control
--- old/debian/control  2012-01-09 20:42:12.0 +0100
+++ new/debian/control  2013-02-26 09:34:03.0 +0100
@@ -2,13 +2,13 @@
 Section: electronics
 Priority: optional
 Maintainer: Brendan Howell bren...@howell-ersatz.com
-Build-Depends: debhelper (= 7.0.12), libqtcore4, libqtgui4, libstdc++6, 
libc6, qt4-qmake, libqt4-dev, zlib1g-dev
+Build-Depends: debhelper (= 7.0.12), libqtcore4 (=4.7), libqtgui4 (=4.7), 
libstdc++6, libc6, qt4-qmake, libqt4-dev (=4.7), zlib1g-dev, libboost-dev
 Standards-Version: 3.8.3
 Homepage: http://fritzing.org
 
 Package: fritzing
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libqtcore4, libqt4-gui, 
libqt4-network, libqt4-sql, libqt4-svg, libqt4-xml, libqt4-sql-sqlite
+Depends: ${shlibs:Depends}, ${misc:Depends}, libqtcore4 (=4.7), libqt4-gui 
(=4.7), libqt4-network (=4.7), libqt4-sql (=4.7), libqt4-svg (=4.7), 
libqt4-xml (=4.7), libqt4-sql-sqlite (=4.7)
 Description: Easy-to-use, electronic design software.
  Fritzing is an open source project designed to help one transition from a
  prototype to a finished project. Aimed at users who want to produce or 
document

++ fritzing-0.7.11b.source.tar.bz2 - fritzing-0.7.12b.source.tar.bz2 ++
/work/SRC/openSUSE:Factory/fritzing/fritzing-0.7.11b.source.tar.bz2 
/work/SRC/openSUSE:Factory/.fritzing.new/fritzing-0.7.12b.source.tar.bz2 
differ: char 4, line 1

++ fritzing.dsc ++
--- /var/tmp/diff_new_pack.NOwU9V/_old  2013-03-01 07:19:14.0 +0100
+++ /var/tmp/diff_new_pack.NOwU9V/_new  2013-03-01 07:19:14.0 +0100
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: fritzing
-Version: 0.7.11b
+Version: 0.7.12b
 Binary: fritzing
 Maintainer: Brendan Howell bren...@howell-ersatz.com
 Architecture: any
-Build-Depends: debhelper (= 7.0.12), libqtcore4, libqtgui4, libstdc++6, 
libc6, qt4-qmake, libqt4-dev, zlib1g-dev, libqt4-sql-sqlite
+Build-Depends: debhelper (= 7.0.12), libqtcore4 (=4.7), libqtgui4 (=4.7), 
libstdc++6, libc6, qt4-qmake, libqt4-dev (=4.7), zlib1g-dev, libqt4-sql-sqlite 

commit fritzing for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package fritzing for openSUSE:Factory 
checked in at 2013-01-14 09:40:29

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


Package is fritzing, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes2012-10-22 
22:03:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.fritzing.new/fritzing.changes   2013-01-14 
09:40:31.0 +0100
@@ -1,0 +2,20 @@
+Fri Jan 04 07:47:00 UTC 2013 - b...@vdm-design.de
+
+  - update to version 0.7.11b, depends now on Qt = 4.7
+* new autorouter
+ rarely breaks DRC
+ handles diagonals
+ misses fewer routing possibilities
+ has variable keepout setting (in autorouter settings dialog)
+* curvy wires now enabled in pcb and schematic views
+* use shift-wheel to navigate SVGs in the parts editor; wheel events 
without shift will zoom (or pan) as usual
+* updated Simplified Chinese translation (thanks Yuelin and Ninjia)
+* new Bengali translation (thanks Faruk and friends)
+* improved DRC result highlighting
+* bug fixes:
+OCRA font broken under Windows 8
+free rotate broken when only top view was active (thanks to Gijs for 
spotting the connection)
+ground fill connections to small vias were being clipped
+annoying offset when dragging a via from the parts bin
+
+---

Old:

  fritzing-0.7.10b.source.tar.bz2

New:

  fritzing-0.7.11b.source.tar.bz2



Other differences:
--
++ fritzing.spec ++
--- /var/tmp/diff_new_pack.uRnzeD/_old  2013-01-14 09:40:33.0 +0100
+++ /var/tmp/diff_new_pack.uRnzeD/_new  2013-01-14 09:40:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fritzing
 #
-# 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
@@ -16,26 +16,29 @@
 #
 
 
-
 Name:   fritzing
-Version:0.7.10b
+Version:0.7.11b
 Release:0
-License:GPL-3.0+
 Summary:Intuitive EDA platform featuring from prototype to product
-Url:http://fritzing.org/
+License:GPL-3.0+
 Group:  Productivity/Scientific/Electronics
+Url:http://fritzing.org/
 Source0:
http://fritzing.org/download/%{version}/source-tarball/%{name}-%{version}.source.tar.bz2
-Requires:   libqt4-sql-sqlite libqt4-x11
+Requires:   libqt4-sql-sqlite
+Requires:   libqt4-x11
 BuildRequires:  desktop-file-utils
-BuildRequires:  libqt4-devel
+BuildRequires:  libqt4-devel = 4.7
 %if 0%{?suse_version} || 0%{?sles_version}
 BuildRequires:  fdupes
 %endif
 %if 0%{?centos_version} || 0%{?rhel_version}
-BuildRequires:  gcc-c++ qt4-devel
+BuildRequires:  gcc-c++
+BuildRequires:  qt4-devel
 %endif
 %if 0%{?fedora}
-BuildRequires:  gcc-c++ libstdc++-devel qt
+BuildRequires:  gcc-c++
+BuildRequires:  libstdc++-devel
+BuildRequires:  qt
 %endif
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ debian.changelog ++
--- /var/tmp/diff_new_pack.uRnzeD/_old  2013-01-14 09:40:33.0 +0100
+++ /var/tmp/diff_new_pack.uRnzeD/_new  2013-01-14 09:40:33.0 +0100
@@ -1,3 +1,8 @@
+fritzing (0.7.11b-0) stable; urgency=low
+
+  * new upstream release 0.7.11b
+
+ -- Thomas Zimmermann b...@vdm-design.de  Fri, 04 Jan 2013 08:50:00 +0100
 fritzing (0.7.10b-0) stable; urgency=low
 
   * new upstream release 0.7.10b

++ fritzing-0.7.10b.source.tar.bz2 - fritzing-0.7.11b.source.tar.bz2 ++
/work/SRC/openSUSE:Factory/fritzing/fritzing-0.7.10b.source.tar.bz2 
/work/SRC/openSUSE:Factory/.fritzing.new/fritzing-0.7.11b.source.tar.bz2 
differ: char 4, line 1

++ fritzing.dsc ++
--- /var/tmp/diff_new_pack.uRnzeD/_old  2013-01-14 09:40:33.0 +0100
+++ /var/tmp/diff_new_pack.uRnzeD/_new  2013-01-14 09:40:33.0 +0100
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: fritzing
-Version: 0.7.10b
+Version: 0.7.11b
 Binary: fritzing
 Maintainer: Brendan Howell bren...@howell-ersatz.com
 Architecture: any
 Build-Depends: debhelper (= 7.0.12), libqtcore4, libqtgui4, libstdc++6, 
libc6, qt4-qmake, libqt4-dev, zlib1g-dev, libqt4-sql-sqlite
 Files: 
- 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.10b.source.tar.gz
+ 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.11b.source.tar.gz
  efb141873b5a828420c39eec1e79b364 915 debian.tar.gz

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

commit fritzing for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package fritzing for openSUSE:Factory 
checked in at 2012-10-22 22:03:28

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


Package is fritzing, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes2012-10-13 
19:55:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.fritzing.new/fritzing.changes   2012-10-22 
22:03:32.0 +0200
@@ -1,0 +2,13 @@
+Wed Oct 17 07:22:50 UTC 2012 - b...@vdm-design.de
+
+- update to 0.7.10b
+   * new DRC
+   * bug fixes:
+parts losing 'family' after editing part metadata (leading to 
swapping is broken message)
+SMD on bottom not reloading properly
+crash dropping pad part onto schematic view
+schematic logo text now appearing in printout
+unblocked schematic logo text editing
+
+
+---
@@ -4 +17 @@
-- update to 0.7.8b
+- update to 0.7.9b

Old:

  fritzing-0.7.9b.source.tar.bz2

New:

  fritzing-0.7.10b.source.tar.bz2



Other differences:
--
++ fritzing.spec ++
--- /var/tmp/diff_new_pack.KDDUAz/_old  2012-10-22 22:03:34.0 +0200
+++ /var/tmp/diff_new_pack.KDDUAz/_new  2012-10-22 22:03:34.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   fritzing
-Version:0.7.9b
+Version:0.7.10b
 Release:0
 License:GPL-3.0+
 Summary:Intuitive EDA platform featuring from prototype to product

++ debian.changelog ++
--- /var/tmp/diff_new_pack.KDDUAz/_old  2012-10-22 22:03:34.0 +0200
+++ /var/tmp/diff_new_pack.KDDUAz/_new  2012-10-22 22:03:34.0 +0200
@@ -1,3 +1,8 @@
+fritzing (0.7.10b-0) stable; urgency=low
+
+  * new upstream release 0.7.10b
+
+ -- Thomas Zimmermann b...@vdm-design.de  Wed, 17 Oct 2012 09:24:00 +0200
 fritzing (0.7.9b-0) stable; urgency=low
 
   * new upstream release 0.7.9b

++ fritzing-0.7.9b.source.tar.bz2 - fritzing-0.7.10b.source.tar.bz2 ++
/work/SRC/openSUSE:Factory/fritzing/fritzing-0.7.9b.source.tar.bz2 
/work/SRC/openSUSE:Factory/.fritzing.new/fritzing-0.7.10b.source.tar.bz2 
differ: char 11, line 1

++ fritzing.dsc ++
--- /var/tmp/diff_new_pack.KDDUAz/_old  2012-10-22 22:03:34.0 +0200
+++ /var/tmp/diff_new_pack.KDDUAz/_new  2012-10-22 22:03:34.0 +0200
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: fritzing
-Version: 0.7.9b
+Version: 0.7.10b
 Binary: fritzing
 Maintainer: Brendan Howell bren...@howell-ersatz.com
 Architecture: any
 Build-Depends: debhelper (= 7.0.12), libqtcore4, libqtgui4, libstdc++6, 
libc6, qt4-qmake, libqt4-dev, zlib1g-dev, libqt4-sql-sqlite
 Files: 
- 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.9b.source.tar.gz
+ 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.10b.source.tar.gz
  efb141873b5a828420c39eec1e79b364 915 debian.tar.gz

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



commit fritzing for openSUSE:Factory

2012-10-13 Thread h_root
Hello community,

here is the log from the commit of package fritzing for openSUSE:Factory 
checked in at 2012-10-13 19:53:08

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


Package is fritzing, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes2012-08-16 
14:07:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.fritzing.new/fritzing.changes   2012-10-13 
19:55:54.0 +0200
@@ -1,0 +2,21 @@
+Wed Oct 10 07:40:02 UTC 2012 - b...@vdm-design.de
+
+- update to 0.7.8b
+* new parts editor--phase one (thanks to Shunichi and Tatsuya for 
beta-testing)
+* SMD parts can be added either to the top or bottom of a two-sided board
+* updated Greek translation (thanks Alexander)
+* resize schematic-frame part with text entry or combo box
+* 'delete plus' function--for those that miss the old 'delete' which 
included attached wires. For wires, this deletes up to the next bendpoint.
+* new parts:
+Schematic logo items
+Schematic net labels
+* bug fixes:
+show unrouted is also available under the routing menu
+schematic image export: bounding area fix
+default breadboard now aligned to grid
+miscellaneous Gerber export fixes
+culled most red dots (zero length traces) from pcb view
+text entry problems with notes
+
+
+---

Old:

  fritzing-0.7.7b.source.tar.bz2

New:

  fritzing-0.7.9b.source.tar.bz2



Other differences:
--
++ fritzing.spec ++
--- /var/tmp/diff_new_pack.Juqbxh/_old  2012-10-13 19:55:56.0 +0200
+++ /var/tmp/diff_new_pack.Juqbxh/_new  2012-10-13 19:55:56.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   fritzing
-Version:0.7.7b
+Version:0.7.9b
 Release:0
 License:GPL-3.0+
 Summary:Intuitive EDA platform featuring from prototype to product

++ debian.changelog ++
--- /var/tmp/diff_new_pack.Juqbxh/_old  2012-10-13 19:55:56.0 +0200
+++ /var/tmp/diff_new_pack.Juqbxh/_new  2012-10-13 19:55:56.0 +0200
@@ -1,3 +1,9 @@
+fritzing (0.7.9b-0) stable; urgency=low
+
+  * new upstream release 0.7.9b
+
+ -- Thomas Zimmermann b...@vdm-design.de  Wed, 10 Oct 2012 09:41:00 +0200
+
 fritzing (0.7.7b-0) stable; urgency=low
 
   * new upstream release 0.7.7b

++ fritzing-0.7.7b.source.tar.bz2 - fritzing-0.7.9b.source.tar.bz2 ++
/work/SRC/openSUSE:Factory/fritzing/fritzing-0.7.7b.source.tar.bz2 
/work/SRC/openSUSE:Factory/.fritzing.new/fritzing-0.7.9b.source.tar.bz2 differ: 
char 4, line 1

++ fritzing.dsc ++
--- /var/tmp/diff_new_pack.Juqbxh/_old  2012-10-13 19:55:56.0 +0200
+++ /var/tmp/diff_new_pack.Juqbxh/_new  2012-10-13 19:55:56.0 +0200
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: fritzing
-Version: 0.7.7b
+Version: 0.7.9b
 Binary: fritzing
 Maintainer: Brendan Howell bren...@howell-ersatz.com
 Architecture: any
 Build-Depends: debhelper (= 7.0.12), libqtcore4, libqtgui4, libstdc++6, 
libc6, qt4-qmake, libqt4-dev, zlib1g-dev, libqt4-sql-sqlite
 Files: 
- 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.6b.source.tar.gz
+ 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.9b.source.tar.gz
  efb141873b5a828420c39eec1e79b364 915 debian.tar.gz

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



commit fritzing for openSUSE:Factory

2012-08-16 Thread h_root
Hello community,

here is the log from the commit of package fritzing for openSUSE:Factory 
checked in at 2012-08-16 14:07:15

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


Package is fritzing, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes2012-08-12 
15:24:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.fritzing.new/fritzing.changes   2012-08-16 
14:07:58.0 +0200
@@ -1,0 +2,8 @@
+Wed Aug 15 07:19:56 UTC 2012 - b...@vdm-design.de
+
+- update to version 0.7.7b
+  * connection changes in one view sometimes resulted in wandering or
+phantom traces in another view resizing a jumper item when there is
+no pcb caused a crash
+
+---

Old:

  fritzing-0.7.6b.source.tar.bz2

New:

  fritzing-0.7.7b.source.tar.bz2



Other differences:
--
++ fritzing.spec ++
--- /var/tmp/diff_new_pack.QIo418/_old  2012-08-16 14:07:59.0 +0200
+++ /var/tmp/diff_new_pack.QIo418/_new  2012-08-16 14:07:59.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   fritzing
-Version:0.7.6b
+Version:0.7.7b
 Release:0
 License:GPL-3.0+
 Summary:Intuitive EDA platform featuring from prototype to product

++ debian.changelog ++
--- /var/tmp/diff_new_pack.QIo418/_old  2012-08-16 14:07:59.0 +0200
+++ /var/tmp/diff_new_pack.QIo418/_new  2012-08-16 14:07:59.0 +0200
@@ -1,3 +1,9 @@
+fritzing (0.7.7b-0) stable; urgency=low
+
+  * new upstream release 0.7.7b
+
+ -- Thomas Zimmermann b...@vdm-design.de  Sat, 15 Aug 2012 09:21:00 +0200
+
 fritzing (0.7.6b-0) stable; urgency=low
 
   * new upstream release 0.7.6b

++ fritzing-0.7.6b.source.tar.bz2 - fritzing-0.7.7b.source.tar.bz2 ++
/work/SRC/openSUSE:Factory/fritzing/fritzing-0.7.6b.source.tar.bz2 
/work/SRC/openSUSE:Factory/.fritzing.new/fritzing-0.7.7b.source.tar.bz2 differ: 
char 11, line 1

++ fritzing.dsc ++
--- /var/tmp/diff_new_pack.QIo418/_old  2012-08-16 14:07:59.0 +0200
+++ /var/tmp/diff_new_pack.QIo418/_new  2012-08-16 14:07:59.0 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: fritzing
-Version: 0.7.6b
+Version: 0.7.7b
 Binary: fritzing
 Maintainer: Brendan Howell bren...@howell-ersatz.com
 Architecture: any

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



commit fritzing for openSUSE:Factory

2012-08-12 Thread h_root
Hello community,

here is the log from the commit of package fritzing for openSUSE:Factory 
checked in at 2012-08-12 15:24:40

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


Package is fritzing, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes2012-07-03 
13:49:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.fritzing.new/fritzing.changes   2012-08-12 
15:24:48.0 +0200
@@ -1,0 +2,36 @@
+Sat Aug 11 06:48:19 UTC 2012 - b...@vdm-design.de
+
+- update to version 0.7.6b
+
+   * deleting a part no longer automatically deletes its connected wires
+   * faster loading time (especially if you open two or more windows)
+   * info view indicates whether a part is obsolete
+   * export etchable now exports both mirrored and non-mirrored at once
+   * paste-mask layer for SMDs added to export for production
+   * new Slovak translation (thanks Ĺubomír)
+   * convert via to bendpoint
+   * default breadboard now matches the one in the starter kit
+   * revert function
+   * new parts:
+new pinheaders: long pad, molex, alternating footprint; new pin 
spacings
+new stereo jack (thanks Max)
+new rj45
+   * bug fixes:
+temp parts could disappear when multiple sketches were open with the 
same temp part (thanks to Jerome and Joerg for help tracking this down)
+no longer possible to draw wires that connect back to themselves or 
that connect redundantly (thanks to Jerome for help tracking this down)
+breadboard view routing-status
+jpg export quality set to high
+progress bar for parts bin search
+copper blocker width- and height- text entry
+mirrored etchable export was broken
+default breadboard now matches the one shipped with the kits
+drc was incorrectly flagging hole parts
+nasty autorouter bug with split traces
+dragging from temp to another sketch would fail when reopening the 
other sketch
+rubber-banding bug when dragging a bendpoint with multiple wires
+individual ground fill crash bug
+one more attempt to fix the mac prefs-dialog crash
+missing contour in export etchable
+
+
+---

Old:

  fritzing-0.7.5b.source.tar.bz2

New:

  fritzing-0.7.6b.source.tar.bz2



Other differences:
--
++ fritzing.spec ++
--- /var/tmp/diff_new_pack.sdRw9M/_old  2012-08-12 15:24:54.0 +0200
+++ /var/tmp/diff_new_pack.sdRw9M/_new  2012-08-12 15:24:54.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   fritzing
-Version:0.7.5b
+Version:0.7.6b
 Release:0
 License:GPL-3.0+
 Summary:Intuitive EDA platform featuring from prototype to product

++ debian.changelog ++
--- /var/tmp/diff_new_pack.sdRw9M/_old  2012-08-12 15:24:54.0 +0200
+++ /var/tmp/diff_new_pack.sdRw9M/_new  2012-08-12 15:24:54.0 +0200
@@ -1,3 +1,9 @@
+fritzing (0.7.6b-0) stable; urgency=low
+
+  * new upstream release 0.7.6b
+
+ -- Thomas Zimmermann b...@vdm-design.de  Sat, 11 Jul 2012 08:50:00 +0200
+
 fritzing (0.7.5b-0) stable; urgency=low
 
   * new upstream release 0.7.5b

++ fritzing-0.7.5b.source.tar.bz2 - fritzing-0.7.6b.source.tar.bz2 ++
/work/SRC/openSUSE:Factory/fritzing/fritzing-0.7.5b.source.tar.bz2 
/work/SRC/openSUSE:Factory/.fritzing.new/fritzing-0.7.6b.source.tar.bz2 differ: 
char 11, line 1

++ fritzing.dsc ++
--- /var/tmp/diff_new_pack.sdRw9M/_old  2012-08-12 15:24:54.0 +0200
+++ /var/tmp/diff_new_pack.sdRw9M/_new  2012-08-12 15:24:54.0 +0200
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: fritzing
-Version: 0.7.5b
+Version: 0.7.6b
 Binary: fritzing
 Maintainer: Brendan Howell bren...@howell-ersatz.com
 Architecture: any
 Build-Depends: debhelper (= 7.0.12), libqtcore4, libqtgui4, libstdc++6, 
libc6, qt4-qmake, libqt4-dev, zlib1g-dev, libqt4-sql-sqlite
 Files: 
- 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.4b.source.tar.gz
+ 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.6b.source.tar.gz
  efb141873b5a828420c39eec1e79b364 915 debian.tar.gz

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



commit fritzing for openSUSE:Factory

2012-07-03 Thread h_root
Hello community,

here is the log from the commit of package fritzing for openSUSE:Factory 
checked in at 2012-07-03 13:49:16

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


Package is fritzing, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes2012-04-12 
09:23:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.fritzing.new/fritzing.changes   2012-07-03 
13:49:19.0 +0200
@@ -1,0 +2,48 @@
+Mon Jul  2 15:59:35 UTC 2012 - b...@vdm-design.de
+
+- update to version 0.7.5b
+  * drag-and-drop from desktop onto Fritzing window will open fritzing files
+  * align-to-grid and show-grid default to 'on'
+  * new Greek translation (thanks Alexander)
+  * updated Czech translation (thanks Josef)
+  * updated German translation
+  * PCB View:
+Fritzing now supports multiple pcbs in a single sketch
+streamlined custom pcb shape file import
+can modify pin size for pinheaders, screwterminals, generic sips and 
dips, and mystery parts
+pcb stickiness is now a setting (i.e. whether parts on a pcb stay in 
place or follow along when a pcb is dragged)
+'pad' part can now be placed on either copper0 or copper1
+right-click to convert a bendpoint to a via
+  * new parts:
+arduino nano 3.0
+resizable ellipse pcb
+resizable copper fill blocker
+ardiuno mega shield pcb
+mini-breadboard
+3-axis accelerometer breakout (thanks azharul)
+PCF8574 (thanks c.sgamba)
+S1133 Si Photodiode (thanks Nick)
+double-row THT pin headers
+micro-SD socket
+4-pin audio jack
+new pin header spacings
+  * bug fixes:
+'open' menu item now opens all Fritzing files; no more separate 
'import' menu items
+all grid options can be found on the view menu
+added support for use elements in svgs
+more reliable panning when spacebar is down
+hole parts align to grid
+routing status fixes in pcb view
+simple pcb autoplacement fix
+locked copper fill parts are not deleted if the copper fill function 
is invoked again
+armel/linux compiler errors fixed
+OSX Preferences dialog crash finally fixed?
+export etchable no longer including board silkscreen on all layers
+
+---
+Thu Apr 12 11:00:49 UTC 2012 - b...@vdm-design.de
+
+- update to new upstream version 0.7.4b
+  * fixed the resistor bugs introduced in 0.7.3
+
+---

Old:

  fritzing-0.7.3b.source.tar.bz2

New:

  fritzing-0.7.5b.source.tar.bz2



Other differences:
--
++ fritzing.spec ++
--- /var/tmp/diff_new_pack.6ePedd/_old  2012-07-03 13:49:21.0 +0200
+++ /var/tmp/diff_new_pack.6ePedd/_new  2012-07-03 13:49:21.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   fritzing
-Version:0.7.3b
+Version:0.7.5b
 Release:0
 License:GPL-3.0+
 Summary:Intuitive EDA platform featuring from prototype to product

++ debian.changelog ++
--- /var/tmp/diff_new_pack.6ePedd/_old  2012-07-03 13:49:21.0 +0200
+++ /var/tmp/diff_new_pack.6ePedd/_new  2012-07-03 13:49:21.0 +0200
@@ -1,3 +1,16 @@
+fritzing (0.7.5b-0) stable; urgency=low
+
+  * new upstream release 0.7.5b
+
+ -- Thomas Zimmermann b...@vdm-design.de  Thu, 12 Apr 2012 13:00:00 +0200
+
+
+fritzing (0.7.4b-0) stable; urgency=low
+
+  * new upstream release 0.7.4b
+
+ -- Thomas Zimmermann b...@vdm-design.de  Thu, 12 Apr 2012 13:00:00 +0200
+
 fritzing (0.7.3b-0) stable; urgency=low
 
   * new upstream release 0.7.3b

++ fritzing-0.7.3b.source.tar.bz2 - fritzing-0.7.5b.source.tar.bz2 ++
/work/SRC/openSUSE:Factory/fritzing/fritzing-0.7.3b.source.tar.bz2 
/work/SRC/openSUSE:Factory/.fritzing.new/fritzing-0.7.5b.source.tar.bz2 differ: 
char 4, line 1

++ fritzing.dsc ++
--- /var/tmp/diff_new_pack.6ePedd/_old  2012-07-03 13:49:21.0 +0200
+++ /var/tmp/diff_new_pack.6ePedd/_new  2012-07-03 13:49:21.0 +0200
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: fritzing
-Version: 0.7.3b
+Version: 0.7.5b
 Binary: fritzing
 Maintainer: Brendan Howell bren...@howell-ersatz.com
 Architecture: any
 Build-Depends: debhelper (= 7.0.12), libqtcore4, libqtgui4, libstdc++6, 
libc6, qt4-qmake, libqt4-dev, zlib1g-dev, libqt4-sql-sqlite
 Files: 
- 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.3b.source.tar.gz
+ 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.4b.source.tar.gz
  efb141873b5a828420c39eec1e79b364 915 debian.tar.gz

-- 
To unsubscribe, e-mail: 

commit fritzing for openSUSE:Factory

2012-04-12 Thread h_root
Hello community,

here is the log from the commit of package fritzing for openSUSE:Factory 
checked in at 2012-04-12 09:23:26

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


Package is fritzing, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes2012-03-17 
13:21:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.fritzing.new/fritzing.changes   2012-04-12 
09:23:28.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 10 10:18:06 UTC 2012 - b...@vdm-design.de
+
+- update to new upstream version 0.7.3b
+
+---

Old:

  fritzing-0.7.1b.source.tar.bz2

New:

  fritzing-0.7.3b.source.tar.bz2



Other differences:
--
++ fritzing.spec ++
--- /var/tmp/diff_new_pack.7xONAu/_old  2012-04-12 09:23:29.0 +0200
+++ /var/tmp/diff_new_pack.7xONAu/_new  2012-04-12 09:23:29.0 +0200
@@ -18,15 +18,13 @@
 
 
 Name:   fritzing
-Version:0.7.1b
+Version:0.7.3b
 Release:0
 License:GPL-3.0+
 Summary:Intuitive EDA platform featuring from prototype to product
 Url:http://fritzing.org/
 Group:  Productivity/Scientific/Electronics
-# Use modified tarball until upstream tarball has fixed bnc#751726
-Source0:%{name}-%{version}.source.tar.bz2
-#Source0:
http://fritzing.org/download/%{version}/source-tarball/%{name}-%{version}.source.tar.bz2
+Source0:
http://fritzing.org/download/%{version}/source-tarball/%{name}-%{version}.source.tar.bz2
 Requires:   libqt4-sql-sqlite libqt4-x11
 BuildRequires:  desktop-file-utils
 BuildRequires:  libqt4-devel

++ debian.changelog ++
--- /var/tmp/diff_new_pack.7xONAu/_old  2012-04-12 09:23:29.0 +0200
+++ /var/tmp/diff_new_pack.7xONAu/_new  2012-04-12 09:23:29.0 +0200
@@ -1,3 +1,9 @@
+fritzing (0.7.3b-0) stable; urgency=low
+
+  * new upstream release 0.7.3b
+
+ -- Thomas Zimmermann b...@vdm-design.de  Tue, 10 Apr 2012 12:17:00 +0200
+
 fritzing (0.7.1b-0) stable; urgency=low
 
   * new upstream release 0.7.1b

++ fritzing-0.7.1b.source.tar.bz2 - fritzing-0.7.3b.source.tar.bz2 ++
/work/SRC/openSUSE:Factory/fritzing/fritzing-0.7.1b.source.tar.bz2 
/work/SRC/openSUSE:Factory/.fritzing.new/fritzing-0.7.3b.source.tar.bz2 differ: 
char 4, line 1

++ fritzing.dsc ++
--- /var/tmp/diff_new_pack.7xONAu/_old  2012-04-12 09:23:29.0 +0200
+++ /var/tmp/diff_new_pack.7xONAu/_new  2012-04-12 09:23:29.0 +0200
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: fritzing
-Version: 0.7.1b
+Version: 0.7.3b
 Binary: fritzing
 Maintainer: Brendan Howell bren...@howell-ersatz.com
 Architecture: any
 Build-Depends: debhelper (= 7.0.12), libqtcore4, libqtgui4, libstdc++6, 
libc6, qt4-qmake, libqt4-dev, zlib1g-dev, libqt4-sql-sqlite
 Files: 
- 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.1b.source.tar.gz
+ 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.3b.source.tar.gz
  efb141873b5a828420c39eec1e79b364 915 debian.tar.gz

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