[gooddata-cl] Update to DLI version

Lubomir Rintel lkundrak at fedoraproject.org
Fri Aug 3 16:22:19 UTC 2012


commit a9d849677d2669ae13f1964561aa719cbc1ffca7
Author: Lubomir Rintel <lubo.rintel at gooddata.com>
Date:   Fri Aug 3 18:21:39 2012 +0200

    Update to DLI version

 .gitignore                                         |    1 +
 ...Disable-snaplogic-we-don-t-ship-snapi.jar.patch |   27 ---
 0001-Drag-in-packages-we-ship-split.patch          |   58 ++++++
 0002-Fix-xstream-group-id.patch                    |   39 ----
 ...-separate-commons-httpclient-for-signpost.patch |   28 +++
 ...-of-assembly-plugin-we-do-not-do-bundling.patch |  107 -----------
 ...ules-we-can-t-build-due-missing-closed-de.patch |   27 +++
 0005-Drag-in-packages-we-ship-split.patch          |   73 -------
 ...s.patch => 0005-Sanitize-logging-defaults.patch |   15 +-
 0006-Do-not-hardwire-classpath-in-CLI.patch        |   38 ++++
 0007-Do-not-hardwire-classpath-in-CLI.patch        |   31 ---
 gooddata-cl.conf                                   |    5 +
 gooddata-cl.spec                                   |  197 ++++++++++++-------
 gooddata-cli                                       |   62 ------
 sources                                            |    2 +-
 15 files changed, 291 insertions(+), 419 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 669b81a..a189282 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /gooddata-cl-1.1.4.tar.gz
 /gooddata-cl-1.1.9.tar.gz
+/gooddata-cl-1.2.56.tar.gz
diff --git a/0001-Drag-in-packages-we-ship-split.patch b/0001-Drag-in-packages-we-ship-split.patch
new file mode 100644
index 0000000..ba6d5d3
--- /dev/null
+++ b/0001-Drag-in-packages-we-ship-split.patch
@@ -0,0 +1,58 @@
+From bea0df9ad753101d0936a8a0fe17a02cf785e19e Mon Sep 17 00:00:00 2001
+From: Lubomir Rintel <lubo.rintel at gooddata.com>
+Date: Fri, 3 Aug 2012 14:40:13 +0200
+Subject: [PATCH 1/6] Drag in packages we ship split
+
+---
+ connector/pom.xml |   11 +++++++++++
+ pom.xml           |   12 +++++++++++-
+ 2 files changed, 22 insertions(+), 1 deletions(-)
+
+diff --git a/connector/pom.xml b/connector/pom.xml
+index 4dac54f..7554130 100644
+--- a/connector/pom.xml
++++ b/connector/pom.xml
+@@ -58,6 +58,17 @@
+         <dependency>
+             <groupId>com.google.gdata</groupId>
+             <artifactId>gdata-java-client</artifactId>
++            <version>1.40.0</version>
++        </dependency>
++        <dependency>
++            <groupId>com.google.gdata</groupId>
++            <artifactId>gdata-java-core</artifactId>
++            <version>1.40.0</version>
++        </dependency>
++        <dependency>
++            <groupId>com.google.gdata</groupId>
++            <artifactId>gdata-java-analytics</artifactId>
++            <version>1.40.0</version>
+         </dependency>
+         <dependency>
+             <groupId>net.sf.opencsv</groupId>
+diff --git a/pom.xml b/pom.xml
+index 5331384..e27ff09 100755
+--- a/pom.xml
++++ b/pom.xml
+@@ -223,7 +223,17 @@
+             <dependency>
+                 <groupId>com.google.gdata</groupId>
+                 <artifactId>gdata-java-client</artifactId>
+-                <version>1.40.0.atlassian-2</version>
++                <version>1.40.0</version>
++            </dependency>
++            <dependency>
++                <groupId>com.google.gdata</groupId>
++                <artifactId>gdata-java-core</artifactId>
++                <version>1.40.0</version>
++            </dependency>
++            <dependency>
++                <groupId>com.google.gdata</groupId>
++                <artifactId>gdata-java-analytics</artifactId>
++                <version>1.40.0</version>
+             </dependency>
+             <dependency>
+                 <groupId>net.sf.opencsv</groupId>
+-- 
+1.7.1
+
diff --git a/0002-No-separate-commons-httpclient-for-signpost.patch b/0002-No-separate-commons-httpclient-for-signpost.patch
new file mode 100644
index 0000000..2ce3c7b
--- /dev/null
+++ b/0002-No-separate-commons-httpclient-for-signpost.patch
@@ -0,0 +1,28 @@
+From 947eec383ceb2a668f56adb8d3503388ecdaf07d Mon Sep 17 00:00:00 2001
+From: Lubomir Rintel <lubo.rintel at gooddata.com>
+Date: Fri, 3 Aug 2012 14:41:24 +0200
+Subject: [PATCH 2/6] No separate commons-httpclient for signpost
+
+---
+ connector/pom.xml |    5 -----
+ 1 files changed, 0 insertions(+), 5 deletions(-)
+
+diff --git a/connector/pom.xml b/connector/pom.xml
+index 7554130..8431e4a 100644
+--- a/connector/pom.xml
++++ b/connector/pom.xml
+@@ -88,11 +88,6 @@
+             <scope>compile</scope>
+         </dependency>
+         <dependency>
+-            <groupId>oauth.signpost</groupId>
+-            <artifactId>signpost-commonshttp4</artifactId>
+-            <scope>compile</scope>
+-        </dependency>
+-        <dependency>
+             <groupId>com.googlecode.json-simple</groupId>
+             <artifactId>json-simple</artifactId>
+         </dependency>
+-- 
+1.7.1
+
diff --git a/0004-Disable-modules-we-can-t-build-due-missing-closed-de.patch b/0004-Disable-modules-we-can-t-build-due-missing-closed-de.patch
new file mode 100644
index 0000000..ceeb41a
--- /dev/null
+++ b/0004-Disable-modules-we-can-t-build-due-missing-closed-de.patch
@@ -0,0 +1,27 @@
+From 9eb94970a89def2d47e7b79a56e90ecf4dacc39d Mon Sep 17 00:00:00 2001
+From: Lubomir Rintel <lubo.rintel at gooddata.com>
+Date: Fri, 3 Aug 2012 14:41:57 +0200
+Subject: [PATCH 4/6] Disable modules we can't build due missing/closed dependencies
+
+---
+ pom.xml |    3 ---
+ 1 files changed, 0 insertions(+), 3 deletions(-)
+
+diff --git a/pom.xml b/pom.xml
+index e27ff09..9341bf4 100755
+--- a/pom.xml
++++ b/pom.xml
+@@ -46,10 +46,7 @@
+     <modules>
+         <module>cli</module>
+         <module>web</module>
+-        <module>notification</module>
+         <module>sfdc</module>
+-        <module>gooddata-snaplogic</module>
+-        <module>snaplogic</module>
+         <module>backend</module>
+         <module>connector</module>
+         <module>common</module>
+-- 
+1.7.1
+
diff --git a/0006-Sanitize-logging-defaults.patch b/0005-Sanitize-logging-defaults.patch
similarity index 68%
rename from 0006-Sanitize-logging-defaults.patch
rename to 0005-Sanitize-logging-defaults.patch
index aacacc0..91e949c 100644
--- a/0006-Sanitize-logging-defaults.patch
+++ b/0005-Sanitize-logging-defaults.patch
@@ -1,11 +1,11 @@
-From b4fcb8e04716f345bb3ab043a08221692a111aa6 Mon Sep 17 00:00:00 2001
-From: Lubomir Rintel <lkundrak at v3.sk>
-Date: Mon, 28 Jun 2010 16:21:39 +0200
-Subject: [PATCH 6/6] Sanitize logging defaults
+From 1710324954515ea0e70ef97c1981e93142c4ec31 Mon Sep 17 00:00:00 2001
+From: Lubomir Rintel <lubo.rintel at gooddata.com>
+Date: Fri, 3 Aug 2012 14:42:52 +0200
+Subject: [PATCH 5/6] Sanitize logging defaults
 
 ---
- common/src/main/resources/log4j.configuration      |    4 +-
- 8 files changed, 22 insertions(+), 16 deletions(-)
+ common/src/main/resources/log4j.configuration |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/common/src/main/resources/log4j.configuration b/common/src/main/resources/log4j.configuration
 index 0658a64..c042013 100644
@@ -20,3 +20,6 @@ index 0658a64..c042013 100644
  
  # Prevent Axis to issue harmless complains about missing javax.activation.DataHandler
  # and javax.mail.internet.MimeMultipart. Attachment support is not required.
+-- 
+1.7.1
+
diff --git a/0006-Do-not-hardwire-classpath-in-CLI.patch b/0006-Do-not-hardwire-classpath-in-CLI.patch
new file mode 100644
index 0000000..cf746d3
--- /dev/null
+++ b/0006-Do-not-hardwire-classpath-in-CLI.patch
@@ -0,0 +1,38 @@
+From d954eef29bf4f745def220d6efada98e77923dc5 Mon Sep 17 00:00:00 2001
+From: Lubomir Rintel <lubo.rintel at gooddata.com>
+Date: Fri, 3 Aug 2012 14:43:49 +0200
+Subject: [PATCH 6/6] Do not hardwire classpath in CLI
+
+---
+ cli/pom.xml |   10 +---------
+ 1 files changed, 1 insertions(+), 9 deletions(-)
+
+diff --git a/cli/pom.xml b/cli/pom.xml
+index ef14a05..e7d3d81 100644
+--- a/cli/pom.xml
++++ b/cli/pom.xml
+@@ -84,14 +84,6 @@
+             <plugin>
+                 <groupId>org.apache.maven.plugins</groupId>
+                 <artifactId>maven-jar-plugin</artifactId>
+-                <configuration>
+-                    <archive>
+-                        <manifest>
+-                            <addClasspath>true</addClasspath>
+-                            <mainClass>com.gooddata.processor.GdcDI</mainClass>
+-                        </manifest>
+-                    </archive>
+-                </configuration>
+             </plugin>
+             <plugin>
+                 <artifactId>maven-assembly-plugin</artifactId>
+@@ -109,4 +101,4 @@
+             </plugin>
+         </plugins>
+     </build>
+-</project>
+\ No newline at end of file
++</project>
+-- 
+1.7.1
+
diff --git a/gooddata-cl.conf b/gooddata-cl.conf
new file mode 100644
index 0000000..09375b9
--- /dev/null
+++ b/gooddata-cl.conf
@@ -0,0 +1,5 @@
+[ "$PROJECT_DIR" ] || PROJECT_DIR="$HOME/.gooddata-cl"
+GOODDATA_DI_OPTS="-Xmx512M $GOODDATA_DI_OPTS"
+GOODDATA_DI_OPTS="-Dlog4j.configuration=/etc/gooddata-cl/log4j.configuration $GOODDATA_DI_OPTS"
+GOODDATA_DI_OPTS="-Dderby.system.home=$PROJECT_DIR/db $GOODDATA_DI_OPTS"
+GOODDATA_DI_OPTS="-Djava.io.tmpdir=$PROJECT_DIR/tmp $GOODDATA_DI_OPTS"
diff --git a/gooddata-cl.spec b/gooddata-cl.spec
index 9c89df8..3bccf8c 100644
--- a/gooddata-cl.spec
+++ b/gooddata-cl.spec
@@ -1,70 +1,109 @@
 Name:           gooddata-cl
-Version:        1.1.9
-Release:        4%{dist}
+Version:        1.2.56
+Release:        1%{dist}
 Summary:        GoodData integration toolkit
 
 Group:          Applications/Internet
 License:        BSD
 URL:            http://developer.gooddata.com/gooddata-cl/
+# The repository contains possibly non-free jars
 # git clone http://github.com/gooddata/GoodData-CL.git
 # cd GoodData-CL
-# git archive --prefix=gooddata-cl-1.1.9/ 1.1.9-beta |gzip -9 >gooddata-cl-1.1.9.tar.gz
+# mkdir gooddata-cl-1.2.56
+# git --work-tree=gooddata-cl-1.2.56 checkout -f 1.2.56
+# find gooddata-cl-1.2.56 -name '*.jar' -delete
+# tar czf gooddata-cl-1.2.56.tar.gz gooddata-cl-1.2.56
 Source0:        gooddata-cl-%{version}.tar.gz
-Source2:        gooddata-cli
-Patch1:         0001-Disable-snaplogic-we-don-t-ship-snapi.jar.patch
-Patch2:         0002-Fix-xstream-group-id.patch
-Patch3:         0003-Get-rid-of-assembly-plugin-we-do-not-do-bundling.patch
-Patch5:         0005-Drag-in-packages-we-ship-split.patch
-Patch6:         0006-Sanitize-logging-defaults.patch
-Patch7:         0007-Do-not-hardwire-classpath-in-CLI.patch
-
-Requires:       java
+Source1:        gooddata-cl.conf
+Patch1:         0001-Drag-in-packages-we-ship-split.patch
+Patch2:         0002-No-separate-commons-httpclient-for-signpost.patch
+Patch4:         0004-Disable-modules-we-can-t-build-due-missing-closed-de.patch
+Patch5:         0005-Sanitize-logging-defaults.patch
+Patch6:         0006-Do-not-hardwire-classpath-in-CLI.patch
+
+Requires:       apache-commons-beanutils
+Requires:       apache-commons-cli
+Requires:       apache-commons-codec
+Requires:       apache-commons-collections
+Requires:       apache-commons-discovery
+Requires:       apache-commons-io
+Requires:       apache-commons-jexl
+Requires:       apache-commons-lang
+Requires:       apache-commons-logging
+Requires:       jakarta-commons-net
 Requires:       axis
 Requires:       derby
+Requires:       dom4j
 Requires:       ezmorph
-Requires:       jakarta-commons-beanutils
-Requires:       jakarta-commons-cli
-Requires:       jakarta-commons-codec
-Requires:       jakarta-commons-collections
+Requires:       gdata-java
+Requires:       httpcomponents-client
+Requires:       httpcomponents-core
+Requires:       icu4j
+Requires:       jackrabbit-webdav
 Requires:       jakarta-commons-httpclient
-Requires:       jakarta-commons-lang
-Requires:       jakarta-commons-logging
-Requires:       jakarta-commons-net
+Requires:       javassist
+Requires:       jaxen
+Requires:       jdom
 Requires:       joda-time
 Requires:       json-lib
-Requires:       log4j
+Requires:       json_simple
+Requires:       junit
+Requires:       logback
+Requires:       mysql-connector-java
 Requires:       opencsv
-Requires:       xml-commons-apis
-Requires:       xpp3-minimal
+Requires:       signpost-core
+Requires:       slf4j
+Requires:       xpp3
 Requires:       xstream
-# Older ones do not have the analysis connector
-Requires:       gdata-java > 1.39
 
-BuildRequires:  ezmorph
-BuildRequires:  jakarta-commons-codec
-BuildRequires:  javacc
-BuildRequires:  javacc-maven-plugin
-BuildRequires:  json-lib
-BuildRequires:  junit4
-BuildRequires:  maven2-plugin-compiler
-BuildRequires:  maven2-plugin-install
-BuildRequires:  maven2-plugin-jar
-BuildRequires:  maven2-plugin-resources
+BuildRequires:  maven
 BuildRequires:  maven-doxia-sitetools
 BuildRequires:  maven-shared-reporting-impl
-BuildRequires:  maven-surefire-maven-plugin
 BuildRequires:  maven-surefire-provider-junit4
 BuildRequires:  maven-surefire
-BuildRequires:  mysql-connector-java
-BuildRequires:  xpp3-minimal >= 1.1.3.8-3.4
-BuildRequires:  xstream >= 1.3.1
+BuildRequires:  maven-compiler-plugin
+BuildRequires:  maven-install-plugin
+BuildRequires:  maven-jar-plugin
+BuildRequires:  maven-resources-plugin
+BuildRequires:  maven-site-plugin
+BuildRequires:  maven-surefire-maven-plugin
+BuildRequires:  maven-war-plugin
+BuildRequires:  javacc-maven-plugin
+
+BuildRequires:  apache-commons-beanutils
+BuildRequires:  apache-commons-cli
+BuildRequires:  apache-commons-codec
+BuildRequires:  apache-commons-collections
+BuildRequires:  apache-commons-discovery
+BuildRequires:  apache-commons-io
+BuildRequires:  apache-commons-jexl
+BuildRequires:  apache-commons-lang
+BuildRequires:  apache-commons-logging
+BuildRequires:  apache-commons-net
+BuildRequires:  jakarta-commons-httpclient
+BuildRequires:  axis
 BuildRequires:  derby
-BuildRequires:  opencsv
-BuildRequires:  gdata-java > 1.39
-BuildRequires:  axis >= 1.4
-BuildRequires:  joda-time
+BuildRequires:  dom4j
+BuildRequires:  ezmorph
+BuildRequires:  gdata-java
+BuildRequires:  httpcomponents-client
+BuildRequires:  httpcomponents-core
 BuildRequires:  icu4j
-BuildRequires:  maven-site-plugin
+BuildRequires:  jackrabbit-webdav
+BuildRequires:  javassist
+BuildRequires:  jaxen
+BuildRequires:  jdom
+BuildRequires:  joda-time
+BuildRequires:  json-lib
+BuildRequires:  json_simple
+BuildRequires:  junit
+BuildRequires:  logback
+BuildRequires:  mysql-connector-java
+BuildRequires:  opencsv
+BuildRequires:  signpost-core
+BuildRequires:  slf4j
+BuildRequires:  xpp3
+BuildRequires:  xstream
 
 BuildArch:      noarch
 
@@ -80,34 +119,37 @@ GoodData REST APIs.
 %setup -q
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
+%patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
 
 
 %build
-MAVEN_REPO_LOCAL=$PWD/.m2/repository
-mkdir -p $MAVEN_REPO_LOCAL
+# These don't ship with POMs yet.
+mvn-rpmbuild install:install-file -Dpackaging=jar -DgroupId=net.sf.opencsv \
+        -DartifactId=opencsv -Dversion=2.1 -Dfile=$(build-classpath opencsv)
 
-find -name '*.jar' -delete
+mvn-rpmbuild install:install-file -Dpackaging=jar -DgroupId=com.google.gdata \
+        -DartifactId=gdata-java-core -Dversion=1.40.0 -Dfile=$(build-classpath gdata/gdata-core)
+mvn-rpmbuild install:install-file -Dpackaging=jar -DgroupId=com.google.gdata \
+        -DartifactId=gdata-java-client -Dversion=1.40.0 -Dfile=$(build-classpath gdata/gdata-client)
+mvn-rpmbuild install:install-file -Dpackaging=jar -DgroupId=com.google.gdata \
+        -DartifactId=gdata-java-analytics -Dversion=1.40.0 -Dfile=$(build-classpath gdata/gdata-analytics)
 
-# These don't ship with POMs yet.
-mvninst (){ mvn-jpp -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
-        install:install-file -Dpackaging=jar "$@"; }
-mvninst -DgroupId=net.sf.opencsv -DartifactId=opencsv  \
-        -Dversion=2.1 -Dfile=$(build-classpath opencsv)
-mvninst -DgroupId=com.google.gdata -DartifactId=gdata-java-core  \
-        -Dversion=1.40.0 -Dfile=$(build-classpath gdata/gdata-core)
-mvninst -DgroupId=com.google.gdata -DartifactId=gdata-java-client  \
-        -Dversion=1.40.0 -Dfile=$(build-classpath gdata/gdata-client)
-mvninst -DgroupId=com.google.gdata -DartifactId=gdata-java-analytics  \
-        -Dversion=1.40.0 -Dfile=$(build-classpath gdata/gdata-analytics)
-mvninst -DgroupId=axis -DartifactId=axis  \
-        -Dversion=1.4 -Dfile=$(build-classpath axis/axis)
-mvninst -DgroupId=axis-jaxrpc -DartifactId=axis-jaxrpc  \
-        -Dversion=1.4 -Dfile=$(build-classpath axis/jaxrpc)
-mvn-jpp -Dmaven.repo.local=$MAVEN_REPO_LOCAL install
+mvn-rpmbuild install:install-file -Dpackaging=jar -DgroupId=org.apache.axis \
+        -DartifactId=axis -Dversion=1.4 -Dfile=$(build-classpath axis/axis)
+mvn-rpmbuild install:install-file -Dpackaging=jar -DgroupId=org.apache.axis \
+        -DartifactId=axis-jaxrpc -Dversion=1.4 -Dfile=$(build-classpath axis/jaxrpc)
+mvn-rpmbuild install:install-file -Dpackaging=jar -DgroupId=org.apache.axis \
+        -DartifactId=axis-saaj -Dversion=1.4 -Dfile=$(build-classpath axis/saaj)
+
+mvn-rpmbuild install:install-file -Dpackaging=jar -DgroupId=oauth.signpost \
+        -DartifactId=signpost-core -Dversion=1.2 -Dfile=$(build-classpath signpost-core)
+
+mvn-rpmbuild install:install-file -Dpackaging=jar -DgroupId=com.googlecode.json-simple \
+        -DartifactId=json-simple -Dversion=1.1 -Dfile=$(build-classpath json_simple)
+
+mvn-rpmbuild -Dmaven.test.skip=true install
 
 
 %install
@@ -117,18 +159,24 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_javadir}/%{name}
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
 install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT%{_sysconfdir}
 
 # Code
 for i in backend cli common connector
 do
+        
         install -pm644 $i/target/gooddata-cl-$i-*.jar \
-                $RPM_BUILD_ROOT%{_javadir}/%{name}/$i-%{version}.jar
-        ln -sf $i-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/$i.jar
+                $RPM_BUILD_ROOT%{_javadir}/%{name}/$i.jar
 done
 
 install -pm644 common/src/main/resources/log4j.configuration \
         $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
-install -pm755 %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/gooddata-cli
+
+# Configuration
+install -pm644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/gooddata-cl.conf
+
+# Launcher
+%jpackage_script com.gooddata.processor.GdcDI '' '' xpp3:slf4j/api:axis/saaj:axis/jaxrpc:json_simple:gdata:joda-time:slf4j/log4j-over-slf4j:commons-beanutils:commons-lang:commons-jexl:commons-io:jaxen:axis:httpcomponents/httpcore:dom4j:jackrabbit-webdav:junit:httpcomponents/httpclient:mysql-connector-java:opencsv:commons-collections:signpost-core:javassist:json-lib:commons-cli:commons-logging:commons-discovery:commons-codec:commons-net:logback/logback-classic:icu4j:xstream:logback/logback-core:derby:ezmorph:jdom:commons-httpclient:gooddata-cl gooddata-cli false
 
 
 %clean
@@ -144,6 +192,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug 03 2012 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> - 1.2.56-1
+- Update to DLI version
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.9-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
@@ -153,22 +204,22 @@ rm -rf $RPM_BUILD_ROOT
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-* Fri Nov 05 2010 Lubomir Rintel (GoodData) - 1.1.9-1
+* Fri Nov 05 2010 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> - 1.1.9-1
 - Bump to a later release
 
-* Fri Nov 05 2010 Lubomir Rintel (GoodData) - 1.1.4-3
+* Fri Nov 05 2010 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> - 1.1.4-3
 - Mark log4j configuration %%config
 - Remove classpath from manifest
 
-* Thu Nov 04 2010 Lubomir Rintel (GoodData) - 1.1.4-2
+* Thu Nov 04 2010 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> - 1.1.4-2
 - Fix BuildRequires
 - Correct the URL
 
-* Mon Sep 20 2010 Lubomir Rintel (GoodData) - 1.1.4-1
+* Mon Sep 20 2010 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> - 1.1.4-1
 - Rebase to a later version
 
-* Mon Jun 28 2010 Lubomir Rintel (GoodData) - 1.0-0.1.20100628git
+* Mon Jun 28 2010 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> - 1.0-0.1.20100628git
 - Update, rename to gooddata-cl
 
-* Wed Jun 16 2010 Lubomir Rintel (GoodData) - 0.6-1.20100615git
+* Wed Jun 16 2010 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> - 0.6-1.20100615git
 - First cut at packaging, far from sane
diff --git a/sources b/sources
index 4093f99..e681c88 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-49465ca465a47812b2e74b6f135d0c95  gooddata-cl-1.1.9.tar.gz
+ddf62f744545779e43e21bd76eb45eb3  gooddata-cl-1.2.56.tar.gz


More information about the scm-commits mailing list