commit libqtweetlib for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package libqtweetlib for openSUSE:Factory 
checked in at 2012-11-28 11:05:01

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


Package is libqtweetlib, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libqtweetlib/libqtweetlib.changes
2012-03-20 11:30:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqtweetlib.new/libqtweetlib.changes   
2012-11-28 11:05:02.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---



Other differences:
--
++ libqtweetlib.spec ++
--- /var/tmp/diff_new_pack.2QGfKm/_old  2012-11-28 11:05:03.0 +0100
+++ /var/tmp/diff_new_pack.2QGfKm/_new  2012-11-28 11:05:03.0 +0100
@@ -51,8 +51,8 @@
 %package devel
 Summary:C++ Qt Twitter library
 Group:  Development/Libraries/C and C++
-Requires:   libqtweetlib%{soname} = %{version}
 Requires:   libqt4-devel
+Requires:   libqtweetlib%{soname} = %{version}
 
 %description devel
 C++ Qt based Twitter library.
@@ -79,7 +79,7 @@
 make %{?_smp_mflags} VERBOSE=1
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install
 
 %clean
 %__rm -rf %{buildroot}

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



commit libqtweetlib for openSUSE:Factory

2012-03-20 Thread h_root
Hello community,

here is the log from the commit of package libqtweetlib for openSUSE:Factory 
checked in at 2012-03-20 11:28:52

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


Package is libqtweetlib, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libqtweetlib/libqtweetlib.changes
2012-02-24 06:53:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqtweetlib.new/libqtweetlib.changes   
2012-03-20 11:30:15.0 +0100
@@ -1,0 +2,6 @@
+Sat Mar 17 17:37:01 UTC 2012 - d...@dominik-schmidt.de
+
+- Version bump to 0.5
+  * Fix leading zeros in OAuth pins being cut off
+
+---

Old:

  QTweetLib-0.4.tar.gz

New:

  QTweetLib-0.5.tar.gz



Other differences:
--
++ libqtweetlib.spec ++
--- /var/tmp/diff_new_pack.ROjITD/_old  2012-03-20 11:30:16.0 +0100
+++ /var/tmp/diff_new_pack.ROjITD/_new  2012-03-20 11:30:16.0 +0100
@@ -17,10 +17,10 @@
 
 
 %define _libname libQTweetLib
-%define soname 0
+%define soname 1_0
 
 Name:   libqtweetlib
-Version:0.4
+Version:0.5
 Release:0
 Source0:QTweetLib-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ QTweetLib-0.4.tar.gz - QTweetLib-0.5.tar.gz ++
 45264 lines of diff (skipped)

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



commit libqtweetlib for openSUSE:Factory

2012-02-23 Thread h_root
Hello community,

here is the log from the commit of package libqtweetlib for openSUSE:Factory 
checked in at 2012-02-24 06:53:03

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


Package is libqtweetlib, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libqtweetlib/libqtweetlib.changes
2012-01-27 15:22:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqtweetlib.new/libqtweetlib.changes   
2012-02-24 06:53:06.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 23 23:02:43 UTC 2012 - d...@dominik-schmidt.de
+
+- Version bump to 0.4
+  * Fix lib not working with Qt 4.8
+
+---

Old:

  QTweetLib-0.3.0.tar.bz2

New:

  QTweetLib-0.4.tar.gz



Other differences:
--
++ libqtweetlib.spec ++
--- /var/tmp/diff_new_pack.ThI18T/_old  2012-02-24 06:53:07.0 +0100
+++ /var/tmp/diff_new_pack.ThI18T/_new  2012-02-24 06:53:07.0 +0100
@@ -20,18 +20,20 @@
 %define soname 0
 
 Name:   libqtweetlib
-License:GPL-2.0+
-Version:0.3.0
+Version:0.4
 Release:0
-Source0:QTweetLib-%{version}.tar.bz2
+Source0:QTweetLib-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:https://github.com/minimoog/QTweetLib
 
-BuildRequires:  cmake gcc-c++
-BuildRequires:  libqjson-devel libqt4-devel
+BuildRequires:  cmake
+BuildRequires:  gcc-c++
+BuildRequires:  libqjson-devel
+BuildRequires:  libqt4-devel
 
 # main package
 Summary:C++ Qt Twitter library
+License:GPL-2.0+
 Group:  System/Libraries
 
 %description
@@ -39,16 +41,16 @@
 
 # bin package
 %package -n libqtweetlib%{soname}
-Group:  System/Libraries
 Summary:C++ Qt Twitter library
+Group:  System/Libraries
 
 %description -n libqtweetlib%{soname}
 C++ Qt based Twitter library.
 
 # devel package
 %package devel
-Group:  Development/Libraries/C and C++
 Summary:C++ Qt Twitter library
+Group:  Development/Libraries/C and C++
 Requires:   libqtweetlib%{soname} = %{version}
 Requires:   libqt4-devel
 
@@ -57,8 +59,8 @@
 
 # debug package
 %package debug
-Group:  Development/Libraries/C and C++
 Summary:C++ Qt Twitter library
+Group:  Development/Libraries/C and C++
 Requires:   libqtweetlib%{soname} = %{version}
 
 %description debug

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



commit libqtweetlib for openSUSE:Factory

2012-01-27 Thread h_root
Hello community,

here is the log from the commit of package libqtweetlib for openSUSE:Factory 
checked in at 2012-01-27 15:22:03

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


Package is libqtweetlib, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libqtweetlib/libqtweetlib.changes
2012-01-09 21:43:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqtweetlib.new/libqtweetlib.changes   
2012-01-27 15:22:07.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan 21 19:29:15 UTC 2012 - crrodrig...@opensuse.org
+
+- Build with VERBOSE=1
+- Build with -fvisibility-inlines-hidden to reduce the number
+  of exported symbols in a few dozens.
+- devel package should require libqt4-devel
+---



Other differences:
--
++ libqtweetlib.spec ++
--- /var/tmp/diff_new_pack.BluwsM/_old  2012-01-27 15:22:08.0 +0100
+++ /var/tmp/diff_new_pack.BluwsM/_new  2012-01-27 15:22:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqtweetlib
 #
-# 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
@@ -50,6 +50,7 @@
 Group:  Development/Libraries/C and C++
 Summary:C++ Qt Twitter library
 Requires:   libqtweetlib%{soname} = %{version}
+Requires:   libqt4-devel
 
 %description devel
 C++ Qt based Twitter library.
@@ -67,13 +68,13 @@
 %setup -q -n QTweetLib-%{version}
 
 %build
-export CXXFLAGS=%{optflags}
+export CXXFLAGS=%{optflags} -fvisibility-inlines-hidden
 export CFLAGS=%{optflags}
 _libsuffix=$(echo %{_lib} | cut -b4-)
 
 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_SUFFIX=$_libsuffix
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} VERBOSE=1
 
 %install
 %makeinstall

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



commit libqtweetlib for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package libqtweetlib for openSUSE:Factory 
checked in at 2012-01-09 21:43:11

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


Package is libqtweetlib, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libqtweetlib/libqtweetlib.changes
2011-12-12 17:02:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqtweetlib.new/libqtweetlib.changes   
2012-01-09 21:43:25.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec  8 13:32:10 UTC 2011 - cfarr...@suse.com
+
+- license update: GPL-2.0+
+  GPLv2 is not SPDX format
+
+---



Other differences:
--
++ libqtweetlib.spec ++
--- /var/tmp/diff_new_pack.sUp4SH/_old  2012-01-09 21:43:27.0 +0100
+++ /var/tmp/diff_new_pack.sUp4SH/_new  2012-01-09 21:43:27.0 +0100
@@ -20,7 +20,7 @@
 %define soname 0
 
 Name:   libqtweetlib
-License:GPLv2
+License:GPL-2.0+
 Version:0.3.0
 Release:0
 Source0:QTweetLib-%{version}.tar.bz2

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