[systemd/f15/master] New upstream release
by Lennart Poettering
commit 7ec857ebed9780585a9f3156d5510fb91c8eeaf9
Author: Lennart Poettering <lennart(a)poettering.net>
Date: Fri Apr 1 02:10:27 2011 +0200
New upstream release
.gitignore | 1 +
sources | 2 +-
systemd.spec | 14 +++++++++++---
3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 703a00d..ebdc3d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ systemd-*src.rpm
/systemd-19.tar.bz2
/systemd-20.tar.bz2
/systemd-21.tar.bz2
+/systemd-22.tar.bz2
diff --git a/sources b/sources
index 3570363..dabeb17 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dff5735b30840d2ccc4a0b55d3af9c47 systemd-21.tar.bz2
+79cfbca526eaa5833723b48adeb0b323 systemd-22.tar.bz2
diff --git a/systemd.spec b/systemd.spec
index 78ebd8f..17935ff 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -1,8 +1,8 @@
Name: systemd
Url: http://www.freedesktop.org/wiki/Software/systemd
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Version: 21
-Release: 2%{?dist}
+Version: 22
+Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Base
Summary: A System and Service Manager
@@ -128,7 +128,8 @@ rm -rf $RPM_BUILD_ROOT
%post
# Should move to some other place eventually
-mkdir -p -m 755 /run || :
+/bin/mkdir -p -m 755 /run || :
+/sbin/restorecon /run || :
/bin/systemd-machine-id-setup > /dev/null 2>&1 || :
/bin/systemctl daemon-reexec > /dev/null 2>&1 || :
@@ -196,9 +197,11 @@ fi
/bin/systemd-machine-id-setup
/usr/bin/systemd-nspawn
/usr/bin/systemd-stdio-bridge
+/usr/bin/systemd-analyze
/lib/systemd/systemd-*
/lib/udev/rules.d/*.rules
%dir /lib/systemd/system-generators
+%dir /lib/systemd/system-shutdown
/lib/systemd/system-generators/systemd-cryptsetup-generator
/lib/systemd/system-generators/systemd-getty-generator
/%{_lib}/security/pam_systemd.so
@@ -227,6 +230,8 @@ fi
%dir %{_sysconfdir}/systemd
%dir %{_sysconfdir}/systemd/system
%dir %{_sysconfdir}/tmpfiles.d
+%dir %{_sysconfdir}/sysctl.d
+%dir %{_sysconfdir}/modules-load.d
%dir %{_sysconfdir}/bash_completion.d
%dir /lib/systemd
/lib/systemd/system
@@ -253,6 +258,9 @@ fi
%{_mandir}/man1/systemadm.*
%changelog
+* Fri Apr 1 2011 Lennart Poettering <lpoetter(a)redhat.com> - 22-1
+- New upstream release
+
* Wed Mar 30 2011 Lennart Poettering <lpoetter(a)redhat.com> - 21-2
- The quota services are now pulled in by mount points, hence no need to enable them explicitly
11Â years, 10Â months
[mesa/f15/master] upstream snapshot again - proper fix for ILK + nv50 gnome-shell issue
by Dave Airlie
commit 7f30443aa2cc2925ae6b20867950150e8ce6edfd
Author: Dave Airlie <airlied(a)redhat.com>
Date: Fri Apr 1 10:10:13 2011 +1000
upstream snapshot again - proper fix for ILK + nv50 gnome-shell issue
.gitignore | 1 +
mesa-intel-fix-gs-rendering-regression.patch | 99 --------------------------
mesa.spec | 9 ++-
sources | 2 +-
4 files changed, 7 insertions(+), 104 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dda81af..49c23e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ mesa-20100720.tar.bz2
/MesaLib-7.10.1.tar.bz2
/mesa-20110327.tar.xz
/mesa-20110330.tar.xz
+/mesa-20110401.tar.xz
diff --git a/mesa.spec b/mesa.spec
index 0ec80cd..d08c55a 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -12,13 +12,13 @@
%define _default_patch_fuzz 2
%define manpages gl-manpages-1.0.1
-%define gitdate 20110330
+%define gitdate 20110401
#% define snapshot
Summary: Mesa graphics libraries
Name: mesa
Version: 7.11
-Release: 0.3.%{gitdate}.0%{?dist}
+Release: 0.4.%{gitdate}.0%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@@ -31,7 +31,6 @@ Source2: %{manpages}.tar.bz2
Source3: make-git-snapshot.sh
Source4: llvmcore.mk
-Patch1: mesa-intel-fix-gs-rendering-regression.patch
Patch2: mesa-7.1-nukeglthread-debug.patch
Patch3: mesa-no-mach64.patch
Patch4: legacy-drivers.patch
@@ -215,7 +214,6 @@ Requires: Xorg %(xserver-sdk-abi-requires ansic) %(xserver-sdk-abi-requires vide
%prep
#setup -q -n Mesa-%{version}%{?snapshot} -b0 -b2
%setup -q -n mesa-%{gitdate} -b2
-%patch1 -p1 -b .upstreamrevert
%patch2 -p1 -b .intel-glthread
%patch3 -p1 -b .no-mach64
%patch4 -p1 -b .classic
@@ -487,6 +485,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libOSMesa.so
%changelog
+* Fri Apr 01 2011 Dave Airlie <airlied(a)redhat.com> 7.11-0.4.20110401.0
+- upstream snapshot again - proper fix for ILK + nv50 gnome-shell issue
+
* Wed Mar 30 2011 Dave Airlie <airlied(a)redhat.com> 7.11-0.3.20110330.0
- mesa-intel-fix-gs-rendering-regression.patch, attempt to fix gnome shell
rendering.
diff --git a/sources b/sources
index 1f3ea74..303b8c6 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
6ae05158e678f4594343f32c2ca50515 gl-manpages-1.0.1.tar.bz2
-08d37442be3d2c40010aa3c5fa3eb787 mesa-20110330.tar.xz
+be260c4b3183acdac9c0b6546db0effc mesa-20110401.tar.xz
11Â years, 10Â months
[hotot] Import reviewed and approved spec and source
by Rahul Sundaram
commit 1771f73d420081a2e9cb1ace4ad44c0bc6b57456
Author: Rahul <sundaram(a)fedoraproject.org>
Date: Fri Apr 1 05:32:38 2011 +0530
Import reviewed and approved spec and source
.gitignore | 1 +
hotot.spec | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 71 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..98220cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/hotot-0.9.5-8bd3e1986200.tar.bz2
diff --git a/hotot.spec b/hotot.spec
new file mode 100644
index 0000000..2ed270a
--- /dev/null
+++ b/hotot.spec
@@ -0,0 +1,69 @@
+%global hghash 8bd3e1986200
+%global hgdate 20110331
+Name: hotot
+Version: 0.9.5
+Release: 3.%{?hgdate}hg%{?dist}
+Summary: Lightweight & open source micro blogging client
+Group: Applications/Internet
+License: LGPLv3+ and LGPLv3 and BSD and GPLv2
+URL: http://code.google.com/p/hotot
+
+# hg clone https://hotot.googlecode.com/hg/ hotot
+# hg archive -t tbz2 -r %%{hghash} %%{name}-%%{version}-%%{hghash}.tar.bz2
+Source0: hotot-%{version}-%{hghash}.tar.bz2
+BuildArch: noarch
+BuildRequires: pygtk2-devel WebKit-gtk-devel >= 1.0.0-0.8 intltool
+BuildRequires: libxslt-devel python-distutils-extra gettext desktop-file-utils
+Requires: pygtk2 pywebkitgtk >= 1.1.8 notify-python python-keybinder
+
+%description
+Hotot, is a lightweight & open source micro blogging client, coding using
+Python language and designed for Linux. It depends less but supports more.
+
+Features:
+ * OAuth and Basic Auth is supported.
+ * Socks Proxy and Http Proxy.
+ * Support API Proxy.
+ * Support Twitter Search and content filter.
+ * Keyboard shortcuts.
+ * Extension System.
+ * Native notify system. it supports Gnome & KDE SC.
+
+%prep
+%setup -q -n hotot-%{version}-%{hghash}
+sed -i -e '/^#!\//, 1d' hotot/*.py
+%build
+python setup.py build_i18n -m
+python setup.py build
+
+
+%install
+rm -rf %{buildroot}
+python setup.py install --prefix=%{buildroot}/usr
+desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
+chmod 644 %{buildroot}/%{_datadir}/%{name}/ext/org.hotot.imageupload/entry.js
+chmod 644 %{buildroot}/%{_datadir}/%{name}/ext/ext.js
+%find_lang %{name}
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%{python_sitelib}/%{name}
+%{_bindir}/%{name}
+%{python_sitelib}/%{name}-*.egg-info
+%{_datadir}/%{name}
+%{_datadir}/pixmaps/%{name}.png
+%{_datadir}/applications/%{name}.desktop
+
+%changelog
+* Fri Apr 01 2011 Rahul Sundaram <sundaram(a)fedoraproject.org> - 0.9.5-3.20110331hg
+- Fix permissions for a couple of javascript files
+
+* Thu Mar 31 2011 Rahul Sundaram <sundaram(a)fedoraproject.org> - 0.9.5-2.20110331hg
+- Adding missing build requires
+- Include additional licensing info
+- Make package noarch
+
+* Thu Mar 31 2011 Rahul Sundaram <sundaram(a)fedoraproject.org> - 0.9.5-1.20110331hg
+- Initial release
+- Based on the spec from upstream
+
diff --git a/sources b/sources
index e69de29..5f01ec6 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+bc1c5070a285c4fad9e59df2770a0a7a hotot-0.9.5-8bd3e1986200.tar.bz2
11Â years, 10Â months