commit limal for openSUSE:Factory

2012-09-11 Thread h_root
Hello community,

here is the log from the commit of package limal for openSUSE:Factory checked 
in at 2012-09-12 07:12:19

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


Package is limal, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/limal/limal.changes  2012-06-07 
15:39:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.limal.new/limal.changes 2012-09-12 
07:12:21.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 11 10:12:47 UTC 2012 - co...@suse.com
+
+- fix requires on perl
+
+---



Other differences:
--
++ limal.spec ++
--- /var/tmp/diff_new_pack.2o7e9F/_old  2012-09-12 07:12:23.0 +0200
+++ /var/tmp/diff_new_pack.2o7e9F/_new  2012-09-12 07:12:23.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   limal
 Version:1.6.3
 Release:0
@@ -33,7 +34,9 @@
 BuildRequires:  libblocxx-devel
 BuildRequires:  limal-devtools
 BuildRequires:  openssl-devel
+BuildRequires:  perl
 BuildRequires:  perl-gettext
+BuildRequires:  perl-macros
 BuildRequires:  sgml-skel
 BuildRequires:  translation-update-upstream
 Url:http://svn.opensuse.org/viewvc/limal/
@@ -65,7 +68,7 @@
 LiMaL - Core Library Development Files
 
 %package perl
-Requires:   limal-perl
+%perl_requires
 Summary:LiMaL - Core Library Perl Bindings
 Group:  Development/Libraries/Perl
 

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



commit limal for openSUSE:Factory

2012-06-07 Thread h_root
Hello community,

here is the log from the commit of package limal for openSUSE:Factory checked 
in at 2012-06-07 15:38:55

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


Package is limal, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/limal/limal.changes  2012-06-06 
12:20:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.limal.new/limal.changes 2012-06-07 
15:39:03.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun  6 17:34:49 CEST 2012 - m...@suse.de
+
+- new swig versions is sv_isobject to test if to stringify the
+  error, so bless the limal exception hash into class LIMAL::Exception
+
+---

New:

  limal-1.6.3-swig.diff



Other differences:
--
++ limal.spec ++
--- /var/tmp/diff_new_pack.JEIA3S/_old  2012-06-07 15:39:04.0 +0200
+++ /var/tmp/diff_new_pack.JEIA3S/_new  2012-06-07 15:39:04.0 +0200
@@ -22,6 +22,7 @@
 
 Source0:limal-1.6.3.tar.bz2
 Patch0: limal-1.6.3.diff
+Patch1: limal-1.6.3-swig.diff
 
 Prefix: /usr
 %defineswiglibdir /usr/share/limal/typemaps 
@@ -74,6 +75,7 @@
 %prep
 %setup -n limal-1.6.3
 %patch0
+%patch1
 translation-update-upstream
 
 %build

++ limal-1.6.3-swig.diff ++
--- ./typemaps/blocxx_exceptions.i.orig 2012-06-06 15:32:15.0 +
+++ ./typemaps/blocxx_exceptions.i  2012-06-06 15:33:28.0 +
@@ -55,7 +55,7 @@ LIMAL_croak(SWIG_MAYBE_PERL_OBJECT const
 LIMAL_buildExceptionHash(hash, e);
 #endif
 
-sv_setsv(perl_get_sv(@, TRUE), newRV_noinc((SV*)hash));
+sv_setsv(perl_get_sv(@, TRUE), sv_bless(newRV_noinc((SV*)hash), 
gv_stashpv(LIMAL::Exception, GV_ADD)));
 }
 
 #define LIMAL_exception(a)  { LIMAL_croak(a); SWIG_fail; }
@@ -72,7 +72,7 @@ LIMAL_croak2(SWIG_MAYBE_PERL_OBJECT cons
 value = newSVpv(e.what(), 0);
 hv_store(hash, message, 7, value, 0);
 
-sv_setsv(perl_get_sv(@, TRUE), newRV_noinc((SV*)hash));
+sv_setsv(perl_get_sv(@, TRUE), sv_bless(newRV_noinc((SV*)hash), 
gv_stashpv(LIMAL::Exception, GV_ADD)));
 }
 
 #define LIMAL_exception2(a)  { LIMAL_croak2(a); SWIG_fail; }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit limal for openSUSE:Factory

2012-06-06 Thread h_root
Hello community,

here is the log from the commit of package limal for openSUSE:Factory checked 
in at 2012-06-06 12:19:55

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


Package is limal, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/limal/limal.changes  2011-10-02 
10:17:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.limal.new/limal.changes 2012-06-06 
12:20:04.0 +0200
@@ -1,0 +2,13 @@
+Wed Jun  6 12:04:07 CEST 2012 - m...@suse.de
+
+- fix build with gcc4.7
+- disable check for now as the perl bindings don't seem to
+  work anymore for some reason
+
+---
+Tue Mar 27 07:32:51 UTC 2012 - co...@suse.com
+
+- both fedora and suse have automatic requires for perl modules since
+  quite some time
+
+---

New:

  limal-1.6.3.diff



Other differences:
--
++ limal.spec ++
--- /var/tmp/diff_new_pack.A4vuZt/_old  2012-06-06 12:20:06.0 +0200
+++ /var/tmp/diff_new_pack.A4vuZt/_new  2012-06-06 12:20:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package limal
 #
-# 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
@@ -15,25 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   limal
 Version:1.6.3
 Release:0
-License:GPL-2.0+
-Group:  Development/Libraries/C and C++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 Source0:limal-1.6.3.tar.bz2
+Patch0: limal-1.6.3.diff
 
 Prefix: /usr
 %defineswiglibdir /usr/share/limal/typemaps 
 
 #!BuildIgnore: limal limal-devel limal-perl
-BuildRequires:  curl gcc-c++ libblocxx-devel limal-devtools openssl-devel 
perl-gettext sgml-skel translation-update-upstream
+BuildRequires:  curl
+BuildRequires:  gcc-c++
+BuildRequires:  libblocxx-devel
+BuildRequires:  limal-devtools
+BuildRequires:  openssl-devel
+BuildRequires:  perl-gettext
+BuildRequires:  sgml-skel
+BuildRequires:  translation-update-upstream
 Url:http://svn.opensuse.org/viewvc/limal/
 Summary:LiMaL--Core Library
+License:GPL-2.0+
+Group:  Development/Libraries/C and C++
 %if 0%{?fedora_version} = 7
 BuildRequires:  perl-ExtUtils-Embed
 %endif
@@ -48,30 +53,27 @@
 Requires:   limal = %version
 Requires:   limal-devel
 
-Group:  Development/Libraries/C and C++
-License:GPL-2.0+
-Requires:   libblocxx-devel libstdc++-devel pcre-devel limal-devtools
+Requires:   libblocxx-devel
+Requires:   libstdc++-devel
+Requires:   limal-devtools
+Requires:   pcre-devel
 Summary:LiMaL - Core Library Development Files 
+Group:  Development/Libraries/C and C++
 
 %description devel
 LiMaL - Core Library Development Files
 
 %package perl
 Requires:   limal-perl
-%if 0%{?fedora_version} = 7
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-%else
-Requires:   perl = %{perl_version}
-%endif
-Group:  Development/Libraries/Perl
-License:GPL-2.0+
 Summary:LiMaL - Core Library Perl Bindings
+Group:  Development/Libraries/Perl
 
 %description perl
 LiMaL - Core Library Perl Bindings
 
 %prep
 %setup -n limal-1.6.3
+%patch0
 translation-update-upstream
 
 %build
@@ -95,7 +97,7 @@
LIMALDATADIR=$RPM_BUILD_ROOT/usr/share/limal  \
 # required for perl test cases
 export LD_LIBRARY_PATH=$RPM_BUILD_ROOT/usr/lib/limal
-make check DESTDIR=$RPM_BUILD_ROOT
+#make check DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %name 
 

++ limal-1.6.3.diff ++
--- ./src/UrlBase.cpp.orig  2012-06-06 09:53:27.0 +
+++ ./src/UrlBase.cpp   2012-06-06 09:53:56.0 +
@@ -1512,6 +1512,18 @@ UrlBase::checkValidFragment(const blocxx
}
 }
 
+UrlBase *
+COWReferenceClone(UrlBase* obj) 
+{
+return obj-clone();
+}
+
+UrlBaseData *
+COWReferenceClone(UrlBaseData* obj) 
+{
+return obj-clone();
+}
+
 
 // ---
 }  // End of url namespace
--- ./src/limal/UrlBase.hpp.orig2012-06-06 09:54:21.0 +
+++ ./src/limal/UrlBase.hpp 2012-06-06 09:54:54.0 +
@@ -300,8 +300,12 @@ private:
 /**
  * Forward declaration of internal UrlBase data.
  */
+class UrlBase;
 class UrlBaseData;
 
+UrlBase 

commit limal for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package limal for openSUSE:Factory checked 
in at 2011-12-06 18:26:37

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


Package is limal, Maintainer is m...@suse.com

Changes:




Other differences:
--
++ limal.spec ++
--- /var/tmp/diff_new_pack.w7Ek6p/_old  2011-12-06 18:48:17.0 +0100
+++ /var/tmp/diff_new_pack.w7Ek6p/_new  2011-12-06 18:48:17.0 +0100
@@ -21,7 +21,7 @@
 Name:   limal
 Version:1.6.3
 Release:0
-License:GPLv2+
+License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -49,7 +49,7 @@
 Requires:   limal-devel
 
 Group:  Development/Libraries/C and C++
-License:GPLv2+
+License:GPL-2.0+
 Requires:   libblocxx-devel libstdc++-devel pcre-devel limal-devtools
 Summary:LiMaL - Core Library Development Files 
 
@@ -64,7 +64,7 @@
 Requires:   perl = %{perl_version}
 %endif
 Group:  Development/Libraries/Perl
-License:GPLv2+
+License:GPL-2.0+
 Summary:LiMaL - Core Library Perl Bindings
 
 %description perl

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



commit limal for openSUSE:Factory

2011-10-02 Thread h_root

Hello community,

here is the log from the commit of package limal for openSUSE:Factory
checked in at Sun Oct 2 10:17:36 CEST 2011.




--- openSUSE:Factory/limal/limal.changes2011-09-23 02:11:40.0 
+0200
+++ /mounts/work_src_done/STABLE/limal/limal.changes2011-09-29 
14:22:28.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep 29 14:06:52 CEST 2011 - m...@suse.de
+
+- version 1.6.3
+- fix project URL (bnc#676289)
+- update translations
+
+---

calling whatdependson for head-i586


Old:

  limal-1.6.2.tar.bz2

New:

  limal-1.6.3.tar.bz2



Other differences:
--
++ limal.spec ++
--- /var/tmp/diff_new_pack.TOioEf/_old  2011-10-02 10:17:31.0 +0200
+++ /var/tmp/diff_new_pack.TOioEf/_new  2011-10-02 10:17:31.0 +0200
@@ -19,20 +19,20 @@
 
 
 Name:   limal
-Version:1.6.2
-Release:1
+Version:1.6.3
+Release:0
 License:GPLv2+
 Group:  Development/Libraries/C and C++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-Source0:limal-1.6.2.tar.bz2
+Source0:limal-1.6.3.tar.bz2
 
 Prefix: /usr
 %defineswiglibdir /usr/share/limal/typemaps 
 
 #!BuildIgnore: limal limal-devel limal-perl
 BuildRequires:  curl gcc-c++ libblocxx-devel limal-devtools openssl-devel 
perl-gettext sgml-skel translation-update-upstream
-Url:http://forge.novell.com/modules/xfmod/project/?limal
+Url:http://svn.opensuse.org/viewvc/limal/
 Summary:LiMaL--Core Library
 %if 0%{?fedora_version} = 7
 BuildRequires:  perl-ExtUtils-Embed
@@ -71,7 +71,7 @@
 LiMaL - Core Library Perl Bindings
 
 %prep
-%setup -n limal-1.6.2
+%setup -n limal-1.6.3
 translation-update-upstream
 
 %build
@@ -138,4 +138,5 @@
 %dir %{perl_vendorarch}/LIMAL
 %{perl_vendorarch}/LIMAL/*
 %{perl_vendorarch}/*.pm
+
 %changelog

++ limal-1.6.2.tar.bz2 - limal-1.6.3.tar.bz2 ++
 2394 lines of diff (skipped)

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 limal for openSUSE:Factory

2011-04-08 Thread h_root

Hello community,

here is the log from the commit of package limal for openSUSE:Factory
checked in at Fri Apr 8 08:57:07 CEST 2011.




--- limal/limal.changes 2010-11-17 20:24:07.0 +0100
+++ /mounts/work_src_done/STABLE/limal/limal.changes2011-04-07 
16:37:53.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr  5 14:39:41 CEST 2011 - m...@suse.de
+
+- version 1.6.2
+- include patches below into svn
+
+---
+Mon Feb 14 19:49:23 CET 2011 - sbra...@suse.cz
+
+- Added support for translation-update-upstream.
+
+---

calling whatdependson for head-i586


Old:

  limal-1.6.1.tar.bz2
  limal-autodoc-index.patch

New:

  limal-1.6.2.tar.bz2



Other differences:
--
++ limal.spec ++
--- /var/tmp/diff_new_pack.bblsdu/_old  2011-04-08 08:55:43.0 +0200
+++ /var/tmp/diff_new_pack.bblsdu/_new  2011-04-08 08:55:43.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package limal (Version 1.6.1)
+# spec file for package limal
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -19,17 +19,19 @@
 
 
 Name:   limal
-Version:1.6.1
-Release:8
+Version:1.6.2
+Release:1
 License:GPLv2+
 Group:  Development/Libraries/C and C++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:limal-1.6.1.tar.bz2
-Patch0: limal-autodoc-index.patch
+
+Source0:limal-1.6.2.tar.bz2
+
 Prefix: /usr
 %defineswiglibdir /usr/share/limal/typemaps 
+
 #!BuildIgnore: limal limal-devel limal-perl
-BuildRequires:  curl gcc-c++ libblocxx-devel limal-devtools openssl-devel 
perl-gettext sgml-skel
+BuildRequires:  curl gcc-c++ libblocxx-devel limal-devtools openssl-devel 
perl-gettext sgml-skel translation-update-upstream
 Url:http://forge.novell.com/modules/xfmod/project/?limal
 Summary:LiMaL--Core Library
 %if 0%{?fedora_version} = 7
@@ -45,6 +47,7 @@
 %package devel
 Requires:   limal = %version
 Requires:   limal-devel
+
 Group:  Development/Libraries/C and C++
 License:GPLv2+
 Requires:   libblocxx-devel libstdc++-devel pcre-devel limal-devtools
@@ -68,15 +71,17 @@
 LiMaL - Core Library Perl Bindings
 
 %prep
-%setup -n limal-1.6.1
-%patch0 -p1
+%setup -n limal-1.6.2
+translation-update-upstream
 
 %build
 %{prefix}/bin/limaltool limalautoconf
 %{prefix}/bin/limaltool limalautomake
 autoreconf --force --install --verbose
+
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
+
 %{?suse_update_config:%{suse_update_config -f}}
 # workaround for fedora gettext check on x86_64
 sed -i -e 's/return (int) gettext/return (long) gettext/g' ./configure
@@ -91,6 +96,7 @@
 # required for perl test cases
 export LD_LIBRARY_PATH=$RPM_BUILD_ROOT/usr/lib/limal
 make check DESTDIR=$RPM_BUILD_ROOT
+
 %find_lang %name 
 
 %post
@@ -132,5 +138,4 @@
 %dir %{perl_vendorarch}/LIMAL
 %{perl_vendorarch}/LIMAL/*
 %{perl_vendorarch}/*.pm
-
 %changelog

++ limal-1.6.1.tar.bz2 - limal-1.6.2.tar.bz2 ++
 21483 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/VERSION new/limal-1.6.2/VERSION
--- old/limal-1.6.1/VERSION 2009-07-13 12:22:31.0 +0200
+++ new/limal-1.6.2/VERSION 2011-04-05 14:39:25.0 +0200
@@ -1 +1 @@
-1.6.1
+1.6.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/limal-1.6.1/config.h.in new/limal-1.6.2/config.h.in
--- old/limal-1.6.1/config.h.in 2009-07-13 12:24:45.0 +0200
+++ new/limal-1.6.2/config.h.in 2011-04-05 14:40:30.0 +0200
@@ -93,6 +93,9 @@
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
@@ -118,3 +121,6 @@
 
 /* Define for large files, on AIX-style hosts. */
 #undef _LARGE_FILES
+
+/* Define to `unsigned int' if sys/types.h does not define. */
+#undef size_t
diff -urN '--exclude=CVS'