From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. c19f1e904b92390c033a613017de5f299cf332b6
Date: Sun, 02 Mar 2014 12:38:22 +0100 [thread overview]
Message-ID: <20140302113823.193C221060@argus.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 8585 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via c19f1e904b92390c033a613017de5f299cf332b6 (commit)
via 28aba2336de9c8407d50966da1d0788d2cf8d15f (commit)
via bc95650dfd74bdcb77ed2b45044bc61007b42911 (commit)
via be69cb2d89ea776d774c99e2129c7e345dffdb8f (commit)
via d9464195bd8e12636644c33df2826119388aac3d (commit)
via 83f94cd39c7e64fac758e33dfa2c55d845d024ce (commit)
via 651840b29815422e72913246f827c0b5f4122838 (commit)
via 408cffb8f92cb6adc673dc489ebc90782b1fe011 (commit)
from 84581c2d9b890587e6f56448b509970b3240a887 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c19f1e904b92390c033a613017de5f299cf332b6
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Sat Mar 1 17:33:39 2014 +0100
mutter: Recomends to also install gnome-themes-standard and gsettings-desktop-schemas.
commit 28aba2336de9c8407d50966da1d0788d2cf8d15f
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Sat Mar 1 17:28:40 2014 +0100
pygobject3: Shared libraries should be shipped by the related packages.
commit bc95650dfd74bdcb77ed2b45044bc61007b42911
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Sat Mar 1 17:28:04 2014 +0100
gtk3: Update to 3.10.0.
Major update to latest version.
commit be69cb2d89ea776d774c99e2129c7e345dffdb8f
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Sat Mar 1 17:27:27 2014 +0100
gnome-themes-standard: Update to 3.11.5.
Update to latest version.
commit d9464195bd8e12636644c33df2826119388aac3d
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Sat Mar 1 17:26:37 2014 +0100
gdk-pixbuf2: Update to 2.30.5.
This is a major update to the latest version.
commit 83f94cd39c7e64fac758e33dfa2c55d845d024ce
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Sat Mar 1 14:32:05 2014 +0100
glib2: Update to 2.39.4.
Major update to latest version of glib2.
commit 651840b29815422e72913246f827c0b5f4122838
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Sat Mar 1 14:31:05 2014 +0100
atk: Update to 2.11.6.
Major update to latest version.
commit 408cffb8f92cb6adc673dc489ebc90782b1fe011
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Sat Mar 1 14:28:24 2014 +0100
gobject-introspection: Update to 1.39.3.
This is a major update to the latest stable release.
-----------------------------------------------------------------------
Summary of changes:
atk/atk.nm | 6 +++---
gdk-pixbuf2/gdk-pixbuf2.nm | 6 +++---
glib2/glib2.nm | 2 +-
gnome-themes-standard/gnome-themes-standard.nm | 6 ++++--
gobject-introspection/gobject-introspection.nm | 4 ++--
gtk3/gtk3.nm | 10 +++++-----
mutter/mutter.nm | 7 ++++++-
pygobject3/pygobject3.nm | 10 ++++++++--
8 files changed, 32 insertions(+), 19 deletions(-)
Difference in files:
diff --git a/atk/atk.nm b/atk/atk.nm
index 25679a3..928ae75 100644
--- a/atk/atk.nm
+++ b/atk/atk.nm
@@ -5,8 +5,8 @@
name = atk
version = %{ver_major}.%{ver_minor}
-ver_major = 2.7
-ver_minor = 4
+ver_major = 2.11
+ver_minor = 6
release = 1
groups = System/Libraries
@@ -25,7 +25,7 @@ sources = %{thisapp}.tar.xz
build
requires
glib2-devel >= 2.31.2
- gobject-introspection-devel
+ gobject-introspection-devel >= 1.39.3
end
configure_options += \
diff --git a/gdk-pixbuf2/gdk-pixbuf2.nm b/gdk-pixbuf2/gdk-pixbuf2.nm
index d13409d..25a7b23 100644
--- a/gdk-pixbuf2/gdk-pixbuf2.nm
+++ b/gdk-pixbuf2/gdk-pixbuf2.nm
@@ -5,8 +5,8 @@
name = gdk-pixbuf2
version = %{ver_major}.%{ver_minor}
-ver_major = 2.27
-ver_minor = 1
+ver_major = 2.30
+ver_minor = 5
release = 1
groups = System/Libraries
@@ -26,7 +26,7 @@ sources = %{thisapp}.tar.xz
build
requires
- glib2-devel >= 2.31.16
+ glib2-devel >= 2.37.6
gobject-introspection-devel >= 0.9.3
libpng-devel
libjpeg-devel
diff --git a/glib2/glib2.nm b/glib2/glib2.nm
index be45b4c..e6f97ec 100644
--- a/glib2/glib2.nm
+++ b/glib2/glib2.nm
@@ -4,7 +4,7 @@
###############################################################################
name = glib2
-ver_major = 2.35
+ver_major = 2.39
ver_minor = 4
version = %{ver_major}.%{ver_minor}
release = 1
diff --git a/gnome-themes-standard/gnome-themes-standard.nm b/gnome-themes-standard/gnome-themes-standard.nm
index cbb9f5f..d1030e8 100644
--- a/gnome-themes-standard/gnome-themes-standard.nm
+++ b/gnome-themes-standard/gnome-themes-standard.nm
@@ -4,7 +4,9 @@
###############################################################################
name = gnome-themes-standard
-version = 3.7.6
+ver_major = 3.11
+ver_minor = 5
+version = %{ver_major}.%{ver_minor}
release = 1
groups =
@@ -18,7 +20,7 @@ description
window borders and GTK+ applications.
end
-source_dl = http://download.gnome.org/sources/%{name}/3.7/
+source_dl = http://download.gnome.org/sources/%{name}/%{ver_major}/
sources = %{thisapp}.tar.xz
build
diff --git a/gobject-introspection/gobject-introspection.nm b/gobject-introspection/gobject-introspection.nm
index 1f6bc03..b04d3ae 100644
--- a/gobject-introspection/gobject-introspection.nm
+++ b/gobject-introspection/gobject-introspection.nm
@@ -7,8 +7,8 @@ name = gobject-introspection
version = %{major_ver}.%{minor_ver}
release = 1
-major_ver = 1.35
-minor_ver = 4
+major_ver = 1.39
+minor_ver = 3
groups = Development/Libraries
url = http://live.gnome.org/GObjectIntrospection
diff --git a/gtk3/gtk3.nm b/gtk3/gtk3.nm
index 7839dde..dc556ac 100644
--- a/gtk3/gtk3.nm
+++ b/gtk3/gtk3.nm
@@ -5,9 +5,9 @@
name = gtk3
version = %{ver_major}.%{ver_minor}
-ver_major = 3.7
-ver_minor = 6
-release = 2
+ver_major = 3.10
+ver_minor = 0
+release = 1
groups = System/Libraries
url = http://www.gtk.org
@@ -26,12 +26,12 @@ sources = %{thisapp}.tar.xz
build
requires
- atk-devel
+ atk-devel >= 2.7.5
at-spi2-atk-devel
cairo-gobject-devel
gdk-pixbuf2-devel >= 2.26
glib2-devel >= 2.35.3
- gobject-introspection-devel >= 1.32.0
+ gobject-introspection-devel >= 1.39.0
pango-devel >= 1.32.4
libXi-devel
libXrandr-devel
diff --git a/mutter/mutter.nm b/mutter/mutter.nm
index 085cab1..e3f1aae 100644
--- a/mutter/mutter.nm
+++ b/mutter/mutter.nm
@@ -7,7 +7,7 @@ name = mutter
version = %{ver_maj}.%{ver_min}
ver_maj = 3.7
ver_min = 5
-release = 1
+release = 2
groups = UI/Desktops
url = http://www.clutter-project.org/
@@ -85,6 +85,11 @@ packages
zenity
end
+ recommends
+ gnome-themes-standard
+ gsettings-desktop-schemas
+ end
+
script posttransin
glib-compile-schemas %{datadir}/glib-2.0/schemas &> /dev/null || :
end
diff --git a/pygobject3/pygobject3.nm b/pygobject3/pygobject3.nm
index 60e72d0..c72a874 100644
--- a/pygobject3/pygobject3.nm
+++ b/pygobject3/pygobject3.nm
@@ -7,7 +7,7 @@ name = pygobject3
version = %{ver_major}.%{ver_minor}
ver_major = 3.7
ver_minor = 4
-release = 1
+release = 2
groups = Development/Tools
url = http://www.pygtk.org/
@@ -80,6 +80,9 @@ packages
gobject-introspection >= 1.34.2
python-cairo
end
+
+ files += \
+ {libdir}/*python2*.so.*
end
package python3-gobject3
@@ -89,6 +92,9 @@ packages
gobject-introspection >= 1.34.2
python3-cairo
end
+
+ files += \
+ %{libdir}/*python3*.so.*
end
package %{name}-devel
@@ -105,7 +111,7 @@ packages
end
files += \
- %{libdir}/*python3*.so.*
+ %{libdir}/*python3*.so
end
package %{name}-debuginfo
hooks/post-receive
--
IPFire 3.x development tree
reply other threads:[~2014-03-02 11:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140302113823.193C221060@argus.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox