[kross-interpreters/f17] 4.8.4

Than Ngo than at fedoraproject.org
Tue Jun 5 13:48:01 UTC 2012


commit 245d9a32bf24c38ec925659323a76d1f7f501fe2
Author: Than Ngo <than at redhat.com>
Date:   Tue Jun 5 15:47:54 2012 +0200

    4.8.4

 .gitignore              |    1 +
 kross-interpreters.spec |   22 ++++++++++++++++++----
 sources                 |    2 +-
 3 files changed, 20 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bd7e68f..8800ae5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /kross-interpreters-4.8.3.tar.xz
+/kross-interpreters-4.8.4.tar.xz
diff --git a/kross-interpreters.spec b/kross-interpreters.spec
index c34507f..c1f7b4f 100644
--- a/kross-interpreters.spec
+++ b/kross-interpreters.spec
@@ -1,4 +1,3 @@
-
 ## falcon (still) not functional
 #define kross_falcon 1
 ## java needs love
@@ -15,8 +14,8 @@
 %endif
 
 Name:    kross-interpreters 
-Version: 4.8.3
-Release: 2%{?dist}
+Version: 4.8.4
+Release: 1%{?dist}
 Summary: Kross interpreters 
 
 License: LGPLv2+
@@ -48,7 +47,9 @@ BuildRequires: python-devel
 Summary:  Kross plugin for python
 Requires: kdelibs4 >= %{version}
 Provides: kross(python) = %{version}-%{release}
+%if 0%{?fedora}
 Requires: %{name} = %{version}-%{release}
+%endif
 %description -n kross-python
 Python plugin for the Kross archtecture in KDE.
 
@@ -57,7 +58,9 @@ Summary:  Kross plugin for falcon
 Requires: Falcon
 Requires: kdelibs4 >= %{version}
 Provides: kross(falcon) = %{version}-%{release}
+%if 0%{?fedora}
 Requires: %{name} = %{version}-%{release}
+%endif
 %description -n kross-falcon
 Falcon plugin for the Kross archtecture in KDE.
 
@@ -65,7 +68,9 @@ Falcon plugin for the Kross archtecture in KDE.
 Summary:  Kross plugin for java 
 Requires: kdelibs4 >= %{version}
 Provides: kross(java) = %{version}-%{release}
+%if 0%{?fedora}
 Requires: %{name} = %{version}-%{release}
+%endif
 %description -n kross-java
 Java plugin for the Kross archtecture in KDE.
 
@@ -74,7 +79,9 @@ Summary:  Kross plugin for ruby
 %{?ruby_abi:Requires: ruby(abi) = %{ruby_abi}}
 Requires: kdelibs4 >= %{version}
 Provides: kross(ruby) = %{version}-%{release}
+%if 0%{?fedora}
 Requires: %{name} = %{version}-%{release}
+%endif
 %description -n kross-ruby
 Ruby plugin for the Kross architecture in KDE.
 
@@ -100,9 +107,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 %clean
 rm -rf %{buildroot}
 
-
+%if 0%{?fedora}
 %files
 # intentionally left blank (for now)
+%endif
 
 %files -n kross-python
 %{_kde4_libdir}/kde4/krosspython.so
@@ -123,6 +131,12 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jun 05 2012 Than Ngo <than at redhat.com> - 4.8.4-1
+- 4.8.4
+
+* Wed May 23 2012 Than Ngo <than at redhat.com> - 4.8.3-3
+- rhel/fedora condition
+
 * Wed May 23 2012 Than Ngo <than at redhat.com> - 4.8.3-2
 - rhel/fedora condition
 
diff --git a/sources b/sources
index c34cdc7..3f0631e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afa46a7fc22639affae2de05e26b9264  kross-interpreters-4.8.3.tar.xz
+b6526c5dfb474d2b4da61057bc1fb02d  kross-interpreters-4.8.4.tar.xz


More information about the scm-commits mailing list