commit vpnc for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package vpnc for openSUSE:Factory checked in 
at 2012-10-10 09:35:08

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


Package is "vpnc", Maintainer is "co...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/vpnc/vpnc.changes2012-02-08 
17:21:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.vpnc.new/vpnc.changes   2012-10-10 
09:41:01.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 08:56:14 UTC 2012 - tittiatc...@gmail.com
+
+- Update to rev 517 of nortel branch
+  - Check Vendor vs nat traversal mode
+  - Fix compatibility with Solaris 10 /bin/sh
+- Package now owns the /var/run/vpnc directory (bnc#773379)
+
+---

Old:

  vpnc-0.5.3r512.tar.bz2

New:

  vpnc-0.5.3r517.tar.bz2



Other differences:
--
++ vpnc.spec ++
--- /var/tmp/diff_new_pack.aIyNLJ/_old  2012-10-10 09:41:06.0 +0200
+++ /var/tmp/diff_new_pack.aIyNLJ/_new  2012-10-10 09:41:06.0 +0200
@@ -21,13 +21,14 @@
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgnutls-devel
 BuildRequires:  pkg-config
-Version:0.5.3r512
+Version:0.5.3r517
 Release:0
 Summary:A Client for Cisco VPN concentrator
 License:GPL-2.0+
 Group:  Productivity/Networking/Security
 Url:http://svn.unix-ag.uni-kl.de/vpnc/branches/vpnc-nortel
-Requires:   /usr/bin/sed /sbin/ip
+Requires:   /sbin/ip
+Requires:   /usr/bin/sed
 Source: %{name}-%{version}.tar.bz2
 # only for checkin warnings...
 Source1:checkout_svn.sh
@@ -73,8 +74,7 @@
 make PREFIX=/usr
 
 %install
-mkdir -p \
-   ${RPM_BUILD_ROOT}/%{_localstatedir}/run/vpnc
+mkdir -p ${RPM_BUILD_ROOT}/%{_localstatedir}/run/vpnc
 %{__make} install \
DESTDIR=${RPM_BUILD_ROOT} \
PREFIX=/usr
@@ -86,6 +86,7 @@
 %files
 %defattr(-,root,root)
 %attr(0600,root,root) %config(noreplace) %ghost 
%{_sysconfdir}/vpnc/default.conf
+%ghost %{_localstatedir}/run/vpnc
 %dir %{_sysconfdir}/vpnc
 %{_sysconfdir}/vpnc/vpnc-script
 %{_sbindir}/vpnc

++ vpnc-0.5.3r512.tar.bz2 -> vpnc-0.5.3r517.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vpnc/config.c new/vpnc/config.c
--- old/vpnc/config.c   2012-01-14 08:57:51.0 +0100
+++ new/vpnc/config.c   2012-01-29 12:23:05.0 +0100
@@ -15,7 +15,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-   $Id: config.c 511 2012-01-14 07:57:51Z Antonio Borneo $
+   $Id: config.c 514 2012-01-29 11:23:05Z Antonio Borneo $
 */
 
 #define _GNU_SOURCE
@@ -828,6 +828,19 @@
printf("%s: unknown nat traversal mode %s\nknown modes: 
natt none force-natt cisco-udp nortel-udp\n", argv[0], 
config[CONFIG_NATT_MODE]);
exit(1);
}
+   if ((opt_vendor == VENDOR_NORTEL) &&
+   (opt_natt_mode != NATT_NONE) &&
+   (opt_natt_mode != NATT_NORTEL_UDP)) {
+   printf("%s: Vendor nortel only accepts nat traversal 
modes: none nortel-udp\n"
+   "\tdefaults to \"none\"\n", argv[0]);
+   opt_natt_mode = NATT_NONE;
+   }
+   if ((opt_vendor != VENDOR_NORTEL) &&
+   (opt_natt_mode == NATT_NORTEL_UDP)) {
+   printf("%s: nat traversal mode nortel-udp allowed for 
Vendor nortel only\n"
+   "\tdefaults to \"none\"\n", argv[0]);
+   opt_natt_mode = NATT_NONE;
+   }
 
if (!strcmp(config[CONFIG_IF_MODE], "tun")) {
opt_if_mode = IF_MODE_TUN;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vpnc/mk-version new/vpnc/mk-version
--- old/vpnc/mk-version 2012-01-14 10:04:23.0 +0100
+++ new/vpnc/mk-version 2012-03-24 16:07:00.0 +0100
@@ -3,45 +3,45 @@
 # print vpnc version from file VERSION, appending the string printed
 # by svnversion(1) if appropriate
 
-function git_svn_version ()
+in_git_repository ()
 {
-   local key value svn_log svn_commit svn_ver
-
-   # exit if not in git repository
-   if [ "true" != "$(git rev-parse --is-inside-work-tree 2>/dev/null)" ]; 
then
-   return
-   fi
+   git rev-parse --is-inside-work-tree > /dev/null 2>&1
+   return $?
+}
 
+git_svn_version ()
+{
# search for svn-remote defined in git configuration
+   svn_url_pattern=""
while read key value; do
-  

commit uget for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package uget for openSUSE:Factory checked in 
at 2012-10-10 09:34:50

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


Package is "uget", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/uget/uget.changes2012-09-23 
21:14:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.uget.new/uget.changes   2012-10-10 
09:40:53.0 +0200
@@ -1,0 +2,14 @@
+Fri Oct  5 10:16:53 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.10.2:
+  + Display "unnamed URL" if no filename specified.
+  + Add new hotkeys: Enter, Shift+Enter, Delete, and Shift+Delete.
+  + Don't assign filename even if program accept '--quiet' argument.
+  + Hide aria2 console window in Windows platform.
+  + Program can build with gstreamer-1.0 (auto detect by autoconf).
+  + Updated translations.
+- Replace pkgconfig(gstreamer-0.10) BuildRequires with
+  pkgconfig(gstreamer-1.0), following upstreams port to
+  GStreamer 1.0.
+
+---

Old:

  uget-1.10.1.tar.gz

New:

  uget-1.10.2.tar.gz



Other differences:
--
++ uget.spec ++
--- /var/tmp/diff_new_pack.V78dUu/_old  2012-10-10 09:40:55.0 +0200
+++ /var/tmp/diff_new_pack.V78dUu/_new  2012-10-10 09:40:55.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   uget
-Version:1.10.1
+Version:1.10.2
 Release:0
 Summary:Easy-to-use GTK+ Download Manager
 License:LGPL-2.1+
 Group:  Productivity/Networking/Web/Utilities
 Url:http://urlget.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/1.10.1/%{name}-%{version}.tar.gz
+Source: 
http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/1.10.2/%{name}-%{version}.tar.gz
 BuildRequires:  intltool
 %if 0%{?WITH_APPINDICATOR}
 BuildRequires:  pkgconfig(appindicator3-0.1)
@@ -31,7 +31,7 @@
 BuildRequires:  libcurl-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
-BuildRequires:  pkgconfig(gstreamer-0.10)
+BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4
 BuildRequires:  pkgconfig(libnotify)
 Requires:   aria2

++ uget-1.10.1.tar.gz -> uget-1.10.2.tar.gz ++
 3710 lines of diff (skipped)

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



commit transmageddon for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package transmageddon for openSUSE:Factory 
checked in at 2012-10-10 09:34:20

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


Package is "transmageddon", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/transmageddon/transmageddon.changes  
2012-06-06 16:10:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.transmageddon.new/transmageddon.changes 
2012-10-10 09:34:28.0 +0200
@@ -1,0 +2,27 @@
+Mon Oct  1 19:05:50 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.24:
+  + Switched to Python 3.
+  + Improved handling of missing codecs.
+- Changes from version 0.23:
+  + Switched to GTK3.
+  + Switched to GStreamer 1.0.
+  + Added notifications once file is finished.
+  + Re-enabled support for multipass encoding.
+- Add gobect-introspecton BuildRequires: needed so we can parse
+  the source code and produce typelib()-Requires.
+- Add python3 BuildRequires and Requires. Note: python
+  BuildRequires is still needed, as py-compile references python
+  (without suffix).
+- Drop python-gobject2, python-gtk, python-gstreamer-0_10 and
+  python-xml Requires: they are incorrect as transmageddon has been
+  ported to use the dynamic gi-bindins.
+- Move suse_update_desktop_file call to install, where it belongs.
+- Remove outdated openSUSE version conditions (<= 11.3).
+- Replace GStramer 0.10 Requires/Recommends with GStreamer 1.0:
+  + 0.10: gstreamer-0_10-plugins-base, gstreamer-0_10-plugins-bad,
+gstreamer-0_10-plugins-good
+  + 1.0: gstreamer-0_10-plugins-base, gstreamer-plugins-bad,
+gstreamer-plugins-bad.
+
+---

Old:

  transmageddon-0.21.tar.xz

New:

  transmageddon-0.24.tar.xz



Other differences:
--
++ transmageddon.spec ++
--- /var/tmp/diff_new_pack.KSvtSo/_old  2012-10-10 09:34:29.0 +0200
+++ /var/tmp/diff_new_pack.KSvtSo/_new  2012-10-10 09:34:29.0 +0200
@@ -18,27 +18,27 @@
 
 
 Name:   transmageddon
-Version:0.21
+Version:0.24
 Release:0
 Summary:A Video Transcoder
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Video/Editors and Convertors
 Source: http://www.linuxrising.org/files/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
+# Needed to create typelib() Requires.
+BuildRequires:  gobject-introspection
 BuildRequires:  intltool
+# python is needed for the build (py-compile)
 BuildRequires:  python
+BuildRequires:  python3
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-Requires:   gstreamer-0_10-plugins-base >= 0.10.36
-Requires:   python-gobject2
-Requires:   python-gstreamer-0_10 >= 0.10.22
-Requires:   python-gtk >= 2.24.0
-Requires:   python-xml
-Recommends: gstreamer-0_10-plugins-bad
-Recommends: gstreamer-0_10-plugins-good
+Requires:   gstreamer-plugins-base >= 0.11.0
+Requires:   python3
+Recommends: gstreamer-plugins-bad
+Recommends: gstreamer-plugins-good
 Recommends: %{name}-lang
 BuildArch:  noarch
-%py_requires
 
 %description
 Transmageddon is a video transcoder for Linux and Unix systems
@@ -57,24 +57,18 @@
 %build
 %configure
 %__make %{?_smp_mflags}
-%suse_update_desktop_file %{name} AudioVideoEditing
 
 %install
 %makeinstall
 %fdupes %{buildroot}%{_datadir}
+%suse_update_desktop_file %{name} AudioVideoEditing
 %find_lang %{name} %{?no_lang_C}
 
-%if 0%{?suse_version} > 1130
-
 %post
 %desktop_database_post
-%endif
-
-%if 0%{?suse_version} > 1130
 
 %postun
 %desktop_database_postun
-%endif
 
 %files
 %defattr(-, root, root)

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



commit trace-cmd for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package trace-cmd for openSUSE:Factory 
checked in at 2012-10-10 09:33:46

Comparing /work/SRC/openSUSE:Factory/trace-cmd (Old)
 and  /work/SRC/openSUSE:Factory/.trace-cmd.new (New)


Package is "trace-cmd", Maintainer is "ani...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/trace-cmd/trace-cmd.changes  2012-10-07 
20:07:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.trace-cmd.new/trace-cmd.changes 2012-10-10 
09:34:25.0 +0200
@@ -1,0 +2,13 @@
+Mon Oct  8 19:18:13 UTC 2012 - mgor...@suse.com
+
+- Move to upstream stable version v2.0.1. Previously backported patches
+  and openSUSE-specific path patches have been merged upstream in this
+  version.
+- Allow filtering by function names instead of pointers
+- Numberous formatting fixes
+- Many small stability fixes in the event parser, libtraceevent and trace-cmd.
+  Off-by-one errors, potential memory leaks etc.
+- Reduced memory and CPU usage. Closes file descriptors that pin kernel memory,
+  avoids loading of python if python plugins are not in use.
+
+---

Old:

  add-checks-for-invalid-pointers.patch
  avoid-setting-trace-to-nop-before-recording.patch
  blk-plugin-replace-BLK_TC_BARRIER.patch
  do-not-call-stop_threads-doing-latency-tracing.patch
  move-plugins-lib-directory.patch
  trace-cmd-1.2.tar.bz2

New:

  trace-cmd-2.0.1.tar.bz2



Other differences:
--
++ trace-cmd.spec ++
--- /var/tmp/diff_new_pack.i5TD7D/_old  2012-10-10 09:34:27.0 +0200
+++ /var/tmp/diff_new_pack.i5TD7D/_new  2012-10-10 09:34:27.0 +0200
@@ -16,19 +16,15 @@
 #
 
 
+
 Name:   trace-cmd
 Url:http://elinux.org/Ftrace
 Summary:Configuration tool for Ftrace
 License:GPL-2.0 and LGPL-2.1
 Group:  Development/Tools/Debuggers
-Version:1.2
+Version:2.0.1
 Release:0
 Source0:trace-cmd-%{version}.tar.bz2
-Patch0: blk-plugin-replace-BLK_TC_BARRIER.patch
-Patch1: move-plugins-lib-directory.patch
-Patch2:do-not-call-stop_threads-doing-latency-tracing.patch
-Patch3:avoid-setting-trace-to-nop-before-recording.patch
-Patch4:add-checks-for-invalid-pointers.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  asciidoc
 BuildRequires:  docbook-xsl-stylesheets
@@ -46,18 +42,12 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %package -n kernelshark
 Summary:GUI for trace-cmd
 Group:  Development/Tools/IDE
 
 %description -n kernelshark
-
 Graphical front-end for trace-cmd.
 
 %build

++ trace-cmd-1.2.tar.bz2 -> trace-cmd-2.0.1.tar.bz2 ++
 15808 lines of diff (skipped)

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



commit texlive-specs-z for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-z for openSUSE:Factory 
checked in at 2012-10-10 09:32:17

Comparing /work/SRC/openSUSE:Factory/texlive-specs-z (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-z.new (New)


Package is "texlive-specs-z", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-z/texlive-specs-z.changes  
2012-09-18 15:47:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-z.new/texlive-specs-z.changes 
2012-10-10 09:34:20.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--























++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.lAiJ6P/_old and /var/tmp/diff_new_pack.lAiJ6P/_new 
differ















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



commit texlive-specs-y for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-y for openSUSE:Factory 
checked in at 2012-10-10 09:31:28

Comparing /work/SRC/openSUSE:Factory/texlive-specs-y (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-y.new (New)


Package is "texlive-specs-y", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-y/texlive-specs-y.changes  
2012-09-18 15:47:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-y.new/texlive-specs-y.changes 
2012-10-10 09:34:19.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.PyZwbo/_old and /var/tmp/diff_new_pack.PyZwbo/_new 
differ























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



commit texlive-specs-x for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-x for openSUSE:Factory 
checked in at 2012-10-10 09:30:52

Comparing /work/SRC/openSUSE:Factory/texlive-specs-x (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-x.new (New)


Package is "texlive-specs-x", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-x/texlive-specs-x.changes  
2012-09-18 15:47:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-x.new/texlive-specs-x.changes 
2012-10-10 09:34:17.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.SbWUr3/_old and /var/tmp/diff_new_pack.SbWUr3/_new 
differ






















































































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



commit texlive-specs-w for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-w for openSUSE:Factory 
checked in at 2012-10-10 09:30:42

Comparing /work/SRC/openSUSE:Factory/texlive-specs-w (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-w.new (New)


Package is "texlive-specs-w", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-w/texlive-specs-w.changes  
2012-09-18 15:47:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-w.new/texlive-specs-w.changes 
2012-10-10 09:34:14.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.m3vhgY/_old and /var/tmp/diff_new_pack.m3vhgY/_new 
differ































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



commit texlive-specs-u for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-u for openSUSE:Factory 
checked in at 2012-10-10 09:28:26

Comparing /work/SRC/openSUSE:Factory/texlive-specs-u (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-u.new (New)


Package is "texlive-specs-u", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-u/texlive-specs-u.changes  
2012-09-18 15:47:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-u.new/texlive-specs-u.changes 
2012-10-10 09:34:12.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.YWuGVP/_old and /var/tmp/diff_new_pack.YWuGVP/_new 
differ




















































































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



commit texlive-specs-t for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-t for openSUSE:Factory 
checked in at 2012-10-10 09:28:11

Comparing /work/SRC/openSUSE:Factory/texlive-specs-t (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-t.new (New)


Package is "texlive-specs-t", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-t/texlive-specs-t.changes  
2012-09-18 15:47:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-t.new/texlive-specs-t.changes 
2012-10-10 09:34:03.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--















































































































++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.8eg3Wm/_old and /var/tmp/diff_new_pack.8eg3Wm/_new 
differ










































































































































































































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



commit texlive-specs-p for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-p for openSUSE:Factory 
checked in at 2012-10-10 09:27:16

Comparing /work/SRC/openSUSE:Factory/texlive-specs-p (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-p.new (New)


Package is "texlive-specs-p", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-p/texlive-specs-p.changes  
2012-09-18 15:47:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-p.new/texlive-specs-p.changes 
2012-10-10 09:33:41.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---

New:

  pdftex.requires



Other differences:
--
++ texlive-specs-p.spec ++
 799 lines (skipped)
 between /work/SRC/openSUSE:Factory/texlive-specs-p/texlive-specs-p.spec
 and /work/SRC/openSUSE:Factory/.texlive-specs-p.new/texlive-specs-p.spec




















































































++ pdftex.requires ++
Requires(posttrans): texlive-pdftex-def



































++ pgf_plain.dif ++
--- /var/tmp/diff_new_pack.7GoY12/_old  2012-10-10 09:33:51.0 +0200
+++ /var/tmp/diff_new_pack.7GoY12/_new  2012-10-10 09:33:51.0 +0200
@@ -116,13 +116,3 @@
  \input{pgfmath.code.tex}
  
  \endinput
 texmf-dist/tex/latex/pgf/utilities/pgffor.sty
-+++ texmf-dist/tex/latex/pgf/utilities/pgffor.sty  2012-07-12 
08:58:34.616510234 +
-@@ -9,6 +9,7 @@
- 
- \RequirePackage{pgfrcs}
- \RequirePackage{pgfkeys}
-+\RequirePackage{pgfmath}
- 
- \input{pgffor.code.tex}
- 













































































































































































































































































































































++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.7GoY12/_old and /var/tmp/diff_new_pack.7GoY12/_new 
differ

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



commit texlive-specs-s for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-s for openSUSE:Factory 
checked in at 2012-10-10 09:28:02

Comparing /work/SRC/openSUSE:Factory/texlive-specs-s (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-s.new (New)


Package is "texlive-specs-s", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-s/texlive-specs-s.changes  
2012-09-18 15:47:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-s.new/texlive-specs-s.changes 
2012-10-10 09:33:57.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--






































































































































































































































































































++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.pApOF1/_old and /var/tmp/diff_new_pack.pApOF1/_new 
differ

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



commit texlive-specs-r for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-r for openSUSE:Factory 
checked in at 2012-10-10 09:27:47

Comparing /work/SRC/openSUSE:Factory/texlive-specs-r (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-r.new (New)


Package is "texlive-specs-r", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-r/texlive-specs-r.changes  
2012-09-18 15:47:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-r.new/texlive-specs-r.changes 
2012-10-10 09:33:54.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--









































































































++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.VdNkq4/_old and /var/tmp/diff_new_pack.VdNkq4/_new 
differ

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



commit texlive-specs-q for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-q for openSUSE:Factory 
checked in at 2012-10-10 09:27:25

Comparing /work/SRC/openSUSE:Factory/texlive-specs-q (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-q.new (New)


Package is "texlive-specs-q", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-q/texlive-specs-q.changes  
2012-09-18 15:47:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-q.new/texlive-specs-q.changes 
2012-10-10 09:33:53.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--


















++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.NaaCGL/_old and /var/tmp/diff_new_pack.NaaCGL/_new 
differ

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



commit texlive-specs-o for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-o for openSUSE:Factory 
checked in at 2012-10-10 09:27:09

Comparing /work/SRC/openSUSE:Factory/texlive-specs-o (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-o.new (New)


Package is "texlive-specs-o", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-o/texlive-specs-o.changes  
2012-09-18 15:47:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-o.new/texlive-specs-o.changes 
2012-10-10 09:33:38.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--































































++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.4FCJN4/_old and /var/tmp/diff_new_pack.4FCJN4/_new 
differ

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




commit texlive-specs-n for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-n for openSUSE:Factory 
checked in at 2012-10-10 09:26:59

Comparing /work/SRC/openSUSE:Factory/texlive-specs-n (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-n.new (New)


Package is "texlive-specs-n", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-n/texlive-specs-n.changes  
2012-09-18 15:47:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-n.new/texlive-specs-n.changes 
2012-10-10 09:33:35.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--





























































































++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.oO1Uge/_old and /var/tmp/diff_new_pack.oO1Uge/_new 
differ

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



commit texlive-specs-m for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-m for openSUSE:Factory 
checked in at 2012-10-10 09:26:50

Comparing /work/SRC/openSUSE:Factory/texlive-specs-m (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-m.new (New)


Package is "texlive-specs-m", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-m/texlive-specs-m.changes  
2012-09-18 15:46:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-m.new/texlive-specs-m.changes 
2012-10-10 09:33:25.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--




























































































































































































































































































++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.8LyXrH/_old and /var/tmp/diff_new_pack.8LyXrH/_new 
differ

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



commit texlive-specs-k for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-k for openSUSE:Factory 
checked in at 2012-10-10 09:26:05

Comparing /work/SRC/openSUSE:Factory/texlive-specs-k (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-k.new (New)


Package is "texlive-specs-k", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-k/texlive-specs-k.changes  
2012-09-18 15:46:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-k.new/texlive-specs-k.changes 
2012-10-10 09:26:37.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--














































++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.pjEXKf/_old and /var/tmp/diff_new_pack.pjEXKf/_new 
differ

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



commit texlive-specs-l for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-l for openSUSE:Factory 
checked in at 2012-10-10 09:26:28

Comparing /work/SRC/openSUSE:Factory/texlive-specs-l (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-l.new (New)


Package is "texlive-specs-l", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-l/texlive-specs-l.changes  
2012-09-18 15:46:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-l.new/texlive-specs-l.changes 
2012-10-10 09:26:39.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--


























++ latex-bin.requires ++
--- /var/tmp/diff_new_pack.sKV5Qp/_old  2012-10-10 09:26:46.0 +0200
+++ /var/tmp/diff_new_pack.sKV5Qp/_new  2012-10-10 09:26:46.0 +0200
@@ -1,5 +1,8 @@
 # packages required for making the latex formas
+Requires(posttrans): texlive-amsfonts
 Requires(posttrans): texlive-cm
+Requires(posttrans): texlive-cm-super
+Requires(posttrans): texlive-ec
 Requires(posttrans): texlive-dehyph-exptl
 Requires(posttrans): texlive-hyph-utf8
 Requires(posttrans): texlive-hyphen-base
























































































































































































































++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.sKV5Qp/_old and /var/tmp/diff_new_pack.sKV5Qp/_new 
differ

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



commit texlive-specs-j for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-j for openSUSE:Factory 
checked in at 2012-10-10 09:23:02

Comparing /work/SRC/openSUSE:Factory/texlive-specs-j (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-j.new (New)


Package is "texlive-specs-j", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-j/texlive-specs-j.changes  
2012-09-18 15:46:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-j.new/texlive-specs-j.changes 
2012-10-10 09:26:35.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--










































++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.oDFncm/_old and /var/tmp/diff_new_pack.oDFncm/_new 
differ

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



commit texlive-specs-i for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-i for openSUSE:Factory 
checked in at 2012-10-10 09:22:54

Comparing /work/SRC/openSUSE:Factory/texlive-specs-i (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-i.new (New)


Package is "texlive-specs-i", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-i/texlive-specs-i.changes  
2012-09-18 15:46:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-i.new/texlive-specs-i.changes 
2012-10-10 09:26:32.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--











































































































++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.lvmMzo/_old and /var/tmp/diff_new_pack.lvmMzo/_new 
differ

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



commit texlive-specs-g for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-g for openSUSE:Factory 
checked in at 2012-10-10 09:22:26

Comparing /work/SRC/openSUSE:Factory/texlive-specs-g (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-g.new (New)


Package is "texlive-specs-g", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-g/texlive-specs-g.changes  
2012-09-18 15:46:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-g.new/texlive-specs-g.changes 
2012-10-10 09:26:25.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--






















































































































































++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.y4teGS/_old and /var/tmp/diff_new_pack.y4teGS/_new 
differ

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



commit texlive-specs-h for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-h for openSUSE:Factory 
checked in at 2012-10-10 09:22:39

Comparing /work/SRC/openSUSE:Factory/texlive-specs-h (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-h.new (New)


Package is "texlive-specs-h", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-h/texlive-specs-h.changes  
2012-09-18 15:46:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-h.new/texlive-specs-h.changes 
2012-10-10 09:26:29.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--












































































































































++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.WgasyW/_old and /var/tmp/diff_new_pack.WgasyW/_new 
differ

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



commit texlive-specs-f for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-f for openSUSE:Factory 
checked in at 2012-10-10 09:22:16

Comparing /work/SRC/openSUSE:Factory/texlive-specs-f (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-f.new (New)


Package is "texlive-specs-f", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-f/texlive-specs-f.changes  
2012-09-18 15:46:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-f.new/texlive-specs-f.changes 
2012-10-10 09:26:20.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--





















































































































































































































++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.pTVkj7/_old and /var/tmp/diff_new_pack.pTVkj7/_new 
differ

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



commit texlive-specs-e for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-e for openSUSE:Factory 
checked in at 2012-10-10 09:22:08

Comparing /work/SRC/openSUSE:Factory/texlive-specs-e (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-e.new (New)


Package is "texlive-specs-e", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-e/texlive-specs-e.changes  
2012-09-18 15:46:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-e.new/texlive-specs-e.changes 
2012-10-10 09:26:15.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--






































































































































































































































++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.VuBPMQ/_old and /var/tmp/diff_new_pack.VuBPMQ/_new 
differ

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



commit texlive-specs-d for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-d for openSUSE:Factory 
checked in at 2012-10-10 09:22:00

Comparing /work/SRC/openSUSE:Factory/texlive-specs-d (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-d.new (New)


Package is "texlive-specs-d", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-d/texlive-specs-d.changes  
2012-09-18 15:46:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-d.new/texlive-specs-d.changes 
2012-10-10 09:26:11.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---

New:

  dvips.requires



Other differences:
--
++ texlive-specs-d.spec ++
--- /var/tmp/diff_new_pack.4wBtW5/_old  2012-10-10 09:26:14.0 +0200
+++ /var/tmp/diff_new_pack.4wBtW5/_new  2012-10-10 09:26:14.0 +0200
@@ -195,11 +195,12 @@
 Source1157: dvipng.doc.tar.xz
 Source1158: dvipos.doc.tar.xz
 Source1159: dvips.doc.tar.xz
-Source1160: dvips.tar.xz
-Source1161: dvipsconfig.tar.xz
-Source1162: dvisvgm.doc.tar.xz
-Source1163: dyntree.doc.tar.xz
-Source1164: dyntree.tar.xz
+Source1160: dvips.requires
+Source1161: dvips.tar.xz
+Source1162: dvipsconfig.tar.xz
+Source1163: dvisvgm.doc.tar.xz
+Source1164: dyntree.doc.tar.xz
+Source1165: dyntree.tar.xz
 NoSource:   1000
 NoSource:   1001
 NoSource:   1002
@@ -357,11 +358,11 @@
 NoSource:   1157
 NoSource:   1158
 NoSource:   1159
-NoSource:   1160
 NoSource:   1161
 NoSource:   1162
 NoSource:   1163
 NoSource:   1164
+NoSource:   1165
 BuildRequires:  buffer
 BuildRequires:  ed
 BuildRequires:  file






























































































































































++ dvips.requires ++
Requires: texlive-metapost





++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.4wBtW5/_old and /var/tmp/diff_new_pack.4wBtW5/_new 
differ

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



commit texlive-specs-c for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-c for openSUSE:Factory 
checked in at 2012-10-10 09:21:41

Comparing /work/SRC/openSUSE:Factory/texlive-specs-c (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-c.new (New)


Package is "texlive-specs-c", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-c/texlive-specs-c.changes  
2012-09-18 15:46:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-c.new/texlive-specs-c.changes 
2012-10-10 09:25:57.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--






































































































































































































































































































































































++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.zSMWIF/_old and /var/tmp/diff_new_pack.zSMWIF/_new 
differ

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



commit texlive-specs-b for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-b for openSUSE:Factory 
checked in at 2012-10-10 09:21:28

Comparing /work/SRC/openSUSE:Factory/texlive-specs-b (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-b.new (New)


Package is "texlive-specs-b", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-b/texlive-specs-b.changes  
2012-09-18 15:45:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-b.new/texlive-specs-b.changes 
2012-10-10 09:25:51.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--
















































































































































































































































++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.OmM06C/_old and /var/tmp/diff_new_pack.OmM06C/_new 
differ

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



commit texlive-specs-a for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-a for openSUSE:Factory 
checked in at 2012-10-10 09:21:20

Comparing /work/SRC/openSUSE:Factory/texlive-specs-a (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-a.new (New)


Package is "texlive-specs-a", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-a/texlive-specs-a.changes  
2012-09-14 12:39:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-a.new/texlive-specs-a.changes 
2012-10-10 09:25:44.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--





































































































































































































++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.UQitfG/_old and /var/tmp/diff_new_pack.UQitfG/_new 
differ

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



commit screen for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package screen for openSUSE:Factory checked 
in at 2012-10-10 09:21:10

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


Package is "screen", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/screen/screen.changes2012-09-25 
11:06:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.screen.new/screen.changes   2012-10-10 
09:25:27.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct  9 07:47:52 UTC 2012 - lnt-sysad...@lists.lrz.de
+
+- add use_locale.diff to fix --enable-use-locale configure option
+
+---

New:

  use_locale.diff



Other differences:
--
++ screen.spec ++
--- /var/tmp/diff_new_pack.jZTbEY/_old  2012-10-10 09:25:29.0 +0200
+++ /var/tmp/diff_new_pack.jZTbEY/_new  2012-10-10 09:25:29.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Url:http://www.gnu.org/software/screen/
 
 Name:   screen
@@ -44,6 +45,7 @@
 Patch6: libtinfo.diff
 Patch7: mappedcmd.diff
 Patch8: styroptcrash.diff
+Patch9: use_locale.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -64,6 +66,7 @@
 %patch6
 %patch7 -p2
 %patch8 -p2
+%patch9 -p1
 
 %build
 CFLAGS="-DMAXWIN=1000 $RPM_OPT_FLAGS" %configure --prefix=/usr 
--infodir=%{_infodir} \
@@ -71,7 +74,7 @@
--with-socket-dir='(eff_uid ? 
"/var/run/uscreens" : "/var/run/screens")' \
--with-sys-screenrc=/etc/screenrc \
--with-pty-group=5 \
-   --enable-locale \
+   --enable-use-locale \
--enable-telnet \
--enable-colors256 \
--verbose

++ use_locale.diff ++
diff -Pdpru a/configure b/configure
--- a/configure 2012-09-19 14:44:09.593017471 +0200
+++ b/configure 2012-09-19 15:20:44.406073384 +0200
@@ -1338,7 +1339,7 @@ Optional Features:
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   --disable-socket-dirdisable system wide socket-dir and use ~/.screen 
instead
   --enable-pamenable PAM support
-  --enable-locale use localized month/day names
+  --enable-use-locale use localized month/day names
   --enable-telnet enable builtin telnet
   --enable-colors256  enable support for 256 colors
   --enable-rxvt_osc   enable support for rxvt OSC codes
diff -Pdpru a/configure.in b/configure.in
--- a/configure.in  2012-09-19 14:44:09.592017464 +0200
+++ b/configure.in  2012-09-19 15:21:45.15336 +0200
@@ -1265,7 +1276,7 @@ if test "$enable_pam" = "yes"; then
AC_MSG_RESULT(no);LIBS="$oldlibs")
 fi
 
-AC_ARG_ENABLE(use_locale, [  --enable-locale use localized month/day 
names])
+AC_ARG_ENABLE(use_locale, [  --enable-use-localeuse localized month/day 
names])
 if test "$enable_use_locale" = "yes"; then
   AC_DEFINE(USE_LOCALE)
 fi
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit parallel-printer-support for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package parallel-printer-support for 
openSUSE:Factory checked in at 2012-10-10 09:20:55

Comparing /work/SRC/openSUSE:Factory/parallel-printer-support (Old)
 and  /work/SRC/openSUSE:Factory/.parallel-printer-support.new (New)


Package is "parallel-printer-support", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/parallel-printer-support/parallel-printer-support.changes
2012-05-15 17:42:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.parallel-printer-support.new/parallel-printer-support.changes
   2012-10-10 09:23:34.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct  8 08:29:41 UTC 2012 - a...@suse.de
+
+- Create device node via tmpfiles.d since /lib/udev/devices is not 
+  supported with openSUSE 12.3.
+
+---

New:

  parallel-printer.conf



Other differences:
--
++ parallel-printer-support.spec ++
--- /var/tmp/diff_new_pack.l0SFae/_old  2012-10-10 09:23:36.0 +0200
+++ /var/tmp/diff_new_pack.l0SFae/_new  2012-10-10 09:23:36.0 +0200
@@ -26,6 +26,9 @@
 Group:  Hardware/Printing
 Url:http://www.opensuse.org
 Source: README.SUSE
+Source1:parallel-printer.conf
+# For /usr/bin/systemd-tmpfiles
+Requires(post):systemd
 Requires:   aaa_base
 Requires:   udev
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -48,12 +51,26 @@
 %if 0%{?sles_version} == 11
 mkdir -p $RPM_BUILD_ROOT/lib/udev/devices
 %endif
-
+%if 0%{suse_version} > 1220
+mkdir -p $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/
+install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/
+%endif
 %build
 
+%if 0%{suse_version} > 1220
+%post
+# Create devices nodes at installation time
+systemd-tmpfiles --create /usr/lib/tmpfiles.d/parallel-printer.conf
+
+%endif
+
 %files
 %defattr(-,root,root,0755)
 %doc README.SUSE
+%if %{suse_version} > 1220
+%dir /usr/lib/tmpfiles.d/
+/usr/lib/tmpfiles.d/parallel-printer.conf
+%else
 %if 0%{?sles_version} == 11
 %dir /lib/udev
 %dir /lib/udev/devices
@@ -62,5 +79,6 @@
 %attr(660,root,lp) %dev(char,6,1) /lib/udev/devices/lp1
 %attr(660,root,lp) %dev(char,6,2) /lib/udev/devices/lp2
 %attr(660,root,lp) %dev(char,6,3) /lib/udev/devices/lp3
+%endif
 
 %changelog

++ parallel-printer.conf ++
# Static device nodes for parallel printer
# See tmpfiles.d(5) for details

#Type PathMode UID  GID  Age Argument
c/dev/lp00660 root lp   - 6:0
c/dev/lp10660 root lp   - 6:1
c/dev/lp20660 root lp   - 6:2
c/dev/lp30660 root lp   - 6:3
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit microcode_ctl for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

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

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


Package is "microcode_ctl", Maintainer is "tr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/microcode_ctl/microcode_ctl.changes  
2012-06-25 11:50:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.microcode_ctl.new/microcode_ctl.changes 
2012-10-10 09:23:16.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct  2 13:26:19 UTC 2012 - tr...@suse.de
+
+- Update to Intel microcode 20120606-v2.
+  An fixed version of the previous released one.
+
+---

Old:

  microcode-20120606.tgz

New:

  microcode-20120606-v2.tgz



Other differences:
--
++ microcode_ctl.spec ++
--- /var/tmp/diff_new_pack.6EFaiV/_old  2012-10-10 09:23:17.0 +0200
+++ /var/tmp/diff_new_pack.6EFaiV/_new  2012-10-10 09:23:17.0 +0200
@@ -16,8 +16,9 @@
 #
 
 
+
 Name:   microcode_ctl
-%define intel_version 20120606
+%define intel_version 20120606-v2
 %define amd_version 2012-01-17
 ExclusiveArch:  %ix86 x86_64
 Url:http://www.urbanmyth.org/microcode/

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



commit liboil for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package liboil for openSUSE:Factory checked 
in at 2012-10-10 09:19:55

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


Package is "liboil", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/liboil/liboil.changes2012-06-06 
16:07:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.liboil.new/liboil.changes   2012-10-10 
09:22:47.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct  8 12:15:39 UTC 2012 - sch...@linux-m68k.org
+
+- Add ppc-asm.patch: fix missing clobbers in ppc asm
+
+---

New:

  ppc-asm.patch



Other differences:
--
++ liboil.spec ++
--- /var/tmp/diff_new_pack.XhNjA0/_old  2012-10-10 09:22:54.0 +0200
+++ /var/tmp/diff_new_pack.XhNjA0/_new  2012-10-10 09:22:54.0 +0200
@@ -29,6 +29,7 @@
 Summary:Library of Optimized Inner Loops
 Source: %{name}-%{version}.tar.bz2
 Source2:baselibs.conf
+Patch:  ppc-asm.patch
 # bug437293
 %ifarch ppc64
 Obsoletes:  liboil-64bit
@@ -116,6 +117,7 @@
 
 %prep
 %setup -q
+%patch
 
 %build
 %configure --disable-static --with-pic

++ ppc-asm.patch ++
--- liboil/powerpc/copy.c
+++ liboil/powerpc/copy.c
@@ -61,7 +61,8 @@ copy_u8_altivec (uint8_t *dest, uint8_t
   "  add %1, %1, r11\n"
   "  addi %1, %1, -16\n"
 : "+b" (dest), "+b" (src)
-: "r" (n/16));
+: "r" (n/16)
+: "r11", "memory");
 } else {
   asm volatile (
   "  mtctr %2\n"
@@ -74,7 +75,8 @@ copy_u8_altivec (uint8_t *dest, uint8_t
   "  add %0, %0, r11\n"
   "  add %1, %1, r11\n"
 : "+b" (dest), "+b" (src)
-: "r" (n/16));
+: "r" (n/16)
+: "r11", "memory");
 }
   }
 
@@ -131,7 +133,8 @@ copy_u8_altivec2 (uint8_t *dest, uint8_t
 "  add %1, %1, r11\n"
 "  addi %1, %1, -16\n"
   : "+b" (dest), "+b" (src)
-  : "r" (n/64));
+  : "r" (n/64)
+  : "r11", "memory");
   }
 
   n &= 0x3f;
--- liboil/powerpc/resample.c
+++ liboil/powerpc/resample.c
@@ -86,7 +86,8 @@ merge_linear_argb_powerpc (uint32_t *des
   "  vpkuhus v0, v0, v0\n"
   "  stvx v0, 0, %0\n"
   :
-  : "b" (atmp));
+  : "b" (atmp)
+  : "r11", "memory");
 
   dest[i] = atmp[0];
   if (i+1

commit gstreamer-plugins-ugly for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-ugly for 
openSUSE:Factory checked in at 2012-10-10 09:19:34

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-03 07:31:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new/gstreamer-plugins-ugly.changes
   2012-10-10 09:21:56.0 +0200
@@ -1,0 +2,21 @@
+Tue Oct  9 19:33:23 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.0.1:
+  + x264enc: encoder latency fixes
+  + mpeg2dec: ignore transient decoding errors
+  + Bug fixed: bgo#685107.
+
+---
+Fri Sep 28 20:26:23 UTC 2012 - dims...@opensuse.org
+
+- Fix installation of BUILD_ORIG variant: remove no longer
+  available plugins (iec958, mpegaudioparse and mpegstream) from
+  the files section.
+
+---
+Mon Sep 24 14:52:05 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.0.0:
+  + Minor bugfixes.
+
+---

Old:

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

New:

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



Other differences:
--
++ gstreamer-plugins-ugly.spec ++
--- /var/tmp/diff_new_pack.nBRIir/_old  2012-10-10 09:21:57.0 +0200
+++ /var/tmp/diff_new_pack.nBRIir/_new  2012-10-10 09:21:57.0 +0200
@@ -24,7 +24,7 @@
 %define _experimental 1
 
 Name:   gstreamer-plugins-ugly
-Version:0.11.99
+Version:1.0.1
 Release:0
 Summary:GStreamer Streaming-Media Framework Plug-Ins
 License:LGPL-2.1+
@@ -40,8 +40,8 @@
 Source1:%{name}-patch-source.sh
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel >= 2.32.0
-BuildRequires:  gstreamer-devel >= 0.11.99
-BuildRequires:  gstreamer-plugins-base-devel >= 0.11.99
+BuildRequires:  gstreamer-devel >= 1.0.0
+BuildRequires:  gstreamer-plugins-base-devel >= 1.0.0
 BuildRequires:  gtk-doc >= 1.12
 BuildRequires:  libcdio-devel >= 0.76
 BuildRequires:  libdvdread-devel
@@ -167,12 +167,9 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgsta52dec.so \
 %{_libdir}/gstreamer-%{gst_branch}/libgstamrnb.so \
 %{_libdir}/gstreamer-%{gst_branch}/libgstasf.so \
-%{_libdir}/gstreamer-%{gst_branch}/libgstiec958.so \
 %{_libdir}/gstreamer-%{gst_branch}/libgstlame.so \
 %{_libdir}/gstreamer-%{gst_branch}/libgstmad.so \
 %{_libdir}/gstreamer-%{gst_branch}/libgstmpeg2dec.so \
-%{_libdir}/gstreamer-%{gst_branch}/libgstmpegaudioparse.so \
-%{_libdir}/gstreamer-%{gst_branch}/libgstmpegstream.so \
 %{_libdir}/gstreamer-%{gst_branch}/libgstx264.so \
 ; do
 rm -f %{buildroot}$MODULE
@@ -205,12 +202,9 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstamrnb.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstamrwbdec.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstasf.so
-%{_libdir}/gstreamer-%{gst_branch}/libgstiec958.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstlame.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmad.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmpeg2dec.so
-%{_libdir}/gstreamer-%{gst_branch}/libgstmpegaudioparse.so
-%{_libdir}/gstreamer-%{gst_branch}/libgstmpegstream.so
 %{_libdir}/gstreamer-%{gst_branch}/libgsttwolame.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstx264.so
 %{_datadir}/gstreamer-%{gst_branch}/presets/GstAmrnbEnc.prs

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



commit git for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2012-10-10 09:19:20

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


Package is "git", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2012-10-03 07:15:35.0 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2012-10-10 
09:21:39.0 +0200
@@ -1,0 +2,40 @@
+Thu Oct  4 22:29:10 CST 2012 - dougla...@outlook.com
+
+- updated to version 1.7.12.2:
+
+ * When "git am" is fed an input that has multiple "Content-type: ..."
+   header, it did not grok charset= attribute correctly.
+
+ * Even during a conflicted merge, "git blame $path" always meant to
+   blame uncommitted changes to the "working tree" version; make it
+   more useful by showing cleanly merged parts as coming from the other
+   branch that is being merged.
+
+ * "git blame MAKEFILE" run in a history that has "Makefile" but not
+   "MAKEFILE" should say "No such file MAKEFILE in HEAD", but got
+   confused on a case insensitive filesystem and failed to do so.
+
+ * "git fetch --all", when passed "--no-tags", did not honor the
+   "--no-tags" option while fetching from individual remotes (the same
+   issue existed with "--tags", but combination "--all --tags" makes
+   much less sense than "--all --no-tags").
+
+ * "git log/diff/format-patch --stat" showed the "N line(s) added"
+   comment in user's locale and caused careless submitters to send
+   patches with such a line in them to projects whose project language
+   is not their language, mildly irritating others. Localization to
+   the line has been disabled for now.
+
+ * "git log --all-match --grep=A --grep=B" ought to show commits that
+   mention both A and B, but when these three options are used with
+   --author or --committer, it showed commits that mention either A or
+   B (or both) instead.
+
+ * The subcommand to remove the definition of a remote in "git remote"
+   was named "rm" even though all other subcommands were spelled out.
+   Introduce "git remote remove" to remove confusion, and keep "rm" as
+   a backward compatible synonym.
+
+Also contains a handful of documentation updates.
+
+---

Old:

  git-1.7.12.1.tar.gz

New:

  git-1.7.12.2.tar.gz



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.d7nbpr/_old  2012-10-10 09:21:40.0 +0200
+++ /var/tmp/diff_new_pack.d7nbpr/_new  2012-10-10 09:21:40.0 +0200
@@ -30,7 +30,7 @@
 BuildRequires:  python
 BuildRequires:  sgml-skel
 BuildRequires:  xmlto
-Version:1.7.12.1
+Version:1.7.12.2
 Release:0
 Summary:Fast, scalable, distributed revision control system
 License:GPL-2.0

++ git-1.7.12.1.tar.gz -> git-1.7.12.2.tar.gz ++
 1719 lines of diff (skipped)

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



commit ethtool for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

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

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


Package is "ethtool", Maintainer is "pu...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2012-08-07 
08:05:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2012-10-10 
09:21:24.0 +0200
@@ -1,0 +2,10 @@
+Mon Oct  8 06:54:42 UTC 2012 - pu...@suse.com
+
+- Update to new upstream release 3.6
+  * Feature: Allow setting MDI-X state (-s option)
+  * Fix: Preserve pause advertising bits when setting speed and
+duplex with autoneg on (-s option)
+  * Fix: Don't call ioctl to set EEE parameters if they are the
+same as the current parameters (--set-eee option)
+
+---

Old:

  ethtool-3.5.tar.sign
  ethtool-3.5.tar.xz

New:

  ethtool-3.6.tar.sign
  ethtool-3.6.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.cdGuVl/_old  2012-10-10 09:21:25.0 +0200
+++ /var/tmp/diff_new_pack.cdGuVl/_new  2012-10-10 09:21:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:3.5
+Version:3.6
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0

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



commit deepin-ui for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package deepin-ui for openSUSE:Factory 
checked in at 2012-10-10 09:18:48

Comparing /work/SRC/openSUSE:Factory/deepin-ui (Old)
 and  /work/SRC/openSUSE:Factory/.deepin-ui.new (New)


Package is "deepin-ui", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/deepin-ui/deepin-ui.changes  2012-09-27 
10:24:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.deepin-ui.new/deepin-ui.changes 2012-10-10 
09:21:13.0 +0200
@@ -1,0 +2,16 @@
+Tue Oct  9 21:12:38 CST 2012 - hillw...@linuxfan.org
+
+- add deepin-ui-demo package , it was lost before.
+
+---
+Sun Oct  7 01:03:27 CST 2012 - dougla...@outlook.com
+
+- Updated to 1.0.3git20120929
+
+  * Fix menu item clicked bug
+  * Add delete tab feature in TabBox
+  * Add ComboButton
+
+  Also more features and bugs fixed
+
+---

Old:

  deepin-ui-1.0.2git20120911.tar.gz

New:

  deepin-ui-1.0.3git20120929.tar.gz
  deepin-ui-demo.desktop
  distributor-logo.png



Other differences:
--
++ deepin-ui.spec ++
--- /var/tmp/diff_new_pack.8Vsf4m/_old  2012-10-10 09:21:15.0 +0200
+++ /var/tmp/diff_new_pack.8Vsf4m/_new  2012-10-10 09:21:15.0 +0200
@@ -19,11 +19,13 @@
 Name:   deepin-ui
 Summary:UI toolkit for Linux Deepin
 License:GPL-3.0+
-Group:  System/GUI/Other
-Version:1.0.2git20120911
+Group:  System/GUI/GNOME
+Version:1.0.3git20120929
 Release:0
-Url:http://packages.linuxdeepin.com/deepin/pool/main/d/deepin-ui/
-Source: %{name}-%{version}.tar.gz
+Url:http://www.linuxdeepin.com
+Source0:%{name}-%{version}.tar.gz
+Source1:%{name}-demo.desktop
+Source2:distributor-logo.png
 BuildRequires:  cairo-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc
@@ -33,13 +35,26 @@
 BuildRequires:  python-gtk-devel
 BuildRequires:  python-setuptools
 BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  update-desktop-files
+BuildRequires:  hicolor-icon-theme
 Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{py_requires}
 
 %description
-UI toolkit for Linux Deepin,Awesome and Beautiful UI libs with LinuxDeepin ,
-it is needed by Deepin Music Player.
+UI toolkit libs for Linux Deepin,Awesome and Beautiful UI libs with 
LinuxDeepin.
+
+%package demo
+Summary:UI toolkit for Linux Deepin
+Requires:  %{name} = %{version}
+Recommends: %{name}-lang = %{version}
+Group:  System/GUI/Other
+BuildArch:  noarch
+
+%description demo
+UI toolkit libs demos for Linux Deepin,Awesome and Beautiful UI libs with 
LinuxDeepin.
+
+
 %lang_package
 
 %prep
@@ -52,18 +67,38 @@
 chmod 644 COPYING
 export CFLAGS="$RPM_OPT_FLAGS" 
 python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT
+
+# deepin-ui files install
 mkdir -p %{buildroot}/%{_datadir}/pyshared
 mv %{buildroot}/%{_prefix}/dtk %{buildroot}/%{_datadir}/pyshared
 rm -rf %{buildroot}/%{_datadir}/pyshared/dtk/locale/*.po
 rm -rf %{buildroot}/%{_datadir}/pyshared/dtk/locale/deepin-ui.pot
 mv %{buildroot}/%{_datadir}/pyshared/dtk/locale %{buildroot}/%{_datadir}/locale
+cd %{buildroot}/%{_libdir}/python2.7/site-packages/dtk
+ln -s ../../../../share/pyshared/dtk/theme theme 
+cd %{_builddir}/%{buildsubdir}
 
-%fdupes %{buildroot}
+# deepin-ui-demo files install
+mkdir %{buildroot}/%{_datadir}/applications
+mkdir %{buildroot}/%{_datadir}/deepin-ui-demo
+mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps
+cp %{S:1} %{buildroot}/%{_datadir}/applications
+cp -R app_theme %{buildroot}/%{_datadir}/deepin-ui-demo
+cp -R skin %{buildroot}/%{_datadir}/deepin-ui-demo
+cp -R cover %{buildroot}/%{_datadir}/deepin-ui-demo
+cp -R demo.py %{buildroot}/%{_datadir}/deepin-ui-demo
+cp %{S:2} %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps
 
+%fdupes %{buildroot}
 %find_lang %{name}
+%suse_update_desktop_file %{name}-demo
+
+%post demo
+%icon_theme_cache_post
+
+%posttrans demo
+%icon_theme_cache_post
 
-cd %{buildroot}/%{_libdir}/python2.7/site-packages/dtk
-ln -s ../../../../share/pyshared/dtk/theme theme 
 
 %files 
 %defattr(-,root,root)
@@ -73,6 +108,12 @@
 %{_libdir}/python2.7/site-packages/dtk-0.1-py2.7.egg-info
 %{_libdir}/python2.7/site-packages/dtk_*.so
 
+%files demo
+%defattr(-,root,root)
+%{_datadir}/%{name}-demo
+%{_datadir}/applications/%{name}-demo.desktop
+%{_datadir}/icons/hicolor/48x48/apps/distributor-logo.png
+
 %files lang -f %{name}.lang
 
 %changelog

++ deepin-ui-1.0.2git20120911.tar.gz -> deepin-ui-1.0.3git20120929.tar.gz 
++
/work/SRC/openSUSE:Factory/deepin-ui/dee

commit darktable for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package darktable for openSUSE:Factory 
checked in at 2012-10-10 09:18:28

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


Package is "darktable", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/darktable/darktable.changes  2012-08-07 
08:04:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.darktable.new/darktable.changes 2012-10-10 
09:21:06.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct  9 10:40:40 UTC 2012 - tog...@opensuse.org
+
+- Add rsvg_cairo.patch: Fixes Build for factory because of deprecated
+  use of  librsvg (from git)
+
+---

New:

  rsvg_cairo.patch



Other differences:
--
++ darktable.spec ++
--- /var/tmp/diff_new_pack.tlpRMn/_old  2012-10-10 09:21:07.0 +0200
+++ /var/tmp/diff_new_pack.tlpRMn/_new  2012-10-10 09:21:07.0 +0200
@@ -22,6 +22,8 @@
 Url:http://darktable.sourceforge.net
 Source0:
https://downloads.sourceforge.net/project/darktable/darktable/1.0/darktable-%{version}.tar.gz
 Patch0: update-curves.patch
+# PATCH-FIX-UPSTREAM Tobias Ellinghaus m...@houz.org -- rsvg_cairo.patch fix 
build for deprecated use of librsvg error
+Patch1: rsvg_cairo.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenEXR-devel
@@ -60,6 +62,9 @@
 %prep
 %setup -q
 %patch0 -p1
+%if 0%{?suse_version} > 1220
+%patch1 -p1
+%endif
 
 %build
 [ ! -d "build" ] && mkdir  build

++ rsvg_cairo.patch ++
commit 343df29553a126f29b5379fefeb7c2cfd1adc073
Author: Tobias Ellinghaus 
Date:   Sat Sep 15 11:53:25 2012 +0200

Hopefully fix #8931 with an ugly hack

---
 src/iop/watermark.c |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

--- a/src/iop/watermark.c
+++ b/src/iop/watermark.c
@@ -38,7 +38,10 @@
 #include 
 
 #include 
+// ugh, ugly hack. why do people break stuff all the time?
+#ifndef RSVG_CAIRO_H
 #include 
+#endif
 
 #include "common/metadata.h"
 #include "common/utility.h"
@@ -708,7 +711,7 @@ static void refresh_watermarks( dt_iop_m
   snprintf(filename, 2048, "%s/%s", configdir, d_name);
   gtk_combo_box_append_text( g->combobox1, d_name );
   count++;
-} 
+}
 g_dir_close(dir) ;
   }
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit c++-gtk-utils for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2012-10-10 09:18:01

Comparing /work/SRC/openSUSE:Factory/c++-gtk-utils (Old)
 and  /work/SRC/openSUSE:Factory/.c++-gtk-utils.new (New)


Package is "c++-gtk-utils", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes  
2012-09-25 13:39:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2012-10-10 09:20:50.0 +0200
@@ -1,0 +2,12 @@
+Sun Oct  7 16:28:31 UTC 2012 - zai...@opensuse.org
+
+- Update to version 2.0.12:
+  + Provide a Cgu::Thread::TaskManager thread pool class for
+multiple task to thread mapping and task_manager.
+  + Suppress deprecated warnings for g_thread_init(), 
+GStaticRecMutex and GtkTable with glib-2.34/gtk+-3.6.
+  + Replace the sourceforge SVN repository with a sourceforge
+git respository.
+  + Update documentation.
+
+---

Old:

  c++-gtk-utils-2.0.11.tar.gz

New:

  c++-gtk-utils-2.0.12.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.pMWg4V/_old  2012-10-10 09:20:51.0 +0200
+++ /var/tmp/diff_new_pack.pMWg4V/_new  2012-10-10 09:20:51.0 +0200
@@ -20,13 +20,13 @@
 %define soname 2_0-0
 
 Name:   c++-gtk-utils
-Version:2.0.11
+Version:2.0.12
 Release:0
 Summary:Lightweight library for GTK+ programs using C++
 License:LGPL-2.1
 Group:  System/Libraries
 Url:http://cxx-gtk-utils.sourceforge.net/
-Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.0.11/%{name}-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.0.12/%{name}-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define _gtk 2

++ c++-gtk-utils-2.0.11.tar.gz -> c++-gtk-utils-2.0.12.tar.gz ++
 31898 lines of diff (skipped)

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



commit bundle-lang-common for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package bundle-lang-common for 
openSUSE:Factory checked in at 2012-10-10 09:14:22

Comparing /work/SRC/openSUSE:Factory/bundle-lang-common (Old)
 and  /work/SRC/openSUSE:Factory/.bundle-lang-common.new (New)


Package is "bundle-lang-common", Maintainer is "co...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/bundle-lang-common/bundle-lang-common.changes
2012-09-20 14:57:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.bundle-lang-common.new/bundle-lang-common.changes   
2012-10-10 09:20:46.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct  9 11:53:51 UTC 2012 - co...@suse.com
+
+- update package list
+
+---
bundle-lang-gnome-extras.changes: same change
bundle-lang-gnome.changes: same change
bundle-lang-kde.changes: same change



Other differences:
--
++ bundle-lang-common.spec ++
 1403 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/bundle-lang-common/bundle-lang-common.spec
 and 
/work/SRC/openSUSE:Factory/.bundle-lang-common.new/bundle-lang-common.spec

bundle-lang-gnome-extras.spec: same change
bundle-lang-gnome.spec: same change
bundle-lang-other.spec: same change
++ packages.txt ++
--- /var/tmp/diff_new_pack.IShlX4/_old  2012-10-10 09:20:49.0 +0200
+++ /var/tmp/diff_new_pack.IShlX4/_new  2012-10-10 09:20:49.0 +0200
@@ -18,7 +18,6 @@
 apper-lang kde
 arista-lang gnome-extras
 at-spi-lang gnome-extras
-at-spi2-atk-lang gnome-extras
 at-spi2-core-lang gnome-extras
 atk-lang gnome-extras
 audio-recorder-lang gnome-extras
@@ -50,6 +49,7 @@
 cpio-lang common
 cups-pk-helper-lang gnome
 dasher-lang gnome-extras
+dconf-lang common
 decibel-audio-player-lang gnome-extras
 deja-dup-lang gnome-extras
 devhelp-lang gnome-extras
@@ -70,7 +70,6 @@
 evolution-ews-lang gnome-extras
 evolution-lang gnome
 evolution-plugin-rss-lang gnome-extras
-f-spot-lang gnome-extras
 file-roller-lang gnome
 folks-lang gnome
 frogr-lang gnome-extras
@@ -114,13 +113,14 @@
 gnect-lang gnome-extras
 gnibbles-lang gnome-extras
 gnobots2-lang gnome-extras
-gnokii-lang gnome
+gnokii-lang gnome-extras
 gnome-activity-journal-lang gnome-extras
 gnome-applets-lang gnome-extras
 gnome-backgrounds-lang gnome-extras
 gnome-blog-lang gnome-extras
 gnome-bluetooth-lang gnome
 gnome-boxes-lang gnome-extras
+gnome-clocks-lang gnome-extras
 gnome-color-chooser-lang gnome-extras
 gnome-color-manager-lang gnome-extras
 gnome-commander-lang gnome-extras
@@ -132,7 +132,6 @@
 gnome-dictionary-lang gnome
 gnome-disk-utility-lang gnome
 gnome-do-lang gnome-extras
-gnome-do-plugins-lang gnome-extras
 gnome-doc-utils-lang gnome-extras
 gnome-documents-lang gnome
 gnome-dvb-daemon-lang gnome-extras
@@ -141,6 +140,7 @@
 gnome-gmail-lang gnome-extras
 gnome-gmail-notifier-lang gnome-extras
 gnome-keyring-lang common
+gnome-mahjongg-lang gnome
 gnome-media-lang gnome-extras
 gnome-menus-lang gnome
 gnome-netspeed-applet-lang gnome-extras
@@ -149,7 +149,6 @@
 gnome-packagekit-lang gnome
 gnome-panel-extras-lang gnome-extras
 gnome-panel-lang gnome
-gnome-phone-manager-lang gnome
 gnome-power-manager-lang gnome
 gnome-schedule-lang gnome-extras
 gnome-screensaver-lang gnome
@@ -169,7 +168,7 @@
 gnome-tweak-tool-lang gnome
 gnome-user-docs-lang gnome
 gnome-user-share-lang gnome
-gnome-vfs2-lang common
+gnome-vfs2-lang gnome-extras
 gnome-web-photo-lang gnome
 gnomine-lang gnome
 gnote-lang gnome-extras
@@ -195,6 +194,11 @@
 gstreamer-0_10-plugins-base-lang common
 gstreamer-0_10-plugins-good-lang gnome
 gstreamer-0_10-plugins-ugly-lang gnome-extras
+gstreamer-lang common
+gstreamer-plugins-bad-lang gnome
+gstreamer-plugins-base-lang common
+gstreamer-plugins-good-lang gnome
+gstreamer-plugins-ugly-lang gnome-extras
 gsynaptics-lang gnome-extras
 gtali-lang gnome-extras
 gtg-lang gnome-extras
@@ -205,7 +209,6 @@
 gtk3-lang common
 gtkhtml-4_0-lang gnome
 gtkmm3-tutorial-lang gnome-extras
-gtkpod-lang gnome-extras
 gtksourceview-lang gnome
 gtksourceview2-lang gnome-extras
 gtkspell-lang gnome-extras
@@ -215,7 +218,6 @@
 gucharmap-lang gnome
 gvfs-lang gnome
 gwget-lang gnome-extras
-hamster-applet-lang gnome-extras
 homebank-lang gnome-extras
 iagno-lang gnome
 inkscape-lang gnome-extras
@@ -231,7 +233,7 @@
 libbonoboui-lang gnome-extras
 libbtctl-lang gnome-extras
 libcryptui-lang gnome
-libepc-lang gnome
+libepc-lang gnome-extras
 libgda-5_0-4-lang gnome-extras
 libgda3-lang gnome-extras
 libgdata-lang gnome
@@ -246,7 +248,7 @@
 libgnomesu-lang gnome
 libgnomeui-lang gnome-extras
 libgoocanvas3-lang gnome-extras
-libgphoto2-lang common
+libgphoto2-6-lang common
 libgpod-lang kde
 libgsf-lang gnome
 libgtop-lang gnome
@@ -255,27 +257,27 @@
 libiptcdata