[xl2tpd/f14/master] update sources/gitignore
by Paul Wouters
commit 6328609e38faf5cd9740eb0752cdcbfc31c98f68
Author: Paul Wouters <paul(a)xelerance.com>
Date: Tue Nov 30 18:53:32 2010 -0500
update sources/gitignore
.gitignore | 1 -
sources | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3d8193b..0cde696 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,5 @@
xl2tpd-1.1.06.tar.gz
xl2tpd-1.1.07.tar.gz
-xl2tpd.init
xl2tpd-1.1.08.tar.gz
xl2tpd-1.1.09.tar.gz
xl2tpd-1.1.11.tar.gz
diff --git a/sources b/sources
index 457a799..7c8670a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-f796838eb19fb36d23ba8f25139302e3 xl2tpd.init
cd13732664905194565ea7f07546876b xl2tpd-1.2.7.tar.gz
13Â years
[xl2tpd/f14/master] - Updated to 1.2.7 - Added more DEBUG build options to the make command - Minor cleanups
by Paul Wouters
commit ee11eaf33263b7b6d7630abfe8ba82af1ef5e870
Author: Paul Wouters <paul(a)xelerance.com>
Date: Tue Nov 30 18:25:23 2010 -0500
- Updated to 1.2.7
- Added more DEBUG build options to the make command
- Minor cleanups
.gitignore | 1 +
sources | 2 +-
xl2tpd.spec | 12 ++++++++----
3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b92b2b..3d8193b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ xl2tpd-1.1.12.tar.gz
xl2tpd-1.2.0.tar.gz
xl2tpd-1.2.4.tar.gz
xl2tpd-1.2.5.tar.gz
+/xl2tpd-1.2.7.tar.gz
diff --git a/sources b/sources
index f5d735c..457a799 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
f796838eb19fb36d23ba8f25139302e3 xl2tpd.init
-40404ea230edd9ebdd0d53f07c832520 xl2tpd-1.2.5.tar.gz
+cd13732664905194565ea7f07546876b xl2tpd-1.2.7.tar.gz
diff --git a/xl2tpd.spec b/xl2tpd.spec
index ad400c8..030122a 100644
--- a/xl2tpd.spec
+++ b/xl2tpd.spec
@@ -1,7 +1,7 @@
Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
Name: xl2tpd
-Version: 1.2.5
-Release: 2%{?dist}
+Version: 1.2.7
+Release: 1%{?dist}
# No version specified.
License: GPL+
Url: http://www.xelerance.com/software/xl2tpd/
@@ -47,8 +47,7 @@ It was de-facto maintained by Jacco de Leeuw <jacco2(a)dds.nl> in 2002 and 2003.
%setup -q
%build
-make DFLAGS="$RPM_OPT_FLAGS -g -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY"
-sed -i -e 's|chkconfig:[ \t][ \t]*|chkconfig: |' packaging/fedora/xl2tpd.init
+make DFLAGS="$RPM_OPT_FLAGS -g -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_FLOW -DDEBUG_PAYLOAD -DDEBUG_CONTROL -DDEBUG_CONTROL_XMIT -DDEBUG_FLOW_MORE -DDEBUG_MAGIC -DDEBUG_ENTROPY -DDEBUG_HIDDEN -DDEBUG_PPPD -DDEBUG_AAA -DDEBUG_FILE -DDEBUG_FLOW -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_ZLB -DDEBUG_AUTH"
%install
rm -rf %{buildroot}
@@ -92,6 +91,11 @@ fi
%dir %{_localstatedir}/run/xl2tpd
%changelog
+* Tue Nov 30 2010 Paul Wouters <paul(a)xelerance.com> - 1.2.7-1
+- Updated to 1.2.7
+- Added more DEBUG build options to the make command
+- Minor cleanups
+
* Sat Jan 09 2010 Paul Wouters <paul(a)xelerance.com> - 1.2.5-2
- Bump for EVR
13Â years
[xl2tpd] - fix md5 of init script in sources
by Paul Wouters
commit 742558af32630ef61d4ed1571cf1f2ed4188dd0c
Author: Paul Wouters <paul(a)xelerance.com>
Date: Tue Nov 30 18:40:49 2010 -0500
- fix md5 of init script in sources
sources | 2 +-
xl2tpd.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index 457a799..fba6767 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-f796838eb19fb36d23ba8f25139302e3 xl2tpd.init
+167f3e8621562c78dc66f07fe62e0638 xl2tpd.init
cd13732664905194565ea7f07546876b xl2tpd-1.2.7.tar.gz
diff --git a/xl2tpd.spec b/xl2tpd.spec
index 030122a..777ff01 100644
--- a/xl2tpd.spec
+++ b/xl2tpd.spec
@@ -1,7 +1,7 @@
Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
Name: xl2tpd
Version: 1.2.7
-Release: 1%{?dist}
+Release: 2%{?dist}
# No version specified.
License: GPL+
Url: http://www.xelerance.com/software/xl2tpd/
@@ -91,6 +91,9 @@ fi
%dir %{_localstatedir}/run/xl2tpd
%changelog
+* Tue Nov 30 2010 Paul Wouters <paul(a)xelerance.com> - 1.2.7-2
+- fix md5 of init script in sources
+
* Tue Nov 30 2010 Paul Wouters <paul(a)xelerance.com> - 1.2.7-1
- Updated to 1.2.7
- Added more DEBUG build options to the make command
13Â years
[kernel] walters noticed i missed removing it from the manifest
by Kyle McMartin
commit 1c8b1fa25a61651c0436956da3208c264b9d4930
Author: Kyle McMartin <kyle(a)mcmartin.ca>
Date: Tue Nov 30 18:38:47 2010 -0500
walters noticed i missed removing it from the manifest
kernel.spec | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 8ba295e..b8af0b4 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -653,7 +653,6 @@ Patch1555: fix_xen_guest_on_old_EC2.patch
# nouveau + drm fixes
Patch1810: drm-nouveau-updates.patch
-Patch1811: drm-intel-2.6.37-rc2.patch
Patch1819: drm-intel-big-hammer.patch
# make sure the lvds comes back on lid open
Patch1825: drm-intel-make-lvds-work.patch
13Â years
[xl2tpd] - Updated to 1.2.7 - Added more DEBUG build options to the make command - Minor cleanups
by Paul Wouters
commit 66f0b27a5a64cd36423d46371ff87640043f5807
Author: Paul Wouters <paul(a)xelerance.com>
Date: Tue Nov 30 18:25:23 2010 -0500
- Updated to 1.2.7
- Added more DEBUG build options to the make command
- Minor cleanups
.gitignore | 1 +
sources | 2 +-
xl2tpd.spec | 12 ++++++++----
3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b92b2b..3d8193b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ xl2tpd-1.1.12.tar.gz
xl2tpd-1.2.0.tar.gz
xl2tpd-1.2.4.tar.gz
xl2tpd-1.2.5.tar.gz
+/xl2tpd-1.2.7.tar.gz
diff --git a/sources b/sources
index f5d735c..457a799 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
f796838eb19fb36d23ba8f25139302e3 xl2tpd.init
-40404ea230edd9ebdd0d53f07c832520 xl2tpd-1.2.5.tar.gz
+cd13732664905194565ea7f07546876b xl2tpd-1.2.7.tar.gz
diff --git a/xl2tpd.spec b/xl2tpd.spec
index ad400c8..030122a 100644
--- a/xl2tpd.spec
+++ b/xl2tpd.spec
@@ -1,7 +1,7 @@
Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
Name: xl2tpd
-Version: 1.2.5
-Release: 2%{?dist}
+Version: 1.2.7
+Release: 1%{?dist}
# No version specified.
License: GPL+
Url: http://www.xelerance.com/software/xl2tpd/
@@ -47,8 +47,7 @@ It was de-facto maintained by Jacco de Leeuw <jacco2(a)dds.nl> in 2002 and 2003.
%setup -q
%build
-make DFLAGS="$RPM_OPT_FLAGS -g -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY"
-sed -i -e 's|chkconfig:[ \t][ \t]*|chkconfig: |' packaging/fedora/xl2tpd.init
+make DFLAGS="$RPM_OPT_FLAGS -g -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_FLOW -DDEBUG_PAYLOAD -DDEBUG_CONTROL -DDEBUG_CONTROL_XMIT -DDEBUG_FLOW_MORE -DDEBUG_MAGIC -DDEBUG_ENTROPY -DDEBUG_HIDDEN -DDEBUG_PPPD -DDEBUG_AAA -DDEBUG_FILE -DDEBUG_FLOW -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_ZLB -DDEBUG_AUTH"
%install
rm -rf %{buildroot}
@@ -92,6 +91,11 @@ fi
%dir %{_localstatedir}/run/xl2tpd
%changelog
+* Tue Nov 30 2010 Paul Wouters <paul(a)xelerance.com> - 1.2.7-1
+- Updated to 1.2.7
+- Added more DEBUG build options to the make command
+- Minor cleanups
+
* Sat Jan 09 2010 Paul Wouters <paul(a)xelerance.com> - 1.2.5-2
- Bump for EVR
13Â years
[libmtp] Updated udev rules again
by Linus Walleij
commit 258a0d525f7f162f1e0f0b7d9705b1798bf07c4c
Author: Linus Walleij <linus.walleij(a)stericsson.com>
Date: Wed Dec 1 00:22:46 2010 +0100
Updated udev rules again
libmtp.spec | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libmtp.spec b/libmtp.spec
index 118194f..63251dd 100644
--- a/libmtp.spec
+++ b/libmtp.spec
@@ -3,7 +3,7 @@
Name: libmtp
Version: 1.0.3
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: A software library for MTP media players
URL: http://libmtp.sourceforge.net/
@@ -56,7 +56,7 @@ library for MTP media players.
%configure --disable-static --program-prefix=mtp-
make %{?_smp_mflags}
# Remove permissions from udev rules, but register for ACL management
-examples/hotplug -a"SYMLINK+=\"libmtp-%k\" ENV{ID_MTP_DEVICE}=\"1\", ENV{ID_MEDIA_PLAYER}=\"1\" TAG+=\"udev-acl\"" > libmtp.rules
+examples/hotplug -a"SYMLINK+=\"libmtp-%k\", ENV{ID_MTP_DEVICE}=\"1\", ENV{ID_MEDIA_PLAYER}=\"1\", TAG+=\"udev-acl\"" > libmtp.rules
%install
rm -rf $RPM_BUILD_ROOT
@@ -127,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Dec 1 2010 Linus Walleij <triad(a)df.lth.se> 1.0.3-7
+- Now even with correct commas and stuff in udev actions.
+
* Tue Nov 30 2010 Linus Walleij <triad(a)df.lth.se> 1.0.3-6
- It appears adding ENV{ID_MTP_DEVICE}="1",
ENV{ID_MEDIA_PLAYER}="1" is the way forward so testing this
13Â years
[unoconv] - Add missing Requires on openoffice.org-brand/libreoffice-core. RHBZ#658576
by Orcan Ogetbil
commit 76c079ec7fe78e54337af6fdeb0cb5c6cbcfcfbe
Author: Orcan Ogetbil <oget.fedora(a)gmail.com>
Date: Tue Nov 30 17:58:32 2010 -0500
- Add missing Requires on openoffice.org-brand/libreoffice-core. RHBZ#658576
unoconv.spec | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/unoconv.spec b/unoconv.spec
index 7f1ea08..10c95a0 100644
--- a/unoconv.spec
+++ b/unoconv.spec
@@ -1,7 +1,7 @@
Summary: Tool to convert between any document format supported by LibreOffice
Name: unoconv
Version: 0.4
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2
Group: System Environment/Base
URL: http://dag.wieers.com/home-made/unoconv/
@@ -14,8 +14,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
%if 0%{fedora} < 15
+Requires: openoffice.org-brand
Requires: openoffice.org-pyuno
%else
+Requires: libreoffice-core
Requires: libreoffice-pyuno
%endif
@@ -49,6 +51,9 @@ rm -rf %{buildroot}
%{_bindir}/%{name}
%changelog
+* Tue Nov 30 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4-3
+- Add missing Requires on openoffice.org-brand/libreoffice-core. RHBZ#658576
+
* Sat Nov 13 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4-2
- Backport some upstream fixes (LD_LIBRARY_PATH issue and -o flag issue)
13Â years
[telepathy-gabble] - Update to 0.11.3. - Bump min version of tp-glib needed.
by Brian Pepple
commit 71faf4c76c1f925d9175363fb8e7d75413069c01
Author: Brian Pepple <bpepple(a)fedoraproject.org>
Date: Tue Nov 30 17:57:53 2010 -0500
- Update to 0.11.3.
- Bump min version of tp-glib needed.
.gitignore | 1 +
sources | 2 +-
telepathy-gabble.spec | 8 ++++++--
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 553193e..a755753 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ telepathy-gabble-0.9.15.tar.gz
/telepathy-gabble-0.11.0.tar.gz
/telepathy-gabble-0.11.1.tar.gz
/telepathy-gabble-0.11.2.tar.gz
+/telepathy-gabble-0.11.3.tar.gz
diff --git a/sources b/sources
index aff5770..9389024 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-37c8a775a50c2d4ed3b9f7e4d0ff79c2 telepathy-gabble-0.11.2.tar.gz
+1e9c12672e772b528e7c27b35de6692a telepathy-gabble-0.11.3.tar.gz
diff --git a/telepathy-gabble.spec b/telepathy-gabble.spec
index 423a679..d3ce56c 100644
--- a/telepathy-gabble.spec
+++ b/telepathy-gabble.spec
@@ -1,5 +1,5 @@
Name: telepathy-gabble
-Version: 0.11.2
+Version: 0.11.3
Release: 1%{?dist}
Summary: A Jabber/XMPP connection manager
@@ -11,7 +11,7 @@ Source0: http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{vers
BuildRequires: dbus-devel >= 1.1.0
BuildRequires: dbus-glib-devel >= 0.82
-BuildRequires: telepathy-glib-devel >= 0.13.4
+BuildRequires: telepathy-glib-devel >= 0.13.7
BuildRequires: glib2-devel >= 2.24
BuildRequires: sqlite-devel
BuildRequires: libuuid-devel
@@ -64,6 +64,10 @@ rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/*.html
%changelog
+* Tue Nov 30 2010 Brian Pepple <bpepple(a)fedoraproject.org> - 0.11.3-1
+- Update to 0.11.3.
+- Bump min version of tp-glib needed.
+
* Mon Nov 22 2010 Brian Pepple <bpepple(a)fedoraproject.org> - 0.11.2-1
- Update to 0.11.2.
13Â years