commit kdebindings-smokegen for openSUSE:Factory

2017-05-06 Thread root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2017-05-06 18:29:54

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is "kdebindings-smokegen"

Sat May  6 18:29:54 2017 rev:56 rq:492605 version:4.14.3

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2015-09-24 06:15:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2017-05-06 18:30:12.226551205 +0200
@@ -1,0 +2,7 @@
+Wed May  3 09:04:53 UTC 2017 - wba...@tmo.at
+
+- Add qscintilla-2.10.patch that adjusts FindQScintilla.cmake to
+  changes in qscintilla-2.10, the library has been renamed to
+  libqscintilla2_qt4.so
+
+---

New:

  qscintilla-2.10.patch



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.6GHYLR/_old  2017-05-06 18:30:13.074431565 +0200
+++ /var/tmp/diff_new_pack.6GHYLR/_new  2017-05-06 18:30:13.078431000 +0200
@@ -24,6 +24,8 @@
 Group:  Development/Libraries/KDE
 Url:
https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen
 Source0:smokegen-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE qscintilla-2.10.patch -- Adjust FindQScintilla.cmake to 
changes in qscintilla
+Patch:  qscintilla-2.10.patch
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem
 BuildRequires:  libQtWebKit-devel
@@ -56,6 +58,7 @@
 
 %prep
 %setup -q -n smokegen-%{version}
+%patch -p1
 
 %build
   %cmake_kde4 -d build

++ qscintilla-2.10.patch ++
>From 81fe80d42623136844ef220f843ba6e46e4fc1df Mon Sep 17 00:00:00 2001
From: Wolfgang Bauer 
Date: Wed, 3 May 2017 10:51:05 +0200
Subject: [PATCH] Adjust FindQScintilla.cmake to changes in qscintilla

The library has been renamed to libqscintilla2_qt4.so in 2.10, so
look for that too.
---
 cmake/FindQScintilla.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/FindQScintilla.cmake b/cmake/FindQScintilla.cmake
index e821640..47fad10 100644
--- a/cmake/FindQScintilla.cmake
+++ b/cmake/FindQScintilla.cmake
@@ -21,7 +21,7 @@ IF(QT4_FOUND)
 "${QT_INCLUDE_DIR}/Qsci" /usr/include /usr/include/Qsci
 )
 
-SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2 libqscintilla2)
+SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2_qt4 qscintilla2 
libqscintilla2)
 FIND_LIBRARY(QSCINTILLA_LIBRARY
 NAMES ${QSCINTILLA_NAMES}
 PATHS ${QT_LIBRARY_DIR}
-- 
2.12.0




commit kdebindings-smokegen for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2015-09-24 06:15:23

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is "kdebindings-smokegen"

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2014-11-19 20:27:49.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2015-09-24 06:15:53.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug 29 15:19:21 UTC 2015 - i...@marguerite.su
+
+- fix boo#939560: rubygem-qtbindings conflicts kdebindings-smokegen
+  in /usr/bin/smokeapi
+  * make sure kdebindings' weight always lower than qtbindings.
+
+---



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.KRFoFH/_old  2015-09-24 06:15:54.0 +0200
+++ /var/tmp/diff_new_pack.KRFoFH/_new  2015-09-24 06:15:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdebindings-smokegen
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -30,6 +30,8 @@
 BuildRequires:  libqimageblitz-devel
 BuildRequires:  sqlite-devel
 BuildRequires:  xz
+Requires(post):update-alternatives
+Requires(postun):  update-alternatives
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -67,15 +69,30 @@
 %_kde4_libdir/smokegen
 EOF
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+# update-alternatives
+mv %{buildroot}%{_bindir}/smokeapi %{buildroot}%{_bindir}/smokeapi.kdebindings
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives/
+touch %{buildroot}%{_sysconfdir}/alternatives/smokeapi
+ln -sf %{_sysconfdir}/alternatives/smokeapi %{buildroot}%{_bindir}/smokeapi
+
+%post
+/sbin/ldconfig
+/usr/sbin/update-alternatives --install \
+   %{_bindir}/smokeapi smokeapi %{_bindir}/smokeapi.kdebindings 2
+
+%postun
+/sbin/ldconfig
+if [ "$1" = 0 ] ; then
+   /usr/bin/update-alternatives --remove smokeapi 
%{_bindir}/smokeapi.kdebindings
+fi
 
 %files
 %defattr(-,root,root)
 %config %_kde4_sysconfdir/ld.so.conf.d/smoke-gen.conf
+%ghost %{_sysconfdir}/alternatives/smokeapi
 %{_kde4_bindir}/smokegen
 %{_kde4_bindir}/smokeapi
+%{_kde4_bindir}/smokeapi.kdebindings
 %{_kde4_libdir}/*.so.*
 %{_kde4_libdir}/smokegen/
 %{_datadir}/smoke/




commit kdebindings-smokegen for openSUSE:Factory

2014-11-19 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2014-11-19 20:25:04

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2014-10-16 18:11:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2014-11-19 20:27:49.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  9 20:27:47 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.3
+   * KDE 4.14.3 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.3.php
+
+---

Old:

  smokegen-4.14.2.tar.xz

New:

  smokegen-4.14.3.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.GbztEh/_old  2014-11-19 20:27:51.0 +0100
+++ /var/tmp/diff_new_pack.GbztEh/_new  2014-11-19 20:27:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.14.2
+Version:4.14.3
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.14.2.tar.xz - smokegen-4.14.3.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2014-10-16 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2014-10-16 18:11:33

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2014-09-18 07:57:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2014-10-16 18:11:46.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct 12 12:00:43 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.2
+   * KDE 4.14.2 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.2.php
+
+---

Old:

  smokegen-4.14.1.tar.xz

New:

  smokegen-4.14.2.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.7eAMb6/_old  2014-10-16 18:11:47.0 +0200
+++ /var/tmp/diff_new_pack.7eAMb6/_new  2014-10-16 18:11:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.14.1
+Version:4.14.2
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.14.1.tar.xz - smokegen-4.14.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smokegen-4.14.1/parser/parsesession.cpp 
new/smokegen-4.14.2/parser/parsesession.cpp
--- old/smokegen-4.14.1/parser/parsesession.cpp 2014-08-01 10:17:17.0 
+0200
+++ new/smokegen-4.14.2/parser/parsesession.cpp 2014-09-15 19:53:01.0 
+0200
@@ -59,7 +59,7 @@
 
 std::size_t ParseSession::size() const
 {
-  return m_contents.size() + 1;
+  return m_contents.size();
 }
 
  uint* ParseSession::contents()

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



commit kdebindings-smokegen for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2014-09-18 07:57:20

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2014-08-25 10:58:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2014-09-18 07:57:53.0 +0200
@@ -1,0 +2,7 @@
+Sat Sep 13 16:22:54 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.1
+   * KDE 4.14.1 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.1.php
+
+---
@@ -6 +13 @@
-   * See http://www.kde.org/announcements/4.13/
+   * See http://www.kde.org/announcements/4.14/

Old:

  smokegen-4.14.0.tar.xz

New:

  smokegen-4.14.1.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.k22mWR/_old  2014-09-18 07:57:54.0 +0200
+++ /var/tmp/diff_new_pack.k22mWR/_new  2014-09-18 07:57:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.14.0
+Version:4.14.1
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.14.0.tar.xz - smokegen-4.14.1.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2014-08-25 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2014-08-25 10:58:23

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2014-07-16 16:20:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2014-08-25 10:58:32.0 +0200
@@ -1,0 +2,14 @@
+Fri Aug 15 08:25:29 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.0
+   * KDE 4.14.0 SC Final Release
+   * See http://www.kde.org/announcements/4.13/
+
+---
+Thu Jul 17 16:48:04 UTC 2014 - cgiboude...@gmx.com
+
+- Update to 4.13.90
+   * KDE 4.14 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.14-beta2.php
+
+---

Old:

  smokegen-4.13.80.tar.xz

New:

  smokegen-4.14.0.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.J8K9UF/_old  2014-08-25 10:58:33.0 +0200
+++ /var/tmp/diff_new_pack.J8K9UF/_new  2014-08-25 10:58:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.13.80
+Version:4.14.0
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.13.80.tar.xz - smokegen-4.14.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smokegen-4.13.80/parser/rpp/pp-engine.cpp 
new/smokegen-4.14.0/parser/rpp/pp-engine.cpp
--- old/smokegen-4.13.80/parser/rpp/pp-engine.cpp   2013-07-10 
12:37:33.0 +0200
+++ new/smokegen-4.14.0/parser/rpp/pp-engine.cpp2014-08-01 
10:17:17.0 +0200
@@ -222,8 +222,14 @@
 } else if (input == '#') {
   skip_blanks(++input, devnull());
 
+  const int preIdentifierOffset = input.offset();
   uint directive = skip_identifier(input);
 
+  // If we have not advanced it means there was no directive, so we can
+  // just move on. It happens in lines such as #\n or # // comment.
+  if (input.offset() == preIdentifierOffset)
+  continue;
+
   skip_blanks(input, devnull());
 
   Anchor inputPosition = input.inputPosition();

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



commit kdebindings-smokegen for openSUSE:Factory

2014-07-16 Thread h_root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2014-06-19 13:15:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2014-07-16 16:20:02.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 10 22:21:01 UTC 2014 - cgiboude...@gmx.com
+
+- Update to 4.13.80
+   * KDE 4.14 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.14-beta1.php
+
+---

Old:

  smokegen-4.13.2.tar.xz

New:

  smokegen-4.13.80.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.xOCt9S/_old  2014-07-16 16:20:04.0 +0200
+++ /var/tmp/diff_new_pack.xOCt9S/_new  2014-07-16 16:20:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.13.2
+Version:4.13.80
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.13.2.tar.xz - smokegen-4.13.80.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2014-06-19 13:15:14

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2014-05-22 06:49:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2014-06-19 13:15:27.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  8 18:29:54 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.2
+   * KDE 4.13  release
+   * See http://www.kde.org/announcements/announce-4.13.2.php
+
+---

Old:

  smokegen-4.13.1.tar.xz

New:

  smokegen-4.13.2.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.idRJS2/_old  2014-06-19 13:15:28.0 +0200
+++ /var/tmp/diff_new_pack.idRJS2/_new  2014-06-19 13:15:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.13.1
+Version:4.13.2
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.13.1.tar.xz - smokegen-4.13.2.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2014-05-22 06:49:20

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2014-04-18 12:37:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2014-05-22 06:49:28.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 16:41:56 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  smokegen-4.13.0.tar.xz

New:

  smokegen-4.13.1.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.arZ67M/_old  2014-05-22 06:49:29.0 +0200
+++ /var/tmp/diff_new_pack.arZ67M/_new  2014-05-22 06:49:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.13.0.tar.xz - smokegen-4.13.1.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2014-04-18 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2014-04-18 11:35:11

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2014-03-30 08:41:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2014-04-18 12:37:14.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 11 16:45:16 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.0
+   * KDE 4.13  release
+   * See http://www.kde.org/announcements/4.13/
+
+---

Old:

  smokegen-4.12.97.tar.xz

New:

  smokegen-4.13.0.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.1jy6kg/_old  2014-04-18 12:37:16.0 +0200
+++ /var/tmp/diff_new_pack.1jy6kg/_new  2014-04-18 12:37:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.12.97
+Version:4.13.0
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.12.97.tar.xz - smokegen-4.13.0.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2014-03-30 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2014-03-30 07:51:08

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2014-03-18 16:02:19.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2014-03-30 08:41:16.0 +0200
@@ -1,0 +2,14 @@
+Thu Mar 27 17:39:02 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.97
+   * KDE 4.13 RC  release
+   * See http://www.kde.org/announcements/announce-4.13-rc.php
+
+---
+Thu Mar 20 18:05:07 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.95
+   * KDE 4.13 Beta 3  release
+   * See http://www.kde.org/announcements/announce-4.13-beta3.php
+
+---

Old:

  smokegen-4.12.90.tar.xz

New:

  smokegen-4.12.97.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.xul31C/_old  2014-03-30 08:44:58.0 +0200
+++ /var/tmp/diff_new_pack.xul31C/_new  2014-03-30 08:44:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.12.90
+Version:4.12.97
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.12.90.tar.xz - smokegen-4.12.97.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2014-03-18 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2014-03-18 16:02:07

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2014-02-20 07:55:09.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2014-03-18 16:02:19.0 +0100
@@ -1,0 +2,14 @@
+Thu Mar 13 20:09:33 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.90
+   * KDE 4.13 Beta 2  release
+   * See http://www.kde.org/announcements/announce-4.13-beta2.php
+
+---
+Fri Mar  7 09:59:32 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.80
+   * KDE 4.13 Beta 1  release
+   * See http://www.kde.org/announcements/announce-4.13-beta1.php
+
+---

Old:

  smokegen-4.12.2.tar.xz

New:

  smokegen-4.12.90.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.01BOR6/_old  2014-03-18 16:02:21.0 +0100
+++ /var/tmp/diff_new_pack.01BOR6/_new  2014-03-18 16:02:21.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.12.2
+Version:4.12.90
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.12.2.tar.xz - smokegen-4.12.90.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2014-02-19 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2014-02-20 07:54:58

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2014-01-27 11:14:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2014-02-20 07:55:09.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb  1 10:09:28 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.2
+   * KDE 4.12.2  release
+   * See http://www.kde.org/announcements/announce-4.12.2.php
+
+---

Old:

  smokegen-4.12.1.tar.xz

New:

  smokegen-4.12.2.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.vOpHbU/_old  2014-02-20 07:55:10.0 +0100
+++ /var/tmp/diff_new_pack.vOpHbU/_new  2014-02-20 07:55:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.12.1
+Version:4.12.2
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.12.1.tar.xz - smokegen-4.12.2.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2014-01-27 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2014-01-27 11:14:33

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2013-12-19 13:15:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2014-01-27 11:14:33.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan 11 15:34:40 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.1
+   * KDE 4.12.1  release
+   * See http://www.kde.org/announcements/announce-4.12.1.php
+
+---

Old:

  smokegen-4.12.0.tar.xz

New:

  smokegen-4.12.1.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.G2xS6V/_old  2014-01-27 11:14:34.0 +0100
+++ /var/tmp/diff_new_pack.G2xS6V/_new  2014-01-27 11:14:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdebindings-smokegen
 #
-# 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:   kdebindings-smokegen
-Version:4.12.0
+Version:4.12.1
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.12.0.tar.xz - smokegen-4.12.1.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2013-12-19 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2013-12-19 13:15:24

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2013-12-11 14:32:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2013-12-19 13:15:26.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec 14 18:02:15 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.12.0
+   * KDE 4.12.0  release
+   * See http://www.kde.org/announcements/4.12.php
+
+---

Old:

  smokegen-4.11.97.tar.xz

New:

  smokegen-4.12.0.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.EafLez/_old  2013-12-19 13:15:27.0 +0100
+++ /var/tmp/diff_new_pack.EafLez/_new  2013-12-19 13:15:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.11.97
+Version:4.12.0
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.11.97.tar.xz - smokegen-4.12.0.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2013-12-11 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2013-12-11 14:32:54

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2013-12-02 12:31:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2013-12-11 14:32:55.0 +0100
@@ -1,0 +2,14 @@
+Fri Nov 29 07:02:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.97
+   * KDE 4.12 RC 1 release
+   * See http://www.kde.org/announcements/announce-4.12-rc.php
+
+---
+Sat Nov 23 22:17:26 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.95
+   * KDE 4.12 Beta 3 release
+   * See http://www.kde.org/announcements/announce-4.12-beta3.php
+
+---

Old:

  smokegen-4.11.90.tar.xz

New:

  smokegen-4.11.97.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.s7xJrr/_old  2013-12-11 14:32:56.0 +0100
+++ /var/tmp/diff_new_pack.s7xJrr/_new  2013-12-11 14:32:56.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.11.90
+Version:4.11.97
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.11.90.tar.xz - smokegen-4.11.97.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2013-12-02 12:31:20

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2013-10-03 15:53:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2013-12-02 12:31:21.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:50:21 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:51:14 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:05:06 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  smokegen-4.11.2.tar.xz

New:

  smokegen-4.11.90.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.8bbu6w/_old  2013-12-02 12:31:21.0 +0100
+++ /var/tmp/diff_new_pack.8bbu6w/_new  2013-12-02 12:31:21.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.11.2.tar.xz - smokegen-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/smokegen-4.11.2/generators/smoke/writeSmokeDataFile.cpp 
new/smokegen-4.11.90/generators/smoke/writeSmokeDataFile.cpp
--- old/smokegen-4.11.2/generators/smoke/writeSmokeDataFile.cpp 2013-08-28 
19:00:50.0 +0200
+++ new/smokegen-4.11.90/generators/smoke/writeSmokeDataFile.cpp
2013-07-10 12:37:33.0 +0200
@@ -636,7 +636,7 @@
 
 int index = 0;
 QHashType*, int::const_iterator typeIt;
-if ((typeIt = typeIndex.find(enumType)) == typeIndex.end()) {
+if ((typeIt = typeIndex.constFind(enumType)) == 
typeIndex.constEnd()) {
 // this enum doesn't have an index, so we don't want it 
here
 continue;
 } else {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smokegen-4.11.2/generatorvisitor.cpp 
new/smokegen-4.11.90/generatorvisitor.cpp
--- old/smokegen-4.11.2/generatorvisitor.cpp2013-06-28 19:14:50.0 
+0200
+++ new/smokegen-4.11.90/generatorvisitor.cpp   2013-07-10 12:37:33.0 
+0200
@@ -690,7 +690,7 @@
 className.append(last);
 }
 
-QMapint, QListType  map = nc-templateArguments();
+const QMapint, QListType  map = nc-templateArguments();
 for (QMapint, QListType ::const_iterator it = map.begin(); it 
!= map.end(); it++) {
 QString str( );
 for (int i = 0; i  it.value().count(); i++) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smokegen-4.11.2/parser/rpp/pp-location.cpp 
new/smokegen-4.11.90/parser/rpp/pp-location.cpp
--- old/smokegen-4.11.2/parser/rpp/pp-location.cpp  2013-06-28 
19:14:50.0 +0200
+++ new/smokegen-4.11.90/parser/rpp/pp-location.cpp 2013-07-10 
12:37:33.0 +0200
@@ -71,7 +71,7 @@
 if (known.first == anchor  !anchor.collapsed  
known.first.macroExpansion == anchor.macroExpansion)
   return;
   }
-  m_currentOffset = m_offsetTable.insert(offset, anchor);
+  m_currentOffset = QMapstd::size_t, 
Anchor::ConstIterator(m_offsetTable.insert(offset, anchor));
 }
 
 LocationTable::AnchorInTable LocationTable::anchorForOffset(std::size_t 
offset, bool collapseIfMacroExpansion) const

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



commit kdebindings-smokegen for openSUSE:Factory

2013-10-03 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2013-10-03 15:53:26

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2013-09-09 11:06:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2013-10-03 15:53:27.0 +0200
@@ -1,0 +2,7 @@
+Sat Sep 28 15:07:20 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.2
+   * KDE 4.11.2 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.2.php
+
+---

Old:

  smokegen-4.11.1.tar.xz

New:

  smokegen-4.11.2.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.PykWdQ/_old  2013-10-03 15:53:27.0 +0200
+++ /var/tmp/diff_new_pack.PykWdQ/_new  2013-10-03 15:53:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.11.1
+Version:4.11.2
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.11.1.tar.xz - smokegen-4.11.2.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2013-09-09 11:06:36

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2013-08-16 13:39:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2013-09-09 11:06:38.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:58:12 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  smokegen-4.11.0.tar.xz

New:

  smokegen-4.11.1.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.FwlEX4/_old  2013-09-09 11:06:39.0 +0200
+++ /var/tmp/diff_new_pack.FwlEX4/_new  2013-09-09 11:06:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.11.0.tar.xz - smokegen-4.11.1.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2013-08-16 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2013-08-16 13:39:16

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2013-07-30 16:00:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2013-08-16 13:39:18.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug  8 14:59:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.0
+   * KDE 4.11 Final release
+   * See http://www.kde.org/announcements/4.11/
+
+---

Old:

  smokegen-4.10.97.tar.xz

New:

  smokegen-4.11.0.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.zT9rqu/_old  2013-08-16 13:39:18.0 +0200
+++ /var/tmp/diff_new_pack.zT9rqu/_new  2013-08-16 13:39:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.10.97
+Version:4.11.0
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.10.97.tar.xz - smokegen-4.11.0.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2013-07-30 15:58:42

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2013-07-22 17:16:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2013-07-30 16:00:13.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:39:25 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  smokegen-4.10.95.tar.xz

New:

  smokegen-4.10.97.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.d5zXHu/_old  2013-07-30 16:00:13.0 +0200
+++ /var/tmp/diff_new_pack.d5zXHu/_new  2013-07-30 16:00:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.10.95.tar.xz - smokegen-4.10.97.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2013-07-22 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2013-07-22 17:14:33

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2013-07-08 07:34:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2013-07-22 17:16:11.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 15 08:12:55 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 4.10.95
+ * KDE 4.11 RC 1 release
+ * See http://www.kde.org/announcements/announce-4.11-rc1.php
+
+---

Old:

  smokegen-4.10.90.tar.xz

New:

  smokegen-4.10.95.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.RTWpgh/_old  2013-07-22 17:16:12.0 +0200
+++ /var/tmp/diff_new_pack.RTWpgh/_new  2013-07-22 17:16:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.10.90
+Version:4.10.95
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.10.90.tar.xz - smokegen-4.10.95.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2013-07-08 07:34:06

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2013-06-11 09:31:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2013-07-08 07:34:07.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:10:42 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:13:56 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  smokegen-4.10.4.tar.xz

New:

  smokegen-4.10.90.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.33zQnI/_old  2013-07-08 07:34:07.0 +0200
+++ /var/tmp/diff_new_pack.33zQnI/_new  2013-07-08 07:34:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.10.4
+Version:4.10.90
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.10.4.tar.xz - smokegen-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smokegen-4.10.4/cmake/SmokeConfig.cmake.in 
new/smokegen-4.10.90/cmake/SmokeConfig.cmake.in
--- old/smokegen-4.10.4/cmake/SmokeConfig.cmake.in  2013-05-28 
20:42:27.0 +0200
+++ new/smokegen-4.10.90/cmake/SmokeConfig.cmake.in 2013-06-10 
20:51:33.0 +0200
@@ -34,7 +34,7 @@
 
 ##
 # find individual smoke libs #
-##Smoke_FIND_REQUIRED
+##
 
 macro (find_smoke_component name)
 string(TOUPPER ${name} uppercase)
@@ -45,21 +45,12 @@
 
 find_path(SMOKE_${uppercase}_INCLUDE_DIR 
 ${lowercase}_smoke.h 
-PATH ${SMOKE_INCLUDE_DIR}
-NO_DEFAULT_PATH
-)
-if(WIN32)
-   # DLLs are in the bin directory.
-find_library(SMOKE_${uppercase}_LIBRARY
-smoke${lowercase}
-PATHS @CMAKE_INSTALL_PREFIX@/bin
-NO_DEFAULT_PATH)
-else(WIN32)
-find_library(SMOKE_${uppercase}_LIBRARY
-smoke${lowercase}
-PATHS @SMOKE_LIBRARY_PREFIX@
-NO_DEFAULT_PATH)
-endif(WIN32)
+HINTS ${SMOKE_INCLUDE_DIR}
+   PATH_SUFFIXES smoke)
+
+find_library(SMOKE_${uppercase}_LIBRARY
+smoke${lowercase}
+   HINTS @SMOKE_LIBRARY_PREFIX@)
 
 if (NOT SMOKE_${uppercase}_INCLUDE_DIR OR NOT 
SMOKE_${uppercase}_LIBRARY)
 if (Smoke_FIND_REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smokegen-4.10.4/generators/smoke/CMakeLists.txt 
new/smokegen-4.10.90/generators/smoke/CMakeLists.txt
--- old/smokegen-4.10.4/generators/smoke/CMakeLists.txt 2013-05-28 
20:42:27.0 +0200
+++ new/smokegen-4.10.90/generators/smoke/CMakeLists.txt2013-06-10 
20:51:33.0 +0200
@@ -7,7 +7,7 @@
 helpers.cpp)
 
 add_library(generator_smoke MODULE ${generator_smoke_SRC})
-target_link_libraries(generator_smoke ${QT_QTCORE_LIBRARY} ${QT_QTXML_LIBRARY} 
smokegen)
+target_link_libraries(generator_smoke smokebase ${QT_QTCORE_LIBRARY} 
${QT_QTXML_LIBRARY} smokegen)
 set_target_properties(generator_smoke PROPERTIES PREFIX )
 
 if (WIN32)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smokegen-4.10.4/generators/smoke/generator_smoke.cpp 
new/smokegen-4.10.90/generators/smoke/generator_smoke.cpp
--- old/smokegen-4.10.4/generators/smoke/generator_smoke.cpp2013-05-28 
20:42:27.0 +0200
+++ new/smokegen-4.10.90/generators/smoke/generator_smoke.cpp   2013-06-10 
20:51:33.0 +0200
@@ -41,6 +41,7 @@
 int Options::parts = 20;
 QString Options::module = qt;
 QStringList Options::parentModules;
+QDir Options::libDir;
 QStringList Options::scalarTypes;
 QStringList Options::voidpTypes;
 bool Options::qtMode = false;
@@ -56,7 +57,8 @@
 -p parts (default: 20)  std::endl 
 -pm comma-seperated list of parent modules  std::endl 
 -st 

commit kdebindings-smokegen for openSUSE:Factory

2013-06-11 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2013-06-11 06:12:17

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2013-05-16 16:49:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2013-06-11 09:31:23.0 +0200
@@ -1,0 +2,8 @@
+Sat Jun  1 09:22:42 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.4
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.4.php
+   * resolves bnc#8122760
+
+---

Old:

  smokegen-4.10.3.tar.xz

New:

  smokegen-4.10.4.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.g6X8AO/_old  2013-06-11 09:31:24.0 +0200
+++ /var/tmp/diff_new_pack.g6X8AO/_new  2013-06-11 09:31:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.10.3
+Version:4.10.4
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.10.3.tar.xz - smokegen-4.10.4.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2013-05-16 16:48:54

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2013-04-14 10:15:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2013-05-16 16:49:02.0 +0200
@@ -1,0 +2,8 @@
+Sat May  4 16:53:15 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---

Old:

  smokegen-4.10.2.tar.xz

New:

  smokegen-4.10.3.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.3KePFw/_old  2013-05-16 16:49:03.0 +0200
+++ /var/tmp/diff_new_pack.3KePFw/_new  2013-05-16 16:49:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.10.2
+Version:4.10.3
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.10.2.tar.xz - smokegen-4.10.3.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2013-04-14 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2013-04-14 10:15:54

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2013-03-14 11:28:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2013-04-14 10:15:55.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr  1 19:12:17 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---

Old:

  smokegen-4.10.1.tar.xz

New:

  smokegen-4.10.2.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.Sv15kl/_old  2013-04-14 10:15:56.0 +0200
+++ /var/tmp/diff_new_pack.Sv15kl/_new  2013-04-14 10:15:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.10.1
+Version:4.10.2
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.10.1.tar.xz - smokegen-4.10.2.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2013-03-14 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2013-03-14 11:28:38

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2013-02-04 20:30:08.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2013-03-14 11:28:40.0 +0100
@@ -1,0 +2,7 @@
+Sat Mar  2 15:35:03 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---

Old:

  smokegen-4.10.0.tar.xz

New:

  smokegen-4.10.1.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.iflDx9/_old  2013-03-14 11:28:41.0 +0100
+++ /var/tmp/diff_new_pack.iflDx9/_new  2013-03-14 11:28:41.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.10.0
+Version:4.10.1
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.10.0.tar.xz - smokegen-4.10.1.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2013-02-04 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2013-02-04 20:29:51

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2013-01-19 16:37:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2013-02-04 20:30:08.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 31 17:45:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---

Old:

  smokegen-4.9.98.tar.xz

New:

  smokegen-4.10.0.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.J7Zjxb/_old  2013-02-04 20:30:09.0 +0100
+++ /var/tmp/diff_new_pack.J7Zjxb/_new  2013-02-04 20:30:09.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.9.98
+Version:4.10.0
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

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



commit kdebindings-smokegen for openSUSE:Factory

2013-01-19 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2013-01-19 16:37:27

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2013-01-07 11:01:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2013-01-19 16:37:30.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 17 08:03:26 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---

Old:

  smokegen-4.9.97.tar.xz

New:

  smokegen-4.9.98.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.sNEJAQ/_old  2013-01-19 16:37:31.0 +0100
+++ /var/tmp/diff_new_pack.sNEJAQ/_new  2013-01-19 16:37:31.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.9.97
+Version:4.9.98
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

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



commit kdebindings-smokegen for openSUSE:Factory

2013-01-07 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2013-01-07 11:01:27

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2012-12-21 09:15:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2013-01-07 11:01:30.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan  3 21:07:42 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---

Old:

  smokegen-4.9.95.tar.xz

New:

  smokegen-4.9.97.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.9J3ii3/_old  2013-01-07 11:01:32.0 +0100
+++ /var/tmp/diff_new_pack.9J3ii3/_new  2013-01-07 11:01:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdebindings-smokegen
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.9.95
+Version:4.9.97
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

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



commit kdebindings-smokegen for openSUSE:Factory

2012-12-21 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2012-12-21 09:15:43

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2012-12-07 14:22:13.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2012-12-21 09:15:44.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec 19 18:35:46 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---

Old:

  smokegen-4.9.90.tar.xz

New:

  smokegen-4.9.95.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.MwJcIP/_old  2012-12-21 09:15:46.0 +0100
+++ /var/tmp/diff_new_pack.MwJcIP/_new  2012-12-21 09:15:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.9.90
+Version:4.9.95
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

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



commit kdebindings-smokegen for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2012-12-07 14:22:11

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2012-11-08 07:43:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2012-12-07 14:22:13.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec  1 20:01:42 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 12:50:01 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php
+
+---
@@ -5 +17 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +23 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  smokegen-4.9.3.tar.xz

New:

  smokegen-4.9.90.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.ZAvQWn/_old  2012-12-07 14:22:14.0 +0100
+++ /var/tmp/diff_new_pack.ZAvQWn/_new  2012-12-07 14:22:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.9.3
+Version:4.9.90
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0
@@ -61,7 +61,7 @@
 
 %install
   cd build
-%make_install
+  %kde4_makeinstall
   mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d/
 cat EOF %{buildroot}%{_sysconfdir}/ld.so.conf.d/smoke-gen.conf
 %_kde4_libdir/smokegen

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



commit kdebindings-smokegen for openSUSE:Factory

2012-11-07 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2012-11-08 07:42:58

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2012-10-07 19:07:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2012-11-08 07:43:04.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  2 16:47:15 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.3
+  * see http://kde.org/announcements/4.9.3/ for details
+
+---

Old:

  smokegen-4.9.2.tar.xz

New:

  smokegen-4.9.3.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.7fS5VW/_old  2012-11-08 07:43:05.0 +0100
+++ /var/tmp/diff_new_pack.7fS5VW/_new  2012-11-08 07:43:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.9.2
+Version:4.9.3
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

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



commit kdebindings-smokegen for openSUSE:Factory

2012-10-07 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2012-10-07 19:07:52

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2012-09-11 07:56:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2012-10-07 19:07:54.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 29 09:55:40 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.2
+  * see http://kde.org/announcements/4.9.2/ for details
+
+---

Old:

  smokegen-4.9.1.tar.xz

New:

  smokegen-4.9.2.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.AqWCeB/_old  2012-10-07 19:07:55.0 +0200
+++ /var/tmp/diff_new_pack.AqWCeB/_new  2012-10-07 19:07:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.9.1
+Version:4.9.2
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

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



commit kdebindings-smokegen for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2012-09-11 07:56:14

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2012-08-07 21:29:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2012-09-11 07:56:27.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:16:28 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  correct_naming.patch
  smokegen-4.8.5.tar.xz

New:

  smokegen-4.9.1.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.Y5xGEi/_old  2012-09-11 07:56:31.0 +0200
+++ /var/tmp/diff_new_pack.Y5xGEi/_new  2012-09-11 07:56:31.0 +0200
@@ -17,14 +17,13 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0
 Group:  Development/Libraries/KDE
 Url:
https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen
 Source0:smokegen-%{version}.tar.xz
-Patch0: correct_naming.patch
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem
 BuildRequires:  libQtWebKit-devel
@@ -55,7 +54,6 @@
 
 %prep
 %setup -q -n smokegen-%{version}
-%patch0 -p0
 
 %build
   %cmake_kde4 -d build

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



commit kdebindings-smokegen for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2012-08-07 21:29:33

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2012-06-12 21:42:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2012-08-07 21:29:54.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 17:01:40 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---

Old:

  smokegen-4.8.4.tar.xz

New:

  smokegen-4.8.5.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.jNggS9/_old  2012-08-07 21:29:59.0 +0200
+++ /var/tmp/diff_new_pack.jNggS9/_new  2012-08-07 21:29:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

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



commit kdebindings-smokegen for openSUSE:Factory

2012-06-12 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2012-06-12 21:41:58

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2012-05-09 18:30:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2012-06-12 21:42:51.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun  1 14:03:09 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.4
+  * see http://kde.org/announcements/changelogs/changelog4_8_3to4_8_4.php for 
details
+
+---

Old:

  smokegen-4.8.3.tar.xz

New:

  smokegen-4.8.4.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.VobnK0/_old  2012-06-12 21:42:52.0 +0200
+++ /var/tmp/diff_new_pack.VobnK0/_new  2012-06-12 21:42:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.8.3
+Version:4.8.4
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

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



commit kdebindings-smokegen for openSUSE:Factory

2012-05-09 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2012-05-09 18:11:56

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2012-04-12 09:31:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2012-05-09 18:30:44.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 29 20:54:11 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.3
+  * see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for 
details
+
+---

Old:

  smokegen-4.8.2.tar.xz

New:

  smokegen-4.8.3.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.eEhZIg/_old  2012-05-09 18:30:45.0 +0200
+++ /var/tmp/diff_new_pack.eEhZIg/_new  2012-05-09 18:30:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.8.2
+Version:4.8.3
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

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



commit kdebindings-smokegen for openSUSE:Factory

2012-04-12 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2012-04-12 09:30:56

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2012-03-12 20:15:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2012-04-12 09:31:09.0 +0200
@@ -1,0 +2,6 @@
+Fri Mar 30 01:24:03 CEST 2012 - dmuel...@suse.de
+
+- update to 4.8.2
+  * see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for 
details
+
+---

Old:

  smokegen-4.8.1.tar.bz2

New:

  smokegen-4.8.2.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.Q1mx7c/_old  2012-04-12 09:31:12.0 +0200
+++ /var/tmp/diff_new_pack.Q1mx7c/_new  2012-04-12 09:31:12.0 +0200
@@ -17,19 +17,20 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.8.1
+Version:4.8.2
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0
 Group:  Development/Libraries/KDE
 Url:
https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen
-Source0:smokegen-%{version}.tar.bz2
+Source0:smokegen-%{version}.tar.xz
 Patch0: correct_naming.patch
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem
 BuildRequires:  libQtWebKit-devel
 BuildRequires:  libqimageblitz-devel
 BuildRequires:  sqlite-devel
+BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit kdebindings-smokegen for openSUSE:Factory

2012-03-12 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2012-03-12 20:15:01

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2012-01-27 15:20:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2012-03-12 20:15:07.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:27:32 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  smokegen-4.8.0.tar.bz2

New:

  smokegen-4.8.1.tar.bz2



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.7vXYky/_old  2012-03-12 20:15:08.0 +0100
+++ /var/tmp/diff_new_pack.7vXYky/_new  2012-03-12 20:15:08.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kdebindings-smokegen
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.8.0.tar.bz2 - smokegen-4.8.1.tar.bz2 ++

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



commit kdebindings-smokegen for openSUSE:Factory

2012-01-27 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2012-01-27 15:18:48

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2011-12-08 11:51:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2012-01-27 15:20:26.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan 18 21:01:11 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.0
+  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
+  * see http://kde.org/announcements/4.8/ for details
+  
+
+---
+Tue Jan 10 16:35:39 CET 2012 - dmuel...@suse.de
+
+- update to 4.7.98
+  * RC2+ milestone release of KDE 4.8
+  *  see http://kde.org/announcements/4.8/ for details
+  
+
+---

Old:

  smokegen-4.7.4.tar.bz2
  smokegen-segfault.patch

New:

  smokegen-4.8.0.tar.bz2



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.qbVAhT/_old  2012-01-27 15:20:27.0 +0100
+++ /var/tmp/diff_new_pack.qbVAhT/_new  2012-01-27 15:20:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdebindings-smokegen
 #
-# 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,7 +16,7 @@
 #
 
 Name:   kdebindings-smokegen
-Version:4.7.4
+Version:4.8.0
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0
@@ -24,7 +24,6 @@
 Url:
https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen
 Source0:smokegen-%{version}.tar.bz2
 Patch0: correct_naming.patch
-Patch1: smokegen-segfault.patch
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem
 BuildRequires:  libQtWebKit-devel
@@ -39,6 +38,7 @@
 
 %package  -n libsmokegen-devel
 Summary:Development files for kdebindings-smokegen
+Group:  Development/Libraries/KDE
 Obsoletes:  libsmoke-devel  %{version}
 Provides:   libsmoke-devel = %{version}
 Requires:   %{name} = %{version}
@@ -54,7 +54,6 @@
 %prep
 %setup -q -n smokegen-%{version}
 %patch0 -p0
-%patch1
 
 %build
   %cmake_kde4 -d build

++ smokegen-4.7.4.tar.bz2 - smokegen-4.8.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smokegen-4.7.4/AUTHORS new/smokegen-4.8.0/AUTHORS
--- old/smokegen-4.7.4/AUTHORS  2011-08-22 15:23:15.0 +0200
+++ new/smokegen-4.8.0/AUTHORS  2011-07-27 20:36:46.0 +0200
@@ -1,2 +0,0 @@
-Arno Rehn arno at arnorehn.de - author
-Richard Dale richard.j.dale at gmail.com - maintainer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smokegen-4.7.4/CMakeLists.txt 
new/smokegen-4.8.0/CMakeLists.txt
--- old/smokegen-4.7.4/CMakeLists.txt   2011-08-22 15:23:15.0 +0200
+++ new/smokegen-4.8.0/CMakeLists.txt   2011-12-20 20:10:56.0 +0100
@@ -42,7 +42,13 @@
 target_link_libraries(smokegen ${QT_QTCORE_LIBRARY} ${QT_QTXML_LIBRARY} 
cppparser)
 set_target_properties(smokegen PROPERTIES COMPILE_DEFINITIONS 
__GENERATOR_BUILDING ENABLE_EXPORTS TRUE)
 
-install(TARGETS smokegen DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
+install(TARGETS smokegen LIBRARY DESTINATION ${LIB_INSTALL_DIR}
+ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
+RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
+if (WIN32)
+# Get rid of the lib prefix on archives/DLLs in Windows.
+set_target_properties(smokegen PROPERTIES PREFIX  IMPORT_PREFIX )
+endif (WIN32)
 install(FILES generatorenvironment.h  generator_export.h  
generatorpreprocessor.h  generatorvisitor.h  name_compiler.h  options.h  
type_compiler.h  type.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include/smokegen)
 install( FILES  smoke.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include )
 install( FILES smokegen_string.h DESTINATION 
${CMAKE_INSTALL_PREFIX}/share/smokegen RENAME string.h )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smokegen-4.7.4/cmake/CMakeLists.txt 
new/smokegen-4.8.0/cmake/CMakeLists.txt
--- old/smokegen-4.7.4/cmake/CMakeLists.txt 2011-05-20 22:33:31.0 
+0200
+++ new/smokegen-4.8.0/cmake/CMakeLists.txt 

commit kdebindings-smokegen for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2011-12-08 11:49:57

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2011-12-01 12:24:13.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2011-12-08 11:51:21.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 11:30:15 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 02:03:18 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+---

Old:

  smokegen-4.7.3.tar.bz2

New:

  smokegen-4.7.4.tar.bz2



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.SjWMMm/_old  2011-12-08 11:51:32.0 +0100
+++ /var/tmp/diff_new_pack.SjWMMm/_new  2011-12-08 11:51:32.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kdebindings-smokegen
-Version:4.7.3
-Release:1
-License:GPL v2.0
+Version:4.7.4
+Release:0
 Summary:Smoke Generator for kdebindings
-Url:
https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen
+License:GPL-2.0
 Group:  Development/Libraries/KDE
+Url:
https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen
 Source0:smokegen-%{version}.tar.bz2
 Patch0: correct_naming.patch
 Patch1: smokegen-segfault.patch
@@ -40,9 +38,7 @@
 It is currently used for generating the various KDE SMOKE libraries.
 
 %package  -n libsmokegen-devel
-License:GPL v2.0
 Summary:Development files for kdebindings-smokegen
-Group:  Development/Libraries/KDE
 Obsoletes:  libsmoke-devel  %{version}
 Provides:   libsmoke-devel = %{version}
 Requires:   %{name} = %{version}

++ smokegen-4.7.3.tar.bz2 - smokegen-4.7.4.tar.bz2 ++

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



commit kdebindings-smokegen for openSUSE:Factory

2011-12-01 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2011-12-01 12:24:12

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2011-11-16 17:18:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2011-12-01 12:24:13.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 30 00:45:20 CET 2011 - r...@suse.de
+
+- work around segfault when building kdebindings-smokekde 
+
+---

New:

  smokegen-segfault.patch



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.AlCcQl/_old  2011-12-01 12:24:14.0 +0100
+++ /var/tmp/diff_new_pack.AlCcQl/_new  2011-12-01 12:24:14.0 +0100
@@ -26,6 +26,7 @@
 Group:  Development/Libraries/KDE
 Source0:smokegen-%{version}.tar.bz2
 Patch0: correct_naming.patch
+Patch1: smokegen-segfault.patch
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem
 BuildRequires:  libQtWebKit-devel
@@ -57,6 +58,7 @@
 %prep
 %setup -q -n smokegen-%{version}
 %patch0 -p0
+%patch1
 
 %build
   %cmake_kde4 -d build

++ smokegen-segfault.patch ++
--- type_compiler.cpp
+++ type_compiler.cpp
@@ -191,12 +191,14 @@
 
 void TypeCompiler::visitPtrOperator(PtrOperatorAST* node)
 {
+if (token_text(m_session-token_stream-kind(node-op))) {
 if (token_text(m_session-token_stream-kind(node-op))[0] == '*') {
 QPairbool, bool cv = m_visitor-parseCv(node-cv);
 pointerDepth.append(cv.first);
 } else if (token_text(m_session-token_stream-kind(node-op))[0] == '') {
 isRef = true;
 }
+}
 }
 
 void TypeCompiler::visitSimpleTypeSpecifier(SimpleTypeSpecifierAST *node)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdebindings-smokegen for openSUSE:Factory

2011-11-16 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2011-11-16 17:18:16

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2011-10-06 16:19:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2011-11-16 17:18:44.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov  2 20:36:00 CET 2011 - dmuel...@suse.de
+
+- update to 4.7.3
+  * see http://kde.org/announcements/changelogs/changelog4_7_2to4_7_3.php for 
details
+
+---

Old:

  smokegen-4.7.2.tar.bz2

New:

  smokegen-4.7.3.tar.bz2



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.CeTDP4/_old  2011-11-16 17:18:47.0 +0100
+++ /var/tmp/diff_new_pack.CeTDP4/_new  2011-11-16 17:18:47.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.7.2
+Version:4.7.3
 Release:1
 License:GPL v2.0
 Summary:Smoke Generator for kdebindings

++ smokegen-4.7.2.tar.bz2 - smokegen-4.7.3.tar.bz2 ++

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



commit kdebindings-smokegen for openSUSE:Factory

2011-10-06 Thread h_root

Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory
checked in at Thu Oct 6 16:19:17 CEST 2011.




--- openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes  
2011-09-23 02:06:05.0 +0200
+++ kdebindings-smokegen/kdebindings-smokegen.changes   2011-10-02 
17:45:30.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct  2 17:45:21 CEST 2011 - dmuel...@suse.de
+
+- update to 4.7.2
+  * see http://kde.org/announcements/changelogs/changelog4_7_1to4_7_2.php for 
details
+
+---

calling whatdependson for head-i586


Old:

  smokegen-4.7.1.tar.bz2

New:

  smokegen-4.7.2.tar.bz2



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.TzXhm3/_old  2011-10-06 16:19:08.0 +0200
+++ /var/tmp/diff_new_pack.TzXhm3/_new  2011-10-06 16:19:08.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.7.1
+Version:4.7.2
 Release:1
 License:GPL v2.0
 Summary:Smoke Generator for kdebindings

++ smokegen-4.7.1.tar.bz2 - smokegen-4.7.2.tar.bz2 ++

continue with q...



Remember to have fun...

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



commit kdebindings-smokegen for openSUSE:Factory

2011-09-09 Thread h_root

Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory
checked in at Fri Sep 9 13:19:57 CEST 2011.




--- kdebindings-smokegen/kdebindings-smokegen.changes   2011-08-26 
16:16:39.0 +0200
+++ 
/mounts/work_src_done/STABLE/kdebindings-smokegen/kdebindings-smokegen.changes  
2011-09-07 14:16:32.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep  1 23:32:40 CEST 2011 - dmuel...@suse.de
+
+- update to 4.7.1
+  * Bugfixes over KDE 4.7.0
+  *  see http://kde.org/announcements/changelogs/changelog4_7_0to4_7_1.php for 
details
+
+---

calling whatdependson for head-i586


Old:

  smokegen-4.7.0.tar.bz2

New:

  smokegen-4.7.1.tar.bz2



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.nbBgCl/_old  2011-09-09 13:19:52.0 +0200
+++ /var/tmp/diff_new_pack.nbBgCl/_new  2011-09-09 13:19:52.0 +0200
@@ -18,9 +18,9 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.7.0
-Release:3
-License:GPL-2.0
+Version:4.7.1
+Release:1
+License:GPL v2.0
 Summary:Smoke Generator for kdebindings
 Url:
https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen
 Group:  Development/Libraries/KDE
@@ -39,8 +39,9 @@
 It is currently used for generating the various KDE SMOKE libraries.
 
 %package  -n libsmokegen-devel
-
+License:GPL v2.0
 Summary:Development files for kdebindings-smokegen
+Group:  Development/Libraries/KDE
 Obsoletes:  libsmoke-devel  %{version}
 Provides:   libsmoke-devel = %{version}
 Requires:   %{name} = %{version}
@@ -81,6 +82,7 @@
 %{_kde4_libdir}/*.so.*
 %{_kde4_libdir}/smokegen/
 %{_datadir}/smoke/
+%{_datadir}/smokegen/
 
 %files -n libsmokegen-devel
 %defattr(-,root,root)

++ smokegen-4.7.0.tar.bz2 - smokegen-4.7.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smokegen-4.7.0/AUTHORS new/smokegen-4.7.1/AUTHORS
--- old/smokegen-4.7.0/AUTHORS  1970-01-01 01:00:00.0 +0100
+++ new/smokegen-4.7.1/AUTHORS  2011-08-22 15:23:15.0 +0200
@@ -0,0 +1,2 @@
+Arno Rehn arno at arnorehn.de - author
+Richard Dale richard.j.dale at gmail.com - maintainer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smokegen-4.7.0/CMakeLists.txt 
new/smokegen-4.7.1/CMakeLists.txt
--- old/smokegen-4.7.0/CMakeLists.txt   2011-05-20 22:33:31.0 +0200
+++ new/smokegen-4.7.1/CMakeLists.txt   2011-08-22 15:23:15.0 +0200
@@ -45,6 +45,7 @@
 install(TARGETS smokegen DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
 install(FILES generatorenvironment.h  generator_export.h  
generatorpreprocessor.h  generatorvisitor.h  name_compiler.h  options.h  
type_compiler.h  type.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include/smokegen)
 install( FILES  smoke.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include )
+install( FILES smokegen_string.h DESTINATION 
${CMAKE_INSTALL_PREFIX}/share/smokegen RENAME string.h )
 
 add_subdirectory(cmake)
 add_subdirectory(generators)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smokegen-4.7.0/generatorpreprocessor.cpp 
new/smokegen-4.7.1/generatorpreprocessor.cpp
--- old/smokegen-4.7.0/generatorpreprocessor.cpp2011-05-20 
22:33:31.0 +0200
+++ new/smokegen-4.7.1/generatorpreprocessor.cpp2011-08-22 
15:23:15.0 +0200
@@ -22,6 +22,8 @@
 #include rpp/pp-environment.h
 #include rpp/pp-macro.h
 
+#include QCoreApplication
+
 #include QtDebug
 
 QListQString parsedHeaders;
@@ -100,6 +102,32 @@
 exportMacro-variadics = false;
 m_topBlock-setMacro(exportMacro);
 
+// the following macros are gcc specialties
+exportMacro = new rpp::pp_macro;
+exportMacro-name = IndexedString(__extension__);
+exportMacro-function_like = false;
+exportMacro-variadics = false;
+m_topBlock-setMacro(exportMacro);
+
+exportMacro = new rpp::pp_macro;
+exportMacro-name = IndexedString(__restrict);
+exportMacro-function_like = false;
+exportMacro-variadics = false;
+m_topBlock-setMacro(exportMacro);
+
+exportMacro = new rpp::pp_macro;
+exportMacro-name = IndexedString(__const);
+exportMacro-definition.append(IndexedString(const));
+exportMacro-function_like = false;
+exportMacro-variadics = false;
+m_topBlock-setMacro(exportMacro);
+
+exportMacro = new rpp::pp_macro;
+exportMacro-name = IndexedString(__attribute__);
+exportMacro-function_like = true;
+exportMacro-variadics = false;
+m_topBlock-setMacro(exportMacro);
+
 exportMacro = new rpp::pp_macro;
 exportMacro-name = IndexedString(__SMOKEGEN_RUN__);
 exportMacro-definition.append(IndexedString('1'));
@@ -181,7 

commit kdebindings-smokegen for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory
checked in at Mon Aug 29 15:23:51 CEST 2011.




--- kdebindings-smokegen/kdebindings-smokegen.changes   2011-07-22 
20:31:32.0 +0200
+++ 
/mounts/work_src_done/STABLE/kdebindings-smokegen/kdebindings-smokegen.changes  
2011-08-26 16:16:39.0 +0200
@@ -1,0 +2,16 @@
+Fri Aug 26 14:16:18 UTC 2011 - idon...@novell.com
+
+ - Set license to GPL-2.0 per discussion in bnc #714407  
+
+---
+Sun Aug 21 12:50:58 UTC 2011 - idon...@novell.com
+
+- Add obsoletes/provides for libsmoke-devel 
+
+---
+Wed Aug 10 21:18:03 UTC 2011 - toddrme2...@gmail.com
+
+- Split devel package (fix for RPMLINT warning)
+- Cleaned up spec file formatting
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.zmZiY4/_old  2011-08-29 15:22:58.0 +0200
+++ /var/tmp/diff_new_pack.zmZiY4/_new  2011-08-29 15:22:58.0 +0200
@@ -15,30 +15,46 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   kdebindings-smokegen
-BuildRequires:  cmake kde4-filesystem
-BuildRequires:  libQtWebKit-devel libqimageblitz-devel sqlite-devel
-License:LGPL v2.1 or later
-Group:  Development/Libraries/KDE
+Version:4.7.0
+Release:3
+License:GPL-2.0
 Summary:Smoke Generator for kdebindings
 Url:
https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen
-Version:4.7.0
-Release:1
-Source0:smokegen-%version.tar.bz2
+Group:  Development/Libraries/KDE
+Source0:smokegen-%{version}.tar.bz2
 Patch0: correct_naming.patch
+BuildRequires:  cmake
+BuildRequires:  kde4-filesystem
+BuildRequires:  libQtWebKit-devel
+BuildRequires:  libqimageblitz-devel
+BuildRequires:  sqlite-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Obsoletes:  kdebindings-smokegen  %{version}
 
 %description
 A general purpose C++ parser with a plugin infrastructure enabling 
 'generators' to be written, which can do various things with the C++ AST. 
 It is currently used for generating the various KDE SMOKE libraries.
  
+%package  -n libsmokegen-devel
+
+Summary:Development files for kdebindings-smokegen
+Obsoletes:  libsmoke-devel  %{version}
+Provides:   libsmoke-devel = %{version}
+Requires:   %{name} = %{version}
+
+%description -n libsmokegen-devel
+A general purpose C++ parser with a plugin infrastructure enabling
+'generators' to be written, which can do various things with the C++ AST.
+It is currently used for generating the various KDE SMOKE libraries.
+
+This package provides development files and headers needed to compile
+packages against kdebindings-smokegen
+
 %prep
-%setup -q -n smokegen-%version
+%setup -q -n smokegen-%{version}
 %patch0 -p0
 
 %build
@@ -47,9 +63,9 @@
 
 %install
   cd build
-  %makeinstall
-  mkdir -p %{buildroot}/etc/ld.so.conf.d/
-cat EOF %{buildroot}/etc/ld.so.conf.d/smoke-gen.conf
+%make_install
+  mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d/
+cat EOF %{buildroot}%{_sysconfdir}/ld.so.conf.d/smoke-gen.conf
 %_kde4_libdir/smokegen
 EOF
 
@@ -60,12 +76,16 @@
 %files
 %defattr(-,root,root)
 %config %_kde4_sysconfdir/ld.so.conf.d/smoke-gen.conf
-%_kde4_bindir/smokegen
-%_kde4_bindir/smokeapi
-%_kde4_libdir/lib*
-%_kde4_libdir/smokegen/
-/usr/include/smoke.h
-/usr/include/smokegen/
-/usr/share/smoke/
+%{_kde4_bindir}/smokegen
+%{_kde4_bindir}/smokeapi
+%{_kde4_libdir}/*.so.*
+%{_kde4_libdir}/smokegen/
+%{_datadir}/smoke/
+
+%files -n libsmokegen-devel
+%defattr(-,root,root)
+%{_kde4_libdir}/*.so
+%{_includedir}/smoke.h
+%{_includedir}/smokegen/
 
 %changelog






Remember to have fun...

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