commit atheme for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package atheme for openSUSE:Factory checked 
in at 2012-11-24 20:42:16

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


Package is atheme, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/atheme/atheme.changes2012-09-18 
13:59:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.atheme.new/atheme.changes   2012-11-24 
20:42:19.0 +0100
@@ -1,0 +2,24 @@
+Wed Nov 21 00:00:07 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 7.0.5
+* ircd/unreal: fix memory corruption caused by strlcpy() against
+  a strshare-managed string
+* ircd/ircd-seven: support charybdis's extension channel modes
+* chanserv/sync: sync a channel on account registration. This
+  allows exttargets like $registered to react to new account
+  registrations.
+* chanserv/main: send MLOCK after a TS change, otherwise it
+  will be lost.
+* chanserv/flags: allow users with +f and +o (+v) to set +/-O and
+  +/-V on themselves.
+* chanserv/main: respect founder_flags config setting during
+  channel succession
+- Add atheme-nodate.diff which removes __DATE__ from source
+
+---
+Mon Nov 19 17:12:57 UTC 2012 - dims...@opensuse.org
+
+- Fix useradd invocation: -o is useless without -u and newer
+  versions of pwdutils/shadowutils fail on this now.
+
+---

Old:

  atheme-pkgconfig.diff
  atheme-pkgconfig2.diff
  atheme-services-7.0.2.tar.xz

New:

  atheme-nodate.diff
  atheme-services-7.0.5.tar.bz2
  atheme-tmpfiles.conf
  atheme.service



Other differences:
--
++ atheme.spec ++
--- /var/tmp/diff_new_pack.kP47x3/_old  2012-11-24 20:42:21.0 +0100
+++ /var/tmp/diff_new_pack.kP47x3/_new  2012-11-24 20:42:21.0 +0100
@@ -19,7 +19,7 @@
 Name:   atheme
 %define pkg_name atheme-services
 %define lname  libathemecore1
-Version:7.0.2
+Version:7.0.5
 Release:0
 Url:http://atheme.net/
 Summary:A portable, secure set of open source, modular IRC services
@@ -27,20 +27,22 @@
 Group:  Productivity/Networking/IRC
 
 #Git-Clone:git://github.com/atheme/atheme
-#DL-URL:   http://atheme.net/downloads/atheme-services-6.0.10.tar.bz2
-Source: %name-services-%version.tar.xz
+Source: 
http://www.atheme.net/downloads/atheme-services-%version.tar.bz2
 Source1:atheme.init
+Source2:atheme.service
+Source3:atheme-tmpfiles.conf
 Patch1: atheme-lockmodes.diff
 Patch2: atheme-config.diff
-Patch3: atheme-pkgconfig.diff
-Patch4: atheme-pkgconfig2.diff
+Patch3: atheme-nodate.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cracklib-devel
 BuildRequires:  fdupes
 BuildRequires:  libopenssl-devel
 BuildRequires:  openldap2-devel
 BuildRequires:  pkgconfig
-BuildRequires:  xz
+%if 0%{?suse_version} = 1210
+BuildRequires:  systemd
+%endif
 BuildRequires:  pkgconfig(libmowgli-2) = 2.0.0
 BuildRequires:  pkgconfig(libpcre)
 %define atheme_home /var/lib/atheme
@@ -70,17 +72,22 @@
 Requires:   %lname = %version
 
 %description devel
+Atheme is a portable, secure set of open source, modular IRC services
+released under the BSD license, designed to run on many IRCds.
 
 This package contains the development headers for the library found
 in %lname.
 
 %prep
 %setup -qn %name-services-%version
-%patch -P 1 -P 2 -P 3 -P 4 -p1
+%patch -P 1 -P 2 -P 3 -p1
 # use system libmowgli
 rm -Rf libmowgli*;
 
 %build
+%if 0%{?suse_version} = 1210
+export RUNDIR=/run;
+%endif
 %if 0%{?suse_version}  1000  0%{?suse_version}  1030
 export CFLAGS=%optflags -fstack-protector
 %endif
@@ -97,8 +104,11 @@
 make %{?_smp_mflags}
 
 %install
+%if 0%{?suse_version} = 1210
+export RUNDIR=/run;
+%endif
 b=%buildroot;
-%makeinstall DOCDIR=%_docdir/%name
+make install DESTDIR=%buildroot DOCDIR=%_docdir/%name;
 
 # additional documentation
 mkdir -p $b/%_docdir/%name
@@ -109,29 +119,48 @@
 install -Dm 0755 %{S:1} $b/%_sysconfdir/init.d/%name;
 ln -sf %_sysconfdir/init.d/%name $b/%_sbindir/rc%name;
 
+%if 0%{?_unitdir:1}
+mkdir -p $b/%_unitdir $b/%_libexecdir/tmpfiles.d;
+install -pm0644 %{S:2} $b/%_unitdir/;
+install -pm0644 %{S:3} $b/%_libexecdir/tmpfiles.d/atheme.conf;
+%endif
+
 # config files
 # TODO: check if we should change any defaults and patch it.
 cp -v $b/%_sysconfdir/%name/atheme.conf{.example,}
 cp -v $b/%_sysconfdir/%name/atheme.motd{.example,}
 %find_lang %name
-%fdupes %buildroot
+%fdupes %buildroot/%_prefix
 
 %pre
 /usr/bin/getent group atheme /dev/null 2/dev/null || \

commit chromium for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2012-11-24 20:43:24

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


Package is chromium, Maintainer is orpha...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2012-11-02 
19:38:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2012-11-24 
20:43:43.0 +0100
@@ -1,0 +2,15 @@
+Tue Nov 20 23:27:56 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 25.0.1329
+  * No further indications in the ChangeLog
+- Removed patch chomium-ffmpeg-no-pkgconfig.patch
+- Building now internal libffmpegsumo.so based on the standard
+  chromium ffmpeg codecs
+
+---
+Tue Nov  6 18:42:46 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 25.0.1319
+  * No further indications in the Changelog
+
+---

Old:

  chromium-ffmpeg-no-pkgconfig.patch
  chromium.24.0.1308.0.svn164291.tar.bz2

New:

  chromium-gcc-fixes.patch
  chromium.25.0.1329.0.svn168469.tar.bz2



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.k8Sf4D/_old  2012-11-24 20:44:18.0 +0100
+++ /var/tmp/diff_new_pack.k8Sf4D/_new  2012-11-24 20:44:18.0 +0100
@@ -16,10 +16,10 @@
 #
 
 
-%define svn_revision 164291
+%define svn_revision 168469
 
 Name:   chromium
-Version:24.0.1308.0
+Version:25.0.1329.0
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+
@@ -53,8 +53,8 @@
 Patch13:chromium-no-courgette.patch
 # PATCH-FIX-OPENSUSE enables reading of the master preference
 Patch14:chromium-master-prefs-path.patch
-# PATCH-FIX-OPENSUSE disables the requirement for ffmpeg
-Patch20:chromium-ffmpeg-no-pkgconfig.patch
+# PATCH-FIX-OPENSUSE Fix some includes specifically for the GCC version used
+Patch20:chromium-gcc-fixes.patch
 # PATCH-FIX-OPENSUSE remove the rpath in the libraries
 Patch62:chromium-norpath.patch
 # PATCH-FIX-UPSTREAM Add more charset aliases
@@ -102,6 +102,7 @@
 BuildRequires:  libgnome-keyring-devel
 BuildRequires:  libicu-devel = 4.0
 BuildRequires:  libpulse-devel
+BuildRequires:  pciutils-devel
 BuildRequires:  python
 BuildRequires:  python-devel
 BuildRequires:  python-xml
@@ -113,6 +114,7 @@
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(webkit-1.0)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcomposite)
 BuildRequires:  pkgconfig(xcursor)
@@ -133,6 +135,7 @@
 %endif
 
 Requires:   alsa
+Requires:   ffmpegsumo
 Requires:   hicolor-icon-theme
 Requires:   update-alternatives
 Requires:   xdg-utils
@@ -148,6 +151,16 @@
 %description
 Chromium is the open-source project behind Google Chrome. We invite you to 
join us in our effort to help build a safer, faster, and more stable way for 
all Internet users to experience the web, and to create a powerful platform for 
developing a new generation of web applications.
 
+%package ffmpegsumo
+Summary:Library to provide ffmpeg support to Chromium
+License:BSD-3-Clause and LGPL-2.1+
+Group:  Productivity/Networking/Web/Browsers
+Provides:   ffmpegsumo
+Conflicts:  chromium-ffmpeg
+
+%description ffmpegsumo
+The is the multimedia codec library for Chromium. It is based on the internal 
ffmpeg source code and contains only the open source codecs from ffmpeg. 
Proprietary codecs (e.g. H.264) are not part of this library, but are provided 
in an external package
+
 %package desktop-kde
 
 Summary:Update to chromium to use KDE's kwallet to store passwords
@@ -251,10 +264,8 @@
 -Dlinux_sandbox_path=%{_prefix}/lib/chrome_sandbox \
 -Dlinux_sandbox_chrome_path=%{_libdir}/chromium/chromium \
 -Duse_openssl=0 \
--Duse_system_ffmpeg=1 \
 -Dbuild_ffmpegsumo=1 \
 -Dremove_webcore_debug_symbols=1 \
--Dproprietary_codecs=1 \
 -Dlinux_fpic=1 \
 %ifnarch x86_64
 -Ddisable_sse2=1 \
@@ -325,6 +336,9 @@
 cp -a nacl_helper_bootstrap %{buildroot}%{_libdir}/chromium/
 cp -a nacl_irt_*.nexe %{buildroot}%{_libdir}/chromium/
 cp -a libppGoogleNaClPluginChrome.so %{buildroot}%{_libdir}/chromium/
+
+#libffmpegsumo
+cp -a libffmpegsumo.so %{buildroot}%{_libdir}/chromium/
 popd
 
 mkdir -p %{buildroot}%{_datadir}/icons/
@@ -423,6 +437,10 @@
 %{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
 %{_datadir}/icons/hicolor/
 
+%files ffmpegsumo
+%defattr(-,root,root,-)

commit claws-mail for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package claws-mail for openSUSE:Factory 
checked in at 2012-11-24 20:46:44

Comparing /work/SRC/openSUSE:Factory/claws-mail (Old)
 and  /work/SRC/openSUSE:Factory/.claws-mail.new (New)


Package is claws-mail, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes2012-10-16 
11:23:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.claws-mail.new/claws-mail.changes   
2012-11-24 20:46:46.0 +0100
@@ -1,0 +2,80 @@
+Wed Nov 21 14:44:20 UTC 2012 - mrueck...@suse.de
+
+- Update to version 3.9.0:
+  + Added IMAP server side search
+  + Added the file .claws-mail/extraheaderrc which holds editable
+extra
+  + Added 'Select html part of multipart messages' to the Folder
+Properties
+  + GnuPG: Consider marginal signature validity as untrusted
+  + The mimeview shortcuts are now user configurable
+  + Spell checker: Always show 'change dictionary' menu
+  + Filtering dialogue: TreeView type-ahead is now case
+insensitive
+  + Separated 'Mark all read' from 'Mark as read' and
+'Ignore thread'
+  + Made 'Mark all read' confirmation button more clear
+  + Made the clickable area of the expander arrows in the folder
+list larger
+  + Made SSL client certificate error messages more meaningful
+  + The type of units required in the Extended Search information
+dialogue are now indicated
+  + Several speed-ups and optimisations
+  + Updated manual
+  + Updated translations
+  + Bug fixes:
+- bug 1137: 'loading plugins with same profile on different
+  archs'
+- bug 1961: 'patches for a couple of clang warnings'
+- bug 1975: 'preference mutt key bindings do not take effect'
+- bug 2096: 'MEMORY-ERROR w/ Claws-Mail/IMAP and Lotus
+  Domino'
+- bug 2203: 'Problems in forwarding multipart/alternative
+  messages with HTML part'
+- bug 2390: 'Non-fully-trusted-key-warning appears based on 
+  primary UID rather than recipient e-mail'
+- bug 2579: 'Installed headers redefine autotools-specific
+  constants'
+- bug 2596: 'Spell checker does not work properly'
+- bug 2638: 'Respect $LEX environment variable in autogen.sh'
+- bug 2639: 'The MSGBUFSIZE definition collides with a
+  definition of OpenBSD'
+- bug 2650: 'segfault in pgp when gpgme_strerror() returns
+  a non utf-8 string'
+- bug 2689: 'segfault when trying to view info about
+  pgp/smime sign'
+- bug 2697: 'segfault in parse_parameters()'
+- bug 2718: 'Failure to check peer hostname when checking
+  certificate'
+- bug 2723: 'Missing encoding in generated html manual'
+- bug 2743: 'null pointer crash in procmime strchr'
+- bug 2744: 'Quick search throws bad command argument error
+  since recent change'
+- bug 2751: 'g_mutex_new/g_mutex_free removed from GLib 2.32'
+- bug 2760: 'display correct libc version in crash dialog
+  when uclibc is used'
+- bug 2761: 'Desktop file does not pass validation'
+- bug 2776: 'Make all menu shortcuts work properly in the
+  message window'
+- bug 2777: 'Installing latest cvs116 package 14 Windows
+  version results in wrong paths in clawsrc'
+- Fix some modal windows
+- Only show HTML parts by default (if the pref is set so) if
+  the part disposition-type is inline or unknown, but not
+  attachment.
+- IMAP: Always clear the tags list when fetching a folder, or
+  Claws will never untag an untagged email.
+- Fix double mainwindow presentation that confuses GNOME3
+  when some plugins fail to load (subsequent Claws windows
+  got no focus in that case)
+- Fix build on Fink/OS X
+- Fix build with gnutls 3.1.3
+- Fix Windows build
+- Fix Windows runtime crash
+- Fix socket communication
+- Removed patches taken from upstream:
+  + claws-mail-bnc770014.patch
+  + claws-mail-verify-hostname.patch
+  + claws-mail-3.8.1-procmime-vuln.patch
+
+---

Old:

  claws-mail-3.8.1-procmime-vuln.patch
  claws-mail-3.8.1.tar.bz2
  claws-mail-bnc770014.patch
  claws-mail-verify-hostname.patch

New:

  claws-mail-3.9.0.tar.bz2



Other differences:
--
++ claws-mail.spec ++
--- /var/tmp/diff_new_pack.mrrnE4/_old  2012-11-24 20:46:50.0 +0100
+++ /var/tmp/diff_new_pack.mrrnE4/_new  2012-11-24 20:46:50.0 +0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:   claws-mail
-Version:3.8.1
+Version:3.9.0
 Release:0
 Url:http://www.claws-mail.org/
 Summary:A lightweight and highly configurable email client
@@ -30,12 +30,6 @@
 Group:  

commit claws-mail-extra-plugins for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package claws-mail-extra-plugins for 
openSUSE:Factory checked in at 2012-11-24 20:49:03

Comparing /work/SRC/openSUSE:Factory/claws-mail-extra-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.claws-mail-extra-plugins.new (New)


Package is claws-mail-extra-plugins, Maintainer is nadvor...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/claws-mail-extra-plugins/claws-mail-extra-plugins.changes
2012-08-07 08:03:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.claws-mail-extra-plugins.new/claws-mail-extra-plugins.changes
   2012-11-24 20:49:06.0 +0100
@@ -1,0 +2,46 @@
+Wed Nov 21 15:00:24 UTC 2012 - mrueck...@suse.de
+
+- Update to versoin 3.9.0:
+  + acpi Notifier 1.0.28: Updated translations.
+  + Address Keeper 1.0.7: Updated translations.
+  + Archiver 0.6.13: Updated translations.
+  + attachwarner 1.0.0: Updated translations.
+  + att_remover 1.0.15: Build fixes.
+  + bsfilter 1.0.9: Updated translations.
+  + clamd 3.5.5: Updated translations.
+  + Fancy 0.9.17: Updated translations.
+  + fetchinfo 0.4.25: Updated translations.
+  + GData 0.5: Updated translations.
+  + gtkhtml2_viewer 0.34: Updated translations.
+  + mailmbox 1.15.0:
+- Fix bug 2109: 'implement remove_msgs callback for MailMBOX'
+- Fix bug 2687: 'Unable to clean an mbox mailbox'
+  + newmail 0.0.16: Fix building on BSDs.
+  + notification 0.31: Updated translations.
+  + PDF Viewer 0.9.3
+- New compact way for showing the number of document's pages.
+- Fix bug 2745r: 'Crash when click on button Document Info'.
+- Updated translations.
+  + perl 0.9.20:
+- Fix bug 2663: 'sigsegv segmentation fault while filtering new
+  emails'.
+- Harden against undef values due to non-existing header fields
+- Fix function call. Potential crasher.
+  + Python 0.11:
+- Implement RFE 2770: 'Python plugin is linked against
+  libpythonXY.so instead of libpythonXY.so.1.0'.
+- Add compose_any script to strip subject reply prefixes.
+- Updated translations.
+  + RSSyl 0.34:
+- Increase length limit for Subject and From headers in stored
+  items.
+- Fix storingparsing of Atom feeds where entries have no link
+  tag.
+- Strip trailing newline from URL we receive via --subscribe.
+- Fix build system.
+- Updated translations.
+  + SpamReport 0.3.17: Updated translations.
+  + TNEF Parser 0.3.13: Updated translations.
+  + vCalendar 2.0.14: Updated translations.
+
+---

Old:

  claws-mail-extra-plugins-3.8.1.tar.bz2

New:

  claws-mail-extra-plugins-3.9.0.tar.bz2



Other differences:
--
++ claws-mail-extra-plugins.spec ++
--- /var/tmp/diff_new_pack.3JRC97/_old  2012-11-24 20:49:07.0 +0100
+++ /var/tmp/diff_new_pack.3JRC97/_new  2012-11-24 20:49:07.0 +0100
@@ -31,7 +31,7 @@
 %endif
 
 Name:   claws-mail-extra-plugins
-Version:3.8.1
+Version:3.9.0
 Release:0
 # NOTE: Try to enable gdata and geolocation plugins again. Last checked for 
3.7.10 on 12.1.
 Summary:Plugins for Claws Mail
@@ -157,6 +157,7 @@
 %find_lang bsfilter_plugin plugins.lang
 %find_lang clamd plugins.lang
 %find_lang fancy plugins.lang
+%find_lang fetchinfo-plugin plugins.lang
 %if %{build_gdata}
 %find_lang gdata_plugin plugins.lang
 %endif

++ claws-mail-extra-plugins-3.8.1.tar.bz2 - 
claws-mail-extra-plugins-3.9.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/claws-mail-extra-plugins/claws-mail-extra-plugins-3.8.1.tar.bz2
 
/work/SRC/openSUSE:Factory/.claws-mail-extra-plugins.new/claws-mail-extra-plugins-3.9.0.tar.bz2
 differ: char 11, line 1

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



commit eet for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package eet for openSUSE:Factory checked in 
at 2012-11-24 20:51:10

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


Package is eet, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/eet/eet.changes  2012-11-20 20:14:04.0 
+0100
+++ /work/SRC/openSUSE:Factory/.eet.new/eet.changes 2012-11-24 
20:51:28.0 +0100
@@ -1,0 +2,11 @@
+Fri Nov 23 18:05:02 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.2 
+- 1.7.2 is required to build and use the latest e17 alpha's
+
+---
+Thu Nov 22 00:38:58 UTC 2012 - sleep_wal...@suse.cz
+
+- improve description (from eet.spec.in)
+
+---

Old:

  eet-1.7.1.tar.bz2

New:

  eet-1.7.2.tar.bz2



Other differences:
--
++ eet.spec ++
--- /var/tmp/diff_new_pack.ZMPorp/_old  2012-11-24 20:51:29.0 +0100
+++ /var/tmp/diff_new_pack.ZMPorp/_new  2012-11-24 20:51:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eet
 #
-# Copyright (c) 2010 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,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   eet
-Version:1.7.1
-Release:1
-License:BSD-2-Clause
+Version:1.7.2
+Release:0
 Summary:Data encode/decode and storage library
-Url:http://enlightenment.org/
+License:BSD-2-Clause
 Group:  Development/Libraries/C and C++
+Url:http://enlightenment.org/
 Source: %{name}-%{version}.tar.bz2
 BuildRequires:  eina-devel
 BuildRequires:  libjpeg-devel
@@ -32,7 +33,18 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-EET is a tiny library designed to write an arbitary set of chunks of data to a 
file and optionally compress each chunk (very much like a zip file) and allow 
fast random-access reading of the file later on. EET files are perfect for 
storing data that is written once (or rarely) and read many times, especially 
when the program does not want to have to read all the data in at once.
+Eet is a tiny library designed to write an arbitrary set of chunks of
+data to a file and optionally compress each chunk (very much like a
+zip file) and allow fast random-access reading of the file later
+on. It does not do zip as a zip itself has more complexity than is
+needed, and it was much simpler to implement this once here.
+
+It also can encode and decode data structures in memory, as well as
+image data for saving to eet files or sending across the network to
+other machines, or just writing to arbitrary files on the system. All
+data is encoded in a platform independent way and can be written and
+read by any architecture.
+
 
 %package -n libeet1
 Summary:Eet Dynamic Libraries

++ eet-1.7.1.tar.bz2 - eet-1.7.2.tar.bz2 ++
 19735 lines of diff (skipped)

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



commit ghc-rpm-macros for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-rpm-macros for openSUSE:Factory 
checked in at 2012-11-24 20:54:47

Comparing /work/SRC/openSUSE:Factory/ghc-rpm-macros (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-rpm-macros.new (New)


Package is ghc-rpm-macros, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ghc-rpm-macros/ghc-rpm-macros.changes
2012-10-11 10:42:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-rpm-macros.new/ghc-rpm-macros.changes   
2012-11-24 20:54:48.0 +0100
@@ -1,0 +2,6 @@
+Sat Nov 17 12:41:05 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- openSUSE specific macros to disable debug packages
+- refresh and remove .orig files from sle-sp1-rpmdeps.patch
+
+---

New:

  suse-disable-debug-packages.patch



Other differences:
--
++ ghc-rpm-macros.spec ++
--- /var/tmp/diff_new_pack.dzGqq7/_old  2012-11-24 20:54:49.0 +0100
+++ /var/tmp/diff_new_pack.dzGqq7/_new  2012-11-24 20:54:49.0 +0100
@@ -1,8 +1,7 @@
 #
-# spec file for ghc-rpm-macros
+# spec file for package ghc-rpm-macros
 #
-
-# Copyright (c) 2012 Peter Trommler peter.tromm...@ohm-hochschule.de
+# 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,18 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global debug_package %{nil}
 
 %global macros_file %{_sysconfdir}/rpm/macros.ghc
 
 Name:   ghc-rpm-macros
 Version:0.95.5.1
-Release:1
+Release:0
 Summary:Macros for building packages for GHC
-
-Group:  Development/Libraries/Other
 License:GPL-3.0
-URL:https://fedoraproject.org/wiki/Haskell_SIG
+Group:  Development/Libraries/Other
+
+Url:https://fedoraproject.org/wiki/Haskell_SIG
 
 # This is a Fedora maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -39,7 +37,8 @@
 Source4:macros.ghc-suse
 Source5:cabal-tweak-dep-ver
 Patch:  buildService.patch
-Patch1: sle-sp1-rpmdeps.patch
+Patch1: suse-disable-debug-packages.patch
+Patch100:   sle-sp1-rpmdeps.patch
 #Requires:   redhat-rpm-config
 Requires:   rpm
 
@@ -55,16 +54,15 @@
 %setup -c -T
 cp %{SOURCE1} %{SOURCE2} .
 cp %{SOURCE0} %{SOURCE3} .
-%patch -p1
-%if %{defined sles_version}
-%patch1 -p1
+%patch -p1 -b .obs
+%patch1 -p1 -b .debug
+%if 0%{?sles_version}
+%patch -P 100 -p1
 %endif
 
-
 %build
 echo no build stage needed
 
-
 %install
 install -p -D -m 0644 ./ghc-rpm-macros.ghc ${RPM_BUILD_ROOT}/%{macros_file}
 install -p -D -m 0644 %{SOURCE4} 
${RPM_BUILD_ROOT}/%{_sysconfdir}/rpm/macros.ghc-suse
@@ -83,7 +81,6 @@
 EOF
 %endif
 
-
 %files
 %defattr(-,root,root,-)
 %doc COPYING AUTHORS

++ sle-sp1-rpmdeps.patch ++
 711 lines (skipped)
 between /work/SRC/openSUSE:Factory/ghc-rpm-macros/sle-sp1-rpmdeps.patch
 and /work/SRC/openSUSE:Factory/.ghc-rpm-macros.new/sle-sp1-rpmdeps.patch

++ suse-disable-debug-packages.patch ++
Index: ghc-rpm-macros/ghc-rpm-macros.ghc
===
--- ghc-rpm-macros.orig/ghc-rpm-macros.ghc
+++ ghc-rpm-macros/ghc-rpm-macros.ghc
@@ -241,15 +241,26 @@ This package contains the development fi
 find %{buildroot} -type f -exec sh -c file {} | grep -q 'dynamically linked' 
\\; -exec strip {} \\;\
 %endif
 
+# ghc_suse_disable_debug_packages
+%ghc_suse_disable_debug_packages\
+%global debug_package %{nil}\
+%global __debug_install_post %{nil}\
+%global suse_insert_debug_package %{nil}\
+echo /usr/lib/debug  debugfiles.list\
+mkdir -p $RPM_BUILD_ROOT/usr/lib/debug\
+echo /usr/src/debug  debugsources.list\
+mkdir -p $RPM_BUILD_ROOT/usr/src/debug
+
+
 # ghc_bin_build
 %ghc_bin_build\
-%global debug_package %{nil}\
+%ghc_suse_disable_debug_packages\
 %cabal_configure\
 %cabal build
 
 # ghc_lib_build_without_haddock [name] [version]
 %ghc_lib_build_without_haddock()\
-%global debug_package %{nil}\
+%ghc_suse_disable_debug_packages\
 %cabal_configure %{!?without_prof:-p} %{!?ghc_without_shared:--enable-shared} 
%{?1:--docdir=%{_docdir}/ghc-%1 --htmldir=%{ghclibdocdir}/%1} 
%{!?ghc_with_lib_for_ghci:--disable-library-for-ghci}\
 %cabal build\
 %{nil}
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glyr for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package glyr for openSUSE:Factory checked in 
at 2012-11-24 20:55:00

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


Package is glyr, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/glyr/glyr.changes2012-10-11 
10:42:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.glyr.new/glyr.changes   2012-11-24 
20:55:04.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 22 14:42:37 UTC 2012 - crrodrig...@opensuse.org
+
+- glyr-pkgconfig.patch Do not inject bogus extra
+  dependencies into the rest of system. 
+
+---

New:

  glyr-pkgconfig.patch



Other differences:
--
++ glyr.spec ++
--- /var/tmp/diff_new_pack.yNEUbZ/_old  2012-11-24 20:55:05.0 +0100
+++ /var/tmp/diff_new_pack.yNEUbZ/_new  2012-11-24 20:55:05.0 +0100
@@ -30,6 +30,8 @@
 Patch0: glyr-1.0.0-date-n-time.patch
 # PATCH-FIX-OPENSUSE glyr-0.9.9-optflags.patch lazy.k...@opensuse.org -- use 
default openSUSE optimization flags.
 Patch1: glyr-0.9.9-optflags.patch
+# PATCH-FIX-OPENSUSE glyr-pkgconfig.patch crrodrig...@opensuse.org -- do not 
inject bogus dependencies into other packages.
+Patch2: glyr-pkgconfig.patch
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libcurl)
@@ -133,12 +135,12 @@
 %setup -qn %{name}
 %patch0
 %patch1
-
+%patch2
 %build
 mkdir build
 cd build
-export CFLAGS=%{optflags}
-export CXXFLAGS=%{optflags}
+export CFLAGS=%{optflags} -D_GNU_SOURCE
+export CXXFLAGS=%{optflags} -D_GNU_SOURCE
 cmake .. \
 %ifarch x86_64 ppc64
 -DLIB_SUFFIX=64 \

++ glyr-pkgconfig.patch ++
--- libglyr.pc.in.orig
+++ libglyr.pc.in
@@ -1,6 +1,6 @@
 Name: libglyr
 Description: A music metadata search engine library [@GLYR_VERSION_NAME@]
-Requires: glib-2.0 libcurl sqlite3
+Requires: sqlite3
 Version: @GLYR_VERSION_MAJOR@.@GLYR_VERSION_MINOR@.@GLYR_VERSION_MICRO@
 Libs: -L@CMAKE_INSTALL_PREFIX@/@INSTALL_LIB_DIR@ -lglyr
 Cflags: -I@CMAKE_INSTALL_PREFIX@/@INSTALL_INC_DIR@
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-boxes for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package gnome-boxes for openSUSE:Factory 
checked in at 2012-11-24 20:58:41

Comparing /work/SRC/openSUSE:Factory/gnome-boxes (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-boxes.new (New)


Package is gnome-boxes, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-boxes/gnome-boxes.changes  2012-10-19 
12:32:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-boxes.new/gnome-boxes.changes 
2012-11-24 20:58:44.0 +0100
@@ -1,0 +2,22 @@
+Tue Nov 13 07:47:21 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + More reliable tracking of installation.
+  + Fix 'Continue' button disabled when choosing non-express
+installation for Windows XP.
+  + Clear search when search bar is dismissed.
+  + Use the right icon for selection mode and fullscreen buttons.
+  + Reset selection when exiting selection mode.
+  + Fix a bug in properties view where incorrect tab was shown for
+remote machines.
+  + Handle screenshots correctly on force shutdown.
+  + Workaround some potential crashes in search provider.
+  + When password entry loses input focus while its empty, it now
+reverts back to 'Add password' button.
+  + Add logo for RHEL 4.x, 5.x and 6.x.
+  + Ensure storage pool is active before using it.
+  + More reliable resetting of URL entry.
+  + Fix a build issue.
+  + Updated translations.
+
+---

Old:

  gnome-boxes-3.6.1.1.tar.xz

New:

  gnome-boxes-3.6.2.tar.xz



Other differences:
--
++ gnome-boxes.spec ++
--- /var/tmp/diff_new_pack.8XCbna/_old  2012-11-24 20:58:45.0 +0100
+++ /var/tmp/diff_new_pack.8XCbna/_new  2012-11-24 20:58:45.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-boxes
-Version:3.6.1.1
+Version:3.6.2
 Release:0
 Summary:A simple GNOME 3 application to access remote or virtual 
systems
 License:LGPL-2.0+
@@ -37,7 +37,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.5.5
 BuildRequires:  pkgconfig(gtk-vnc-2.0) = 0.4.4
 BuildRequires:  pkgconfig(gudev-1.0) = 165
-BuildRequires:  pkgconfig(libosinfo-1.0) = 0.2.0
+BuildRequires:  pkgconfig(libosinfo-1.0) = 0.2.1
 BuildRequires:  pkgconfig(libsoup-2.4) = 2.38
 BuildRequires:  pkgconfig(libvirt-gconfig-1.0) = 0.1.0
 BuildRequires:  pkgconfig(libvirt-gobject-1.0) = 0.1.2

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



commit gstreamer-plugins-bad for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-bad for 
openSUSE:Factory checked in at 2012-11-24 20:59:48

Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new (New)


Package is gstreamer-plugins-bad, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes  
2012-10-27 07:39:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new/gstreamer-plugins-bad.changes
 2012-11-24 20:59:50.0 +0100
@@ -1,0 +2,13 @@
+Thu Nov 22 08:04:57 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.0.3:
+  + mpegtsmux: fix DTS/PTS confusion
+  + tsdemux, tsparse: seeking fixes
+  + tsdemux, tsparse: fix timestamping with push-based input
+  + h264parse: fix PPS insertion
+  + mpg123audiodec: fix leaks from not chaining up in the finalize
+function
+  + Bugs fixed: bgo#686871, bgo#687178, bgo#687806, bgo#688091,
+bgo#688626, bgo#688510.
+
+---

Old:

  gst-plugins-bad-1.0.2-patched.tar.xz
  gst-plugins-bad-1.0.2.tar.xz

New:

  gst-plugins-bad-1.0.3-patched.tar.xz
  gst-plugins-bad-1.0.3.tar.xz



Other differences:
--
++ gstreamer-plugins-bad.spec ++
--- /var/tmp/diff_new_pack.QEGrr8/_old  2012-11-24 20:59:52.0 +0100
+++ /var/tmp/diff_new_pack.QEGrr8/_new  2012-11-24 20:59:52.0 +0100
@@ -27,7 +27,7 @@
 # Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
 # Use rpmbuild -D 'BUILD_ORIG 1' -D 'BUILD_ORIG_ADDON 1' to build patched 
build plus original as addon.
 %define _name gst-plugins-bad
-Version:1.0.2
+Version:1.0.3
 Release:0
 # FIXME: missing BuildRequires on pkgconfig(wayland-client)
 # FIXME: re-enable opencv BuildRequires once bnc#748666 is fixed (we don't 
want to depend on libxine!)

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



commit gstreamer-plugins-base for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-base for 
openSUSE:Factory checked in at 2012-11-24 21:00:13

Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-base (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new (New)


Package is gstreamer-plugins-base, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-base/gstreamer-plugins-base.changes
2012-10-26 17:07:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new/gstreamer-plugins-base.changes
   2012-11-24 21:00:16.0 +0100
@@ -1,0 +2,13 @@
+Thu Nov 22 08:05:20 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.0.3:
+  + typefind: detect isml ftyp as iso-fragmented video/quicktime
+  + typefinding improvements fixing playback of some wavpack files
+  + textoverlay rendering fixes
+  + gobject-introspection annotation fixes
+  + API additions.
+  + Bugs fixed: bgo#686276, bgo#687030, bgo#687055, bgo#687057,
+bgo#687421, bgo#687459, bgo#687473, bgo#687620, bgo#687666,
+bgo#687674, bgo#687991, bgo#687994, bgo#688151, bgo#686841.
+
+---

Old:

  gst-plugins-base-1.0.2.tar.xz

New:

  gst-plugins-base-1.0.3.tar.xz



Other differences:
--
++ gstreamer-plugins-base.spec ++
--- /var/tmp/diff_new_pack.jQHD4z/_old  2012-11-24 21:00:17.0 +0100
+++ /var/tmp/diff_new_pack.jQHD4z/_new  2012-11-24 21:00:17.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   gstreamer-plugins-base
 %define _name gst-plugins-base
-Version:1.0.2
+Version:1.0.3
 Release:0
 %define gst_branch 1.0
 Url:http://gstreamer.freedesktop.org/
@@ -26,7 +26,7 @@
 Summary:GStreamer Streaming-Media Framework Plug-Ins
 License:LGPL-2.1+ and GPL-2.0+
 Group:  Productivity/Multimedia/Other
-Source: 
http://download.gnome.org/sources/gst-plugins-base/1.0/%{_name}-%{version}.tar.xz
+Source: 
http://gstreamer.freedesktop.org/src/gst-plugins-base/%{_name}-%{version}.tar.xz
 Source2:baselibs.conf
 BuildRequires:  cdparanoia-devel
 BuildRequires:  glib2-devel = 2.32

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



commit gstreamer-plugins-good for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-good for 
openSUSE:Factory checked in at 2012-11-24 21:00:36

Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-good (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new (New)


Package is gstreamer-plugins-good, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-good/gstreamer-plugins-good.changes
2012-10-26 17:07:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new/gstreamer-plugins-good.changes
   2012-11-24 21:00:38.0 +0100
@@ -1,0 +2,12 @@
+Thu Nov 22 08:05:44 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.0.3:
+  + rtspsrc: numerous improvements
+  + build fix for gst-plugins-base installed in non-default prefix
+  + multifilesink: post messages in max-size mode as well
+  + vp8dec: improve robustness on decoding errors, e.g. for
+videocalls over RTP
+  + Bugs fixed: bgo#639420, bgo#686837, bgo#686985, bgo#687013,
+bgo#687154, bgo#687330, bgo#687464, bgo#688382.
+
+---

Old:

  gst-plugins-good-1.0.2.tar.xz

New:

  gst-plugins-good-1.0.3.tar.xz



Other differences:
--
++ gstreamer-plugins-good.spec ++
--- /var/tmp/diff_new_pack.8MXCWS/_old  2012-11-24 21:00:40.0 +0100
+++ /var/tmp/diff_new_pack.8MXCWS/_new  2012-11-24 21:00:40.0 +0100
@@ -22,14 +22,14 @@
 
 Name:   gstreamer-plugins-good
 %define _name gst-plugins-good
-Version:1.0.2
+Version:1.0.3
 Release:0
 %define gst_branch 1.0
 Summary:GStreamer Streaming-Media Framework Plug-Ins
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Url:http://gstreamer.freedesktop.org/
-Source0:
http://download.gnome.org/sources/gst-plugins-good/1.0/%{_name}-%{version}.tar.xz
+Source0:
http://gstreamer.freedesktop.org/src/gst-plugins-good/%{_name}-%{version}.tar.xz
 %if 0%{?ENABLE_AALIB}
 BuildRequires:  aalib-devel
 %endif

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



commit gstreamer-plugins-ugly for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-ugly for 
openSUSE:Factory checked in at 2012-11-24 21:02:06

Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-ugly (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new (New)


Package is gstreamer-plugins-ugly, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-ugly/gstreamer-plugins-ugly.changes
2012-10-27 07:39:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new/gstreamer-plugins-ugly.changes
   2012-11-24 21:02:09.0 +0100
@@ -1,0 +2,8 @@
+Thu Nov 22 08:06:06 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.0.3:
+  + cdio: try to handle CD-TEXT in non-UTF8 encodings
+  + xingmux, siddec, dvdlpcmdec and dvdsubdec fixes
+  + Bugs fixed: bgo#686931, bgo#687192, bgo#687927.
+
+---

Old:

  gst-plugins-ugly-1.0.2-patched.tar.xz
  gst-plugins-ugly-1.0.2.tar.xz

New:

  gst-plugins-ugly-1.0.3-patched.tar.xz
  gst-plugins-ugly-1.0.3.tar.xz



Other differences:
--
++ gstreamer-plugins-ugly.spec ++
--- /var/tmp/diff_new_pack.iLsqDg/_old  2012-11-24 21:02:10.0 +0100
+++ /var/tmp/diff_new_pack.iLsqDg/_new  2012-11-24 21:02:10.0 +0100
@@ -24,7 +24,7 @@
 %define _experimental 1
 
 Name:   gstreamer-plugins-ugly
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:GStreamer Streaming-Media Framework Plug-Ins
 License:LGPL-2.1+

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



commit gucharmap for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package gucharmap for openSUSE:Factory 
checked in at 2012-11-24 21:03:03

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


Package is gucharmap, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gucharmap/gucharmap.changes  2012-10-19 
13:29:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.gucharmap.new/gucharmap.changes 2012-11-24 
21:03:05.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 13 07:48:13 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.1:
+  + Bug fixes.
+  + Updated translations.
+
+---

Old:

  gucharmap-3.6.0.tar.xz

New:

  gucharmap-3.6.1.tar.xz



Other differences:
--
++ gucharmap.spec ++
--- /var/tmp/diff_new_pack.SDYJ3q/_old  2012-11-24 21:03:06.0 +0100
+++ /var/tmp/diff_new_pack.SDYJ3q/_new  2012-11-24 21:03:06.0 +0100
@@ -22,7 +22,7 @@
 %define pc_api 2.90
 
 Name:   gucharmap
-Version:3.6.0
+Version:3.6.1
 Release:0
 # FIXME vala bindings are currently disabled by upstream and not supposed to 
auto-enable
 Summary:A Featureful Unicode Character Map

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



commit gvfs for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory checked in 
at 2012-11-24 21:06:56

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


Package is gvfs, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gvfs/gvfs.changes2012-10-19 
10:09:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.gvfs.new/gvfs.changes   2012-11-24 
21:06:58.0 +0100
@@ -1,0 +2,12 @@
+Tue Nov 13 12:17:25 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.14.2:
+  + proxy volume monitor:
+- Don't emit connected/added signals at object creation
+- Don't disable exit_on_close on session bus
+- Don't force-close the session bus
+  + gdaemonmount: Check for a NULL GMountOperation when unmounting
+  + smb: Find libsmbclient with samba 4
+  + Updated translations.
+
+---

Old:

  gvfs-1.14.1.tar.xz

New:

  gvfs-1.14.2.tar.xz



Other differences:
--
++ gvfs.spec ++
--- /var/tmp/diff_new_pack.tw8rzL/_old  2012-11-24 21:06:59.0 +0100
+++ /var/tmp/diff_new_pack.tw8rzL/_new  2012-11-24 21:06:59.0 +0100
@@ -20,7 +20,7 @@
 %define with_cdda 1
 
 Name:   gvfs
-Version:1.14.1
+Version:1.14.2
 Release:0
 Summary:VFS functionality for GLib
 License:LGPL-2.0+

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



commit IPython for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package IPython for openSUSE:Factory checked 
in at 2012-11-24 21:10:37

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


Package is IPython, Maintainer is jmate...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/IPython/python3-IPython.changes  2012-10-25 
12:09:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.IPython.new/python3-IPython.changes 
2012-11-24 21:10:37.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 22 09:39:27 UTC 2012 - toddrme2...@gmail.com
+
+- Remove openSUSE 11.4 spec file workarounds
+
+---



Other differences:
--
++ python3-IPython.spec ++
--- /var/tmp/diff_new_pack.ghCEWb/_old  2012-11-24 21:10:39.0 +0100
+++ /var/tmp/diff_new_pack.ghCEWb/_new  2012-11-24 21:10:39.0 +0100
@@ -26,7 +26,6 @@
 Summary:An Enhanced Interactive Python Shell
 License:LGPL-2.1+
 Group:  Development/Languages/Python
-BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
@@ -40,14 +39,6 @@
 #%else
 #Suggests:   python3-wxGTK
 #%endif
-%if 0%{?suse_version} = 1140
-%{!?python3_sitelib: %global python3_sitelib %(python3 -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
-%{!?py3_ver: %global py3_ver %(python3 -c import sys; 
version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); 
print(version) 2/dev/null || echo PYTHON-NOT-FOUND)}
-%ifarch x86_64
-# to allow ownership of noarch python directories
-BuildRequires:  python3-32bit
-%endif
-%endif
 BuildArch:  noarch
 Requires:   python3-distribute
 Requires:   python3-xml

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



commit knot for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package knot for openSUSE:Factory checked in 
at 2012-11-24 21:11:06

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


Package is knot, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/knot/knot.changes2012-09-01 
10:31:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.knot.new/knot.changes   2012-11-24 
21:11:11.0 +0100
@@ -1,0 +2,72 @@
+Thu Nov 22 17:22:37 UTC 2012 - ond...@sury.org
+
+- update to 1.1.2:
+Bugfixes:
+   * Fixed crash on reload when config contained duplicate zones.
+   * Fixed scheduling of transfers.
+   * Fixed debug message.
+
+- merge some changes from fedora spec file
+- remove unittest files, they don't belong in binary packages
+- depend on texinfo package to build the documentation
+
+---
+Tue Nov 20 12:37:14 UTC 2012 - pgaj...@suse.com
+
+- update to 1.1.1:
+New features:
+* Optionally disable ANY queries for authoritative answers.
+* Dropping identical records in zone and incoming transfers.
+* Support for '/' in zone names.
+* Generating journal from reloaded zone (EXPERIMENTAL).
+* Outgoing-only interfaces in configuration file.
+* Following DNAME if the synthetized name is in the same zone.
+* Signing SOA with TSIG queries when checking zone version with master.
+* Improved compression of packets. Out-of-zone dnames present in RDATA
+  were not compressed.
+* Slave zones are now automatically refreshed after startup.
+* Proper response to IXFR/UDP query (returns SOA in Authority section).
+
+Bugfixes:
+* Crash when zone contained RRSIG signing a CNAME, but did not
+  contain the CNAME.
+* Malformed packets parsing.
+* Failed IXFR caused memory leaks.
+* Failed IXFR might have resulted in inconsistent zone structures.
+* Fixed answering to +dnssec queries when NSEC3 chain is corrupted.
+* Fixed answering when transitioning from NSEC3 to NSEC.
+* Fixed answering when zone contains multiple NSEC3 chains.
+* Handling RRSets with different TTLs - TTL from the first RR is used.
+* Synchronization of zone reload and zone transfers.
+* Fixed build on NetBSD 5 and FreeBSD.
+* Fixed binding to both IPv4 and IPv6 at the same time on special
+  interfaces.
+* Fixed access rights of created files.
+* Semantic checks corrupted RDATA domain names which are covered by
+  wildcard in the same zone.
+* Fixed ixfr-from-differences journal generation in case of IPSECKEY
+  and APL records.
+* Fixed possible leak on server shutdown with a pending transfer.
+* Syncing journal to zone was not updating the compiled zone database.
+* Crash after IXFR in certain cases when adding RRSIG in an IXFR.
+* Fixed behaviour when incoming IXFR removes a zone cut. Previously
+  occluded names now become properly visible. Previously lead to a
+  crash when the server was asked for the previously occluded name.
+* Fixed handling of zero-length strings in text zone dump. Caused the
+  compilation to fail.
+* Fixed TSIG algorithm name comparison - the names should be in
+  canonical form.
+* Fixed handling unknown RR types with type less than 251.
+
+Other improvements:
+* IXFR-in optimized.
+* Many zones loading optimized.
+* More detailed log messages (mostly transfer-related).
+* Copying Question section to error responses.
+* Using zone name from config file as default origin in zone file.
+* Additional records are now added to response also from
+  wildcard-covered names.
+* Improved user manual.
+* Better checks of corrupted zone database.
+
+---

Old:

  knot-1.0.6.tar.gz

New:

  knot-1.1.2.tar.bz2



Other differences:
--
++ knot.spec ++
--- /var/tmp/diff_new_pack.ZgCI4V/_old  2012-11-24 21:11:12.0 +0100
+++ /var/tmp/diff_new_pack.ZgCI4V/_new  2012-11-24 21:11:12.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package knot-dns
+# spec file for package knot
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,30 +15,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   knot
 Url:http://www.knot-dns.cz
-Version:1.0.6
+Version:1.1.2
 Release:0
-Summary:An 

commit kye for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package kye for openSUSE:Factory checked in 
at 2012-11-24 21:11:18

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


Package is kye, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kye/kye.changes  2012-11-16 13:39:10.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kye.new/kye.changes 2012-11-24 
21:11:20.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 16 13:48:52 UTC 2012 - jeng...@inai.de
+
+- Always mark stylesheets as CSS [bnc#789728, bgo#514268]
+
+---



Other differences:
--
++ kye.spec ++
--- /var/tmp/diff_new_pack.t6EIBJ/_old  2012-11-24 21:11:20.0 +0100
+++ /var/tmp/diff_new_pack.t6EIBJ/_new  2012-11-24 21:11:20.0 +0100
@@ -55,6 +55,14 @@
 %build
 python setup.py build;
 
+# Workaround for librsvg bug [bnc#789728]
+mkdir t;
+pushd t/;
+tar -xzf ../images.tar.gz;
+perl -i -pe 's{style}{style type=text/css}gs' *.svg;
+tar -czf ../images.tar.gz *;
+popd;
+
 %install
 python setup.py install --prefix=%_prefix --root=%buildroot;
 mkdir -p %buildroot/%_datadir/pixmaps;


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



commit libEMF for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package libEMF for openSUSE:Factory checked 
in at 2012-11-24 21:26:58

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


Package is libEMF, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libEMF/libEMF.changes2012-08-22 
12:12:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.libEMF.new/libEMF.changes   2012-11-24 
21:27:00.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov  7 16:25:41 CET 2012 - sbra...@suse.cz
+
+- Upgrade to version 1.0.7:
+  * Fixes and additions for various non-x86 architectures.
+
+---

Old:

  fix-arm.patch
  libEMF-1.0.6.tar.gz

New:

  libEMF-1.0.7.tar.gz



Other differences:
--
++ libEMF.spec ++
--- /var/tmp/diff_new_pack.bnfZ4W/_old  2012-11-24 21:27:01.0 +0100
+++ /var/tmp/diff_new_pack.bnfZ4W/_new  2012-11-24 21:27:01.0 +0100
@@ -18,17 +18,16 @@
 
 Name:   libEMF
 BuildRequires:  gcc-c++
-Version:1.0.6
+Version:1.0.7
 Release:0
 Source: %{name}-%{version}.tar.gz
-Patch0: fix-arm.patch
 Url:http://libemf.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Library for Manipulation with Enhanced MetaFile (EMF, ECMA-234)
 License:LGPL-2.1+ ; GPL-2.0+
 Group:  System/Libraries
 # taken from includes/wine/winnt.h
-ExclusiveArch:  %ix86 x86_64 ppc64 sparc %arm
+ExclusiveArch:  alpha %arm %ix86 mips ppc ppc64 sparc s390 s390x x86_64
 
 %description
 LibEMF is a C/C++ library that provides a drawing toolkit based on
@@ -91,7 +90,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure\

++ libEMF-1.0.6.tar.gz - libEMF-1.0.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libEMF-1.0.6/configure new/libEMF-1.0.7/configure
--- old/libEMF-1.0.6/configure  2012-05-24 17:52:56.0 +0200
+++ new/libEMF-1.0.7/configure  2012-11-07 12:21:50.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for libEMF 1.0.6.
+# Generated by GNU Autoconf 2.63 for libEMF 1.0.7.
 #
 # Report bugs to dallenbarn...@users.sourceforge.net.
 #
@@ -745,8 +745,8 @@
 # Identity of this package.
 PACKAGE_NAME='libEMF'
 PACKAGE_TARNAME='libemf'
-PACKAGE_VERSION='1.0.6'
-PACKAGE_STRING='libEMF 1.0.6'
+PACKAGE_VERSION='1.0.7'
+PACKAGE_STRING='libEMF 1.0.7'
 PACKAGE_BUGREPORT='dallenbarn...@users.sourceforge.net'
 
 ac_unique_file=include/libEMF/emf.h
@@ -1487,7 +1487,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures libEMF 1.0.6 to adapt to many kinds of systems.
+\`configure' configures libEMF 1.0.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1557,7 +1557,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of libEMF 1.0.6:;;
+ short | recursive ) echo Configuration of libEMF 1.0.7:;;
esac
   cat \_ACEOF
 
@@ -1662,7 +1662,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-libEMF configure 1.0.6
+libEMF configure 1.0.7
 generated by GNU Autoconf 2.63
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1676,7 +1676,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libEMF $as_me 1.0.6, which was
+It was created by libEMF $as_me 1.0.7, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   $ $0 $@
@@ -2525,7 +2525,7 @@
 
 # Define the identity of the package.
  PACKAGE=libEMF
- VERSION=1.0.6
+ VERSION=1.0.7
 
 
 cat confdefs.h _ACEOF
@@ -17293,7 +17293,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by libEMF $as_me 1.0.6, which was
+This file was extended by libEMF $as_me 1.0.7, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -17356,7 +17356,7 @@
 _ACEOF
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_version=\\
-libEMF config.status 1.0.6
+libEMF config.status 1.0.7
 configured by $0, generated by GNU Autoconf 2.63,
   with options \\`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`\\
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit libgweather for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package libgweather for openSUSE:Factory 
checked in at 2012-11-24 21:40:48

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


Package is libgweather, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libgweather/libgweather.changes  2012-10-19 
10:18:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgweather.new/libgweather.changes 
2012-11-24 21:40:49.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 13 15:20:01 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Updated translations.
+
+---

Old:

  libgweather-3.6.1.tar.xz

New:

  libgweather-3.6.2.tar.xz



Other differences:
--
++ libgweather.spec ++
--- /var/tmp/diff_new_pack.8pJSRz/_old  2012-11-24 21:40:51.0 +0100
+++ /var/tmp/diff_new_pack.8pJSRz/_new  2012-11-24 21:40:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libgweather
-Version:3.6.1
+Version:3.6.2
 Release:0
 Summary:Library to get online weather information
 License:GPL-2.0+

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



commit libid3tag for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package libid3tag for openSUSE:Factory 
checked in at 2012-11-24 21:49:27

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


Package is libid3tag, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libid3tag/libid3tag.changes  2011-11-21 
12:35:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.libid3tag.new/libid3tag.changes 2012-11-24 
21:49:28.0 +0100
@@ -1,0 +2,8 @@
+Thu Nov 22 18:26:13 UTC 2012 - crrodrig...@opensuse.org
+
+- libid3tag-visibility.patch: Hide all symbols that are not
+  part of the public API.
+- spec file: DO not inject bogus dependencies into the
+  system via pkgconfig files. 
+
+---

New:

  libid3tag-visibility.patch



Other differences:
--
++ libid3tag.spec ++
--- /var/tmp/diff_new_pack.5aKUGj/_old  2012-11-24 21:49:29.0 +0100
+++ /var/tmp/diff_new_pack.5aKUGj/_new  2012-11-24 21:49:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libid3tag
 #
-# 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,18 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libid3tag
-BuildRequires:  gperf zlib-devel
-BuildRequires:  pkg-config
+BuildRequires:  gperf
 BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  zlib-devel
 Summary:ID3 Tag Manipulation Library
-Version:0.15.1b
-Release:169
-Group:  System/Libraries
 License:GPL-2.0+
+Group:  System/Libraries
+Version:0.15.1b
+Release:0
 Url:http://www.underbit.com/products/mad/
 Source: %{name}-%{version}.tar.bz2
 Patch:  libid3tag-noweak.dif
@@ -35,6 +34,7 @@
 Patch3: libid3tag-automake-fix.dif
 Patch4: libid3tag-optflags.patch
 Patch5: libid3tag-0.15.1b-fix_overflow.patch
+Patch6: libid3tag-visibility.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,10 +42,10 @@
 the various versions of ID3v2.
 
 %package devel
-License:GPL-2.0+
 Summary:Development package for libid3tag library
 Group:  Development/Libraries/C and C++
-Requires:   libid3tag = %version zlib-devel
+Requires:   glibc-devel
+Requires:   libid3tag = %version
 
 %description devel
 This package contains the header files and static libraries needed to
@@ -59,12 +59,12 @@
 %patch3
 %patch4
 %patch5
-
+%patch6
 %build
-autoreconf -fi
+autoreconf -fiv
 %configure --disable-static
 make %{?jobs:-j %jobs}
-echo -e 
prefix=%_prefix\nexec_prefix=%_prefix\nlibdir=%_libdir\nincludedir=%_includedir\nName:
 id3tag\nDescription: ID3 tag library\nRequires:\nVersion: %version\nLibs: 
-L%_libdir -lid3tag\nLibs.private: -lz\nCflags: -I%_includedir\n  id3tag.pc
+echo -e 
prefix=%_prefix\nexec_prefix=%_prefix\nlibdir=%_libdir\nincludedir=%_includedir\nName:
 id3tag\nDescription: ID3 tag library\nRequires:\nVersion: %version\nLibs: 
-L%_libdir -lid3tag\nCflags: -I%_includedir\n  id3tag.pc
 
 %install
 %makeinstall
@@ -76,7 +76,7 @@
 %postun -p /sbin/ldconfig
 
 %clean
-[ $RPM_BUILD_ROOT != / ]  rm -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)

++ libid3tag-visibility.patch ++
--- configure.ac.orig
+++ configure.ac
@@ -36,7 +36,9 @@ AC_CANONICAL_HOST
 
 dnl Checks for programs.
 
-AC_PROG_CC
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
 
 if test $GCC = yes
 then
@@ -61,7 +63,7 @@ dnl Support for libtool.
 
 dnl AC_DISABLE_SHARED
 dnl AC_LIBTOOL_WIN32_DLL
-AC_PROG_LIBTOOL
+LT_INIT([disable-static pic-only])
 
 AC_SUBST(LIBTOOL_DEPS)
 
--- compat.h.orig
+++ compat.h
@@ -24,6 +24,8 @@
 
 # include id3tag.h
 
+#pragma GCC visibility push(hidden)
+
 typedef int id3_compat_func_t(struct id3_frame *, char const *,
  id3_byte_t const *, id3_length_t);
 
@@ -38,4 +40,5 @@ struct id3_compat const *id3_compat_look
 
 int id3_compat_fixup(struct id3_tag *);
 
+#pragma GCC visibility pop
 # endif
--- crc.h.orig
+++ crc.h
@@ -23,7 +23,7 @@
 # define LIBID3TAG_CRC_H
 
 # include id3tag.h
-
+#pragma GCC visibility push(hidden)
 unsigned long id3_crc_compute(id3_byte_t const *, id3_length_t);
-
+#pragma GCC visibility pop
 # endif
--- debug.h.orig
+++ debug.h
@@ -23,12 +23,12 @@
 # define LIBID3TAG_DEBUG_H
 
 # include stdlib.h
-
+#pragma GCC 

commit libinfinity for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package libinfinity for openSUSE:Factory 
checked in at 2012-11-24 21:58:00

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


Package is libinfinity, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libinfinity/libinfinity.changes  2012-03-29 
11:41:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.libinfinity.new/libinfinity.changes 
2012-11-24 21:58:02.0 +0100
@@ -1,0 +2,9 @@
+Wed Oct 31 12:06:25 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.5.3:
+  + Fix a crash when a connection goes down at the moment
+libinfinity is trying to send data.
+  + Fix possible undefined behavior at type registration.
+- Add libinfiniti-includes.patch: Fix missing header includes.
+
+---

Old:

  libinfinity-0.5.2.tar.gz

New:

  libinfinity-0.5.3.tar.gz
  libinfinity-includes.patch



Other differences:
--
++ libinfinity.spec ++
--- /var/tmp/diff_new_pack.amFjTm/_old  2012-11-24 21:58:03.0 +0100
+++ /var/tmp/diff_new_pack.amFjTm/_new  2012-11-24 21:58:03.0 +0100
@@ -17,18 +17,33 @@
 
 
 Name:   libinfinity
+Summary:Implementation of the Infinote collaborative editing protocol
+License:LGPL-2.1+
+Group:  Development/Libraries/GNOME
+Version:0.5.3
+Release:0
+%define _version 0.5
+Url:http://gobby.0x539.de/
+Source0:http://releases.0x539.de/libinfinity/%{name}-%{version}.tar.gz
+Source1:infinoted.init
+Source2:infinoted.sysconfig
+Source3:infinoted.conf
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
+Patch0: infinoted-add-conf-subdir.patch
+# PATCH-FIX-UPSTREAM libinfinity-includes.patch dims...@opensuse.org -- Fix 
build: include missing headers (implicit declaration of strcmp())
+Patch1: libinfinity-includes.patch
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel
 BuildRequires:  gtk-doc
 BuildRequires:  pam-devel
 %if 0%{?favor_gtk2}
-BuildRequires:  glib2-devel
 BuildRequires:  gnutls-devel
-BuildRequires:  gtk2-devel
 BuildRequires:  libavahi-devel
 BuildRequires:  libdaemon-devel
 BuildRequires:  libgsasl-devel
-BuildRequires:  libxml2-devel
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libxml-2.0)
 %else
 BuildRequires:  pkgconfig(avahi-client)
 BuildRequires:  pkgconfig(glib-2.0)
@@ -38,18 +53,6 @@
 BuildRequires:  pkgconfig(libgsasl)
 BuildRequires:  pkgconfig(libxml-2.0)
 %endif
-Version:0.5.2
-Release:0
-%define _version 0.5
-Summary:Implementation of the Infinote collaborative editing protocol
-License:LGPL-2.1+
-Group:  Development/Libraries/GNOME
-Source0:http://releases.0x539.de/libinfinity/%{name}-%{version}.tar.gz
-Source1:infinoted.init
-Source2:infinoted.sysconfig
-Source3:infinoted.conf
-Patch0: infinoted-add-conf-subdir.patch
-Url:http://gobby.0x539.de/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -74,12 +77,12 @@
 %package devel
 Summary:Implementation of the Infinote collaborative editing protocol
 Group:  Development/Libraries/GNOME
-Requires:   glib2-devel
-Requires:   gtk2-devel
 Requires:   libgnutls-devel
 Requires:   libgsasl-devel
 Requires:   libinfinity-1_0-0 = %{version}
-Requires:   libxml2-devel
+Requires:   pkgconfig(glib-2.0)
+Requires:   pkgconfig(gtk+-2.0)
+Requires:   pkgconfig(libxml-2.0)
 
 %description devel
 libinfinity is an implementation of the Infinote protocol written in
@@ -100,32 +103,33 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 # -fno-strict-aliasing added 2009-05-07. Need for 0.3.0 -- vuntz
-CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
+CFLAGS=%{optflags} -fno-strict-aliasing
 %configure --disable-static --with-pic \
 %if 0%{?favor_gtk2}
   --without-gtk3
 %else
   --with-gtk3
 %endif
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name}-%{_version}
-find %{buildroot} -type f -name *.la -exec %{__rm} -fv {} +
+find %{buildroot} -type f -name *.la -delete -print
 # Create init.d files
-install -D -m 0755 %{S:1} %{buildroot}%{_sysconfdir}/init.d/infinoted
+install -D -m 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/init.d/infinoted
 install -d -m 0755 %{buildroot}%{_sbindir}
 ln -s %{_sysconfdir}/init.d/infinoted %{buildroot}%{_sbindir}/rcinfinoted
 # Create sysconfig data
-install -D -m 0644 %{S:2} 

commit liboauth for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package liboauth for openSUSE:Factory 
checked in at 2012-11-24 22:00:04

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


Package is liboauth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/liboauth/liboauth.changes2011-11-22 
17:48:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.liboauth.new/liboauth.changes   2012-11-24 
22:00:05.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 22 14:18:44 UTC 2012 - crrodrig...@opensuse.org
+
+- Remove dependency bloat on curl/openssl on main and devel
+  packages. 
+
+---



Other differences:
--
++ liboauth.spec ++
--- /var/tmp/diff_new_pack.jvUxSX/_old  2012-11-24 22:00:06.0 +0100
+++ /var/tmp/diff_new_pack.jvUxSX/_new  2012-11-24 22:00:06.0 +0100
@@ -29,8 +29,6 @@
 BuildRequires:  libcurl-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libtool
-Requires:   curl
-Requires:   openssl
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:liboauth-%{version}.tar.gz
 Source1:baselibs.conf
@@ -62,7 +60,6 @@
 Summary:Development and Include Files for liboauth
 Group:  Development/Libraries/C and C++
 Requires:   glibc-devel
-Requires:  libopenssl-devel
 Requires:   %{libname} = %{version}
 %description devel
 liboauth is a collection of c functions implementing the http://oauth.net API.
@@ -79,6 +76,7 @@
 #%patch10 -p1
 
 %build
+sed -i -e '/^Libs.private/d' -e '/^Requires.private/d' oauth.pc.in
 autoreconf --force --install
 %configure --disable-static --with-pic
 %{__make} %{?_smp_flags} all

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



commit libsecret for openSUSE:Factory

2012-11-24 Thread h_root
Hello community,

here is the log from the commit of package libsecret for openSUSE:Factory 
checked in at 2012-11-24 22:05:40

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


Package is libsecret, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libsecret/libsecret.changes  2012-10-19 
10:19:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsecret.new/libsecret.changes 2012-11-24 
22:05:42.0 +0100
@@ -1,0 +2,9 @@
+Thu Nov 22 10:09:16 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.12:
+  + When storing a secret, create default keyring if necessary.
+  + Share the memory pool with the gcr or libgnome-keyring library.
+  + Testing and other fixes.
+  + Build fixes.
+
+---

Old:

  libsecret-0.11.tar.xz

New:

  libsecret-0.12.tar.xz



Other differences:
--
++ libsecret.spec ++
--- /var/tmp/diff_new_pack.Fd0bUL/_old  2012-11-24 22:05:44.0 +0100
+++ /var/tmp/diff_new_pack.Fd0bUL/_new  2012-11-24 22:05:44.0 +0100
@@ -19,13 +19,13 @@
 %define have_lang 1
 
 Name:   libsecret
-Version:0.11
+Version:0.12
 Release:0
 Summary:Library for accessing the Secret Service API
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://www.gnome.org/
-Source0:
http://download.gnome.org/sources/libsecret/0.11/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/libsecret/0.12/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes

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